Zed

Forum Replies Created

Viewing 30 posts - 1,471 through 1,500 (of 6,640 total)
  • Author
    Posts
  • in reply to: Footer powered by and center #83467
    Zed
    Cryout Creations mastermind

    We provide instructions and a simple method of removing or customizing the footer credit link part of our priority support service.

    Otherwise you are able to edit the theme yourself in any way you want (according to the GPL licensing and the fact that you have direct access to all files and code).


    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.
    in reply to: UNCATEGORIZED #83466
    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.
    in reply to: site name #83465
    Zed
    Cryout Creations mastermind

    Make sure that you’re disabling the header site title and tagline (above the main navigation).
    If you’re looking to disable/change the site title and tagline displayed on top of the static slider image (below the main menu), that’s done through the theme’s options.


    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

    Thanks for pointing this out, we’ll look into it.


    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.
    in reply to: Tagline covers content on mobile phone. #83463
    Zed
    Cryout Creations mastermind

    The ‘code’ depends on the actual site title and tagline lengths, so a link to your site would be needed.


    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.
    in reply to: Add Caviar Dream font #83461
    Zed
    Cryout Creations mastermind

    If you need any other fonts beside what the theme and Google Fonts offer, you’ll have to do it yourself by editing files or using plugins. I strongly recommend the plugin method since it is simpler.


    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.
    in reply to: Tag Line #78418
    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.
    in reply to: Homepage Nivo Slider and Lazyload issue #78414
    Zed
    Cryout Creations mastermind

    If you need to adjust the slider HTML markup, you can do that by editing the nirvana_ppslider_output() function (defined in frontpage.php).
    You can simply copy this file to your child theme and edit it there.


    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.
    in reply to: How To Adjust Search Bar Length #78413
    Zed
    Cryout Creations mastermind

    Which search bar are you referring to? The site presents two search forms, on activated by the icon in the menu and one always visible in the right sidebar.
    Both of them are fully visible on all screen sizes (at least for my devices).


    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.
    in reply to: Very Confused About Slider #78394
    Zed
    Cryout Creations mastermind

    There may be more than one level of caching one that site or the caching plugin used is not able to completely clear the cache on request.

    Changing dashboard options should have an immediate effect on the frontend (to change something). If that doesn’t happen, caching (of some sort) is the most likely culprit.


    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.
    in reply to: UNCATEGORIZED #78393
    Zed
    Cryout Creations mastermind

    WordPress defaults to the ‘Uncategorized’ category when no other category is defined.


    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.
    in reply to: Menu Color #78385
    Zed
    Cryout Creations mastermind

    On mobile devices you might be seeing Jetpack’s mobile theme feature (which is a distinct theme and not under Septera’s options control).


    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.
    in reply to: Tag Line #78384
    Zed
    Cryout Creations mastermind

    Try the following CSS:

    #site-description {
        font-weight: bold;
        background: rgba(0,0,0,0.3);
        padding: 0 0.3em;
    }

    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.
    in reply to: Wocommerce : change number of products per page ? #78383
    Zed
    Cryout Creations mastermind

    The pagination is controlled by WordPress posts-per-page option.


    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.
    in reply to: Damaged Start Page #78382
    Zed
    Cryout Creations mastermind

    The site uses a custom index.htm(l), build with Adobe Go Live which displays two frames (content and sidebar) two custom static pages (which through pretty permalinks get handled by 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.
    in reply to: Polylang Landingpage #78381
    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.
    in reply to: Front page header image disable #78379
    Zed
    Cryout Creations mastermind

    The landing page sections are controlled independently (through the dedicated theme options). The rest of the site sections use the general configuration (including how the header image is displayed).


    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.
    in reply to: Font Weight in Nirvana-Settings #78376
    Zed
    Cryout Creations mastermind

    Use the following CSS:

    
    /* post titles */
    #content h1.entry-title a, #content h2.entry-title a,
    #content h1.entry-title, #content h2.entry-title {
       font-weight: ...;
    }
    /* widget titles */
    .widget-title, .widget-title a {
       font-weight: ...;
    }
    /* site title */
    #site-title span a {
       font-weight: ...;
    }
    /* headings */
    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
    .nivo-caption h2, #front-text1 h1, #front-text2 h1, h3.column-header-image, #comments #reply-title {
       font-weight: ...;
    }

    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

    We can help you wit this through our separate customization service (as it is beyond the perks included with the support service).
    However, to provide an accurate estimate we’d need to have a look at the existing child theme first.


    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.
    in reply to: How to move the elements around? #78374
    Zed
    Cryout Creations mastermind

    The order of the presentation page sections is not configurable. Changing the order would require code changes (preferably through the use of a child theme).


    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

    The theme can only have one instance of the presentation page feature (with its sections), which is always the homepage.


    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.
    in reply to: Mantra 3.2: Caption pin setting bug? #77996
    Zed
    Cryout Creations mastermind

    The issue is caused by a typo introduced with this release in the custom styling generation function. We will publish an update to correct it soon.

    Thank you for pointing this out.


    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

    The problem is caused by a typo introduced with this release in the custom styling generator. We will publish a correcting update soon.

    Thank you for pointing this out.


    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

    Since reverted the theme version I cannot test it, but this solution might work for you as well

    https://www.cryoutcreations.eu/forums/t/lightbox-in-nirvana-sometimes-working-mostly-not/#post-77975


    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.
    in reply to: Font Weight in Nirvana-Settings #77993
    Zed
    Cryout Creations mastermind

    Nirvana does not support setting the font weight through the options. You will need to use custom styling for that – which font option do you need the custom weight on?


    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.
    in reply to: how to remove "datePublished" #77992
    Zed
    Cryout Creations mastermind

    The itemprop attributes are used for schema.org structured data and removing them will result in errors being displayed by structured data parsers.

    If you’re sure you want to remove that, you’ll need to customize the cryout_schema_microdata() function (found in cryout/prototypes.php) using a child theme.


    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.
    in reply to: Is this slider #77991
    Zed
    Cryout Creations mastermind

    We’ve designed our slider plugin to work with any WordPress theme, not just our own.


    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.
    in reply to: How to have a video in header's background ? #77990
    Zed
    Cryout Creations mastermind

    The header image functionality is a core WordPress feature. If there is a plugin out there providing video header images it should work with Nirvana as well (it might need some CSS tweaks, though, due to Nirvana’s header structure).


    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.
    in reply to: How to have header titles in the shop ? #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.
    in reply to: Lightbox in Nirvana sometimes working, mostly not #77975
    Zed
    Cryout Creations mastermind

    The images in the second posts use captions (which due to styling overlap the image element and prevent it from being clicked).
    Apply this custom CSS to correct that:

    .caption-simple #content .wp-caption .wp-caption-text {
        pointer-events: 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.
Viewing 30 posts - 1,471 through 1,500 (of 6,640 total)