Search Results for 'ie'

  • Author
    Search Results
  • #84665
    Zed
    Cryout Creations mastermind

    Regardless of where files come from (theme, plugin or WordPress itself), they all get served to clients by the webserver software – hence any caching rules need to be set up and configured at the webserver level.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #84482

    In reply to: Esotera Forum soon?

    OK, so you said the portfolio pages are done with jetpack, but I can’t make mine look like yours. Can you please post the portfolio related code or shortcodes you used on this particular page (the portfolio page under templates > portfolio where you have it set up in a 3 column layout of the main categories)? I would very much appreciate it! Page address:
    http://demos.cryoutcreations.eu/wp/esotera/jetpack-portfolio/

    #84104
    Zed
    Cryout Creations mastermind

    Please try this modified version of the plugin and let us know if it works as expected.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #84094
    Zed
    Cryout Creations mastermind

    The ‘continue reading’ button text is configurable in the theme options.

    Depending on the multi-language plugin you are using you need to either use specific markup in that field to define the label for both languages, or enter the necessary label in the plugin’s settings page which handles theme strings.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    I see your site is using caching, which may or may not break the styling if done incorrectly.

    If you’re still experiencing issues, try to temporarily disable caching to check if it’s related.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #84074
    Zed
    Cryout Creations mastermind

    The text displayed on top of the static slider image is configurable through the theme’s (static) slider caption options. Upon theme installation this text copies the value set on your site title and tagline, but is then administered separately.

    Which color options are you adjusting?

    The menu has different positioning options. On your site it is currently set to be displayed over the header image – perhaps you want to set it to ‘normal’ (to have it above the header image).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #84011
    Freem32
    Power User

    Hi Zed,

    You say that I am not using the “Site Title”… Can I use the Site Title by changing the Parabola Settings –> Header Settings –> Site Header… enabling the “Site Title & Description”? If so, I did that.

    Am I correct to assume that Search Engines will now pick-up my Site Title from my text in my Parabola Settings –> Presentation Page Settings –> Extra Text –> Top Title?

    If not, I need some help pointing me to the correct method…

    * Also * I just noticed another problem… The text from my Parabola Settings –> Presentation Page Settings –> Extra Text –> Top Title… is not showing on my website. An older version of my Top Title is still showing instead. and no, this is not a “clear browser/cookies” issue.

    Do I need to open a new ticket for this problem?

    Please advise / Thanks,

    Mark

    Website: activecaribbeantravel.com

    #83821

    Hallo. Hope you’re fine. I tried it but didn’t worked. 🙁

    And I rated the theme 5 stars.

    Regards,

    Irina

    #83560
    Zed
    Cryout Creations mastermind

    The author box is displayed when the author has anything entered in the biography field. Leaving that empty hides the box. Additionally, the box can be hidden with CSS:

    .single #author-info {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #83533

    In reply to: not working at IE

    I’m trying right now in IE 11, in two different PCs. It only shows the loading page (three dots), and never finishes to load the website.

    This reply is private.
    Zed
    Cryout Creations mastermind

    If WooCommerce extends the base template hierarchy, you should be able to create a dedicated template file for a single product with which to control the layout.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #83466

    In reply to: UNCATEGORIZED

    Zed
    Cryout Creations mastermind

    Double check that your posts are actually assigned to categories (categories may exist and be empty in WordPress).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #81246

    Sorry for the long delay in my reply. I did tried to disable anything and still no success. I do see the list of the translation strings that refer to the theme. I really cannot understand what is wrong with that.

    However, I installed the latest version and I can see that there is the option to add a custom slider. Do you think I can get around this problem by using a custom slider and its translation perhaps ?

    #78439

    In reply to: UNCATEGORIZED

    I have categories, wordpress ignores them and displays “uncategorised”

    its only been doing this since I installed this theme

    #78418

    In reply to: Tag Line

    Zed
    Cryout Creations mastermind

    The background color and the padding create a semi-transparent dark rectangle behind the text (to make it easier to read over the image).
    If you don’t like that, remove those two CSS lines.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #78381

    In reply to: Polylang Landingpage

    Zed
    Cryout Creations mastermind

    There is currently limited support for multi-language categories in the featured boxes with Polylang. We are looking to find the best way to extend this support.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #78060

    Same problem as @Christoph.
    Not the posts from selected category but all posts are displaying in second languages. It happens in Featured Boxes 1 & 2 on my landing page. Although I have translated all post content and categories using Polylang to link them together.

    Plus, encrypt in Featured Icon boxes only work on primary language but display full content when in second language.

    I have used the workaround but seems cannot fix the problem:

    if ( function_exists( ‘pll_get_post’ ) ) {
    $page = get_post( pll_get_post($pageid, get_locale()));
    $pageid = pll_get_post($pageid, get_locale());
    } else {
    $page = get_post( $pageid );
    }

    Website: www.causewayeducation.com

    #78005

    Hello,

    I meanwhile installed another Cookie banner plugin, which works. So I think this thread is obsolete.

    Thanks anyway!

    #77977
    Zed
    Cryout Creations mastermind

    WooCommerce does not provide a function to retrieve the titles for its sections and the ones returned by WordPress core functions are sometimes incorrect because they occur outside the main loop (header titles are processed before the main loop starts).
    Due to this we cannot enable the header titles feature on WooCommerce sections.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77969
    Zed
    Cryout Creations mastermind

    I see a cookie banner message on your homepage as well. Was it a refresh delay due to caching or did you find the solution in the meantime?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77965
    Zed
    Cryout Creations mastermind

    Thanks to the theme’s advanced layout options, the sidebars functionality is buried pretty deep in the code.
    You can find the tempera_get_sidebar() function in includes/theme-functions.php.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77964
    Zed
    Cryout Creations mastermind

    So you see the slider-related field in Polylang’s strings list? Then the translations should work.

    Double-check that nothing is interfering with Polylang by temporarily disabling all other active plugins.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    mike-premier
    Power User

    The presentation page is set for 3 columns per row. Currently, they are being displayed as 1 column and type is very small. Also, the search feature is showing in the menu bar.

    As for the child theme, I believe there are very minimal style changes. This is a site we inherited so I am not sure what else is there. Looks like BG image and some hidden items. Here is the theme code:

    —–BEGIN—–

    #forbottom, #main{
    background-image:url(“../../uploads/2016/01/01/Beige-background.png”);
    }

    div.nivo-controlNav{visibility: hidden;}

    #topbar{visibility: hidden;}

    div#footer2 span{visibility: hidden;}
    —–END—–

    Website: windmillridgewinery.com

    Zed
    Cryout Creations mastermind

    @Backflipte, what version of Tempera did you create the child theme with and what code does it use to enqueue the style files?


    @mike-premier
    , your site’s styles appear to be loaded in the correct order. What functionality (if any) is the child theme customizing? You can use the support form for faster replies.

    • This reply was modified 6 years ago by Zed.

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77624
    Zed
    Cryout Creations mastermind

    The ampersand is not a problem. The problem is in the use of HTML entities in the text fields (HTML entities all begin with an ampersand in encoded form). This issue is dependent on server configuration so it may appear or disappear without your intervention (if the server administrators change configuration in the meantime).

    If I could see a settings export I could pinpoint where the problem is (if there is one).
    As I’ve said in my first reply, this is the most usual cause of the problem you’re describing, but we’ve also encountered plugin-caused issues that generated the same behaviour.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77589

    In reply to: not working at IE

    Zed
    Cryout Creations mastermind

    Which version(s) of Internet Explorer are you testing with?

    The theme should look acceptable and follow the correct layout even on IE 9. We don’t support older versions though.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77586
    Zed
    Cryout Creations mastermind

    That message has nothing to do with the theme.

    You have an improperly specified constant in your WordPress’ wp-config.php file. Most likely the constant is not quoted when its value is checked.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #77584
    Zed
    Cryout Creations mastermind

    The documentation is not entirely correct there. Shortcodes are currently only supported in Parabola’s footer text field – we’ll extend this in the next updates for the other themes.

    Edit: All current theme versions support shortcodes in the custom footer text field.

    • This reply was modified 6 years ago by Zed.

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.

    Hi, Zed.

    Thanks for responding.

    Yeah, I know… This is a client’s website, and I am trying to get it updated.
    I understand. Any solutions to the issue?

    Thank you!

Viewing 30 results - 601 through 630 (of 3,144 total)