Zed

Forum Replies Created

Viewing 30 posts - 151 through 180 (of 6,623 total)
  • Author
    Posts
  • in reply to: How to change featured image on each page #129931
    Zed
    Cryout Creations mastermind

    Hi,

    Featured images are used as header image replacements when the corresponding option is enabled in the theme.

    Additionally, Kahuna employs a size requirement on the featured image before using them in the header. This can be controlled through a dedicated 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: WordPress 6.0 / PHP 8.1 #129930
    Zed
    Cryout Creations mastermind

    Hi,

    Yes, we are working on updating all our themes that are affected by this issue, but some might take a bit longer than others because they are more out of sync with the main codebase we work on.

    In the meantime, one workaround to the issue is to check and ensure that your site has no empty categories.


    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 migration #129878
    Zed
    Cryout Creations mastermind

    Hi,

    That is usually an indication that the site believes itself being located at a different URL than the one you’re accessing it through (this can be as simple as the presence or absence of www. or https:// in the URL), making your browser fail the same-origin policy rules.

    You’ll need to identify if you’ve made the URL transfer correctly everywhere where needed, as indicated on: https://wordpress.org/support/article/moving-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: Customizer not working after update to WordPress 6 #129877
    Zed
    Cryout Creations mastermind

    Hi,

    Thank you for pointing this issue out. We’ve tracked it down and already published an update to correct it.

    If you’re using any of our other themes, they’re also affected by this and we’ll be releasing updates for them as soon as possible.

    A workaround in the meantime is to ensure that there are no empty post categories on the site.


    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: Question about header image & featured image #129576
    Zed
    Cryout Creations mastermind

    I also think you misunderstood my answer: when the theme is configured so, it will use the assigned featured image as a header image instead of the general one. If you do not want this, turn it off in the 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.
    in reply to: Header Image Height Reduced? #129575
    Zed
    Cryout Creations mastermind

    Please recheck now as it should now be available in your account.


    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: Header Image Height Reduced? #129541
    Zed
    Cryout Creations mastermind

    Hi @myob9a,

    You’ll need to (manually) update the NoLink child theme to v0.7 (available in your account) for compatibility with the current Tempera release.


    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: Rogue strong tag causing bold excerpts #129540
    Zed
    Cryout Creations mastermind

    Hi,

    It appears that we broke the markup in the 1.2.0 update – we’ll have it sorted out for the next release.
    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

    Hi,

    The Category: text is actually part of WordPress’ strings (it’s returned by a core function call), so you’ll need to search for it in WordPress’ translations, not the theme’s.


    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: Hiding Post top navigation…? #129538
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide a link to your site to see the current layout setup?


    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 – Category Archive page 2+ #129537
    Zed
    Cryout Creations mastermind

    I linked to the blog section because our Mantra demo setup does not have enough posts to activate the pagination on category sections. However, I tested this on one of our test sites and links there work as expected.

    As I told you before, pagination links are generated using core WordPress functionality and are not controlled by the theme – however, these are generated based on your WordPress permalink settings.

    I notice that your example URL:
    https://yoursite.com/yourcategory/page/2/
    is missing the category base in the permalink – by default category/
    making the correct URL be:
    https://yoursite.com/category/yourcategory/page/2/

    Unless you’ve set up a complex fine-tuned permalinks configuration, the base for categories/tags cannot be empty.


    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: Question about header image & featured image #129536
    Zed
    Cryout Creations mastermind

    Hi,

    The theme is able to use the featured images as header images, when configured to do so.

    For fine grained control over what external services fetch from your site when they crawl it I recommend using a SEO plugin (such as Yoast).


    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 add a Local Font #129059
    Zed
    Cryout Creations mastermind

    Hi,

    Please see https://www.cryoutcreations.eu/docs/themes/options/typography/general/#customlocal-fonts


    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: Post Preview Image Sizes #129019
    Zed
    Cryout Creations mastermind

    If you’d prefer exact numbers, you can use our (unpublished) SysInfo plugin to see the exact image sizes currently registered on the site based on the configured options.

    I also suggest to configure the featured image behaviour option to contained to ensure that featured images are shrunk proportionally without visual cropping on smaller (than site width) screens.

    Setting the height value to zero and behaviour to contained will also instruct the theme to skip featured image processing entirely and simply use the attached images as they are.


    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 edit the front page ? #129018
    Zed
    Cryout Creations mastermind

    Hi,

    Most of the content on Nirvana’s presentation page is configurable through the theme’s options, available on its settings page under Appearance > Nirvana Settings in the dashboard.


    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: Navigation menu item clashes with dropdown list #129017
    Zed
    Cryout Creations mastermind

    Hi,

    The theme is designed with a menu appearance where all menu items fit in the allotted space (on the target screen sizes). If this does not happen, then the menu will overflow on top of the header image / slider image (depending on the site section viewed).
    This can be avoided by ensuring the header content (logo/title, menu, socials) fit in the available width.
    In the Plus edition of the theme it is additionally possible to reconfigure the screen width at which the desktop menu (that could be overflowing) gets replaced by the smaller mobile menu.


    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: Social Menus Won’t Update #129015
    Zed
    Cryout Creations mastermind

    Hi,

    Frontend not updating instantly after making changes in the dashboard is usually an indication that some form of caching is preset. Since you didn’t include an URL, I cannot look for the usual caching plugins signatures to confirm this.

    The menu layout should be displayed exactly as you have configured it in the dashboard (if you use a custom menu). If you rely on the default pages menu, then that should use the pages’ set hierarchy.


    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

    Hi,

    I’m not sure how you intended to attach the screenshot since our forum does not support file uploads.

    We are not aware of any issues in using Nirvana and Yoast SEO on the same site. Are you encountering problems?


    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

    Hi,

    Using different content for the icon blocks (as well as featured boxes and text areas) is a feature that’s only available in our Plus edition of the theme.
    The free edition, due to WordPress.org guidelines on the numbers of allowed custom fields in the theme options, is limited to only being able to use the same posts and pages that are also the target (linked to) from the blocks and boxes.


    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: Mobile menu speed control #129011
    Zed
    Cryout Creations mastermind

    Hi,

    The timing of the animation is defined in the JavaScript code controlling the mobile menu’s functionality and is not easily adjustable.


    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: Change font size of site description #129010
    Zed
    Cryout Creations mastermind

    Hi,

    The tagline’s (description’s) font size is relative to the configurable general font size. If you want to customize it independently, try the following CSS:

    body #site-description {
         font-size: 0.85em; /* default value */
    }

    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

    Hi,

    The theme uses core WordPress function calls to retrieve the appropriate (page/post/section) title. You can make use of the available the_title filter to hook your own code, check for the section that’s being currently processed and override the text returned accordingly.

    Is there a specific reason you want to use a separate title in the dashboard from what’s displayed publicly on the site?


    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: update tempera theme #129008
    Zed
    Cryout Creations mastermind

    Hi,

    That really depends on what specific changes you’ve made (and what version of the theme you’d be updating from).
    As a general rule it’s a bad idea to make changes directly to themes or plugins installed from the repository (or third party sources). For themes you can usually use the Additional CSS field for just CSS tweaks or implement a child theme for more complicated customizations.

    Since updating now would actually require to transfer these changes to the new theme version (the opposite of implementing the theme update changes would most likely require more work), I suggest you take the opportunity to also transfer the tweaks out of the theme’s files.


    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 – Category Archive page 2+ #129007
    Zed
    Cryout Creations mastermind

    As I said previously, the theme does not control or handle URLs, so I don’t see how it could interfere with them (while the site works fine with a Twenty theme).

    On our own theme demo the pagination URL works fine with Mantra: https://demos.cryoutcreations.eu/wordpress/mantra/blog/page/2


    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: Podcast Player gets slimmed down on Landing Page #129006
    Zed
    Cryout Creations mastermind

    The podcast is placed in the second text area, so the CSS should be different:
    #lp-text-two .lp-text-card { width: 100%; max-width: 100%; }

    Did you swap the text areas in the meantime or did I fail to notice this the first time around?


    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: Elementor homepage #129004
    Zed
    Cryout Creations mastermind

    Hi,

    Are you using just the standard WordPress static homepage or is the theme’s landing page feature also enabled? If the latter is true, try disabling the landing page.


    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: Post Preview Image Sizes #129003
    Zed
    Cryout Creations mastermind

    Hi,

    The ideal dimensions would be those configured in the settings (the height) and computed based on the post display options (content width and posts 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.
    Zed
    Cryout Creations mastermind

    Hi,

    The opacity of the menu bar is controlled by the theme’s menu positioning 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: Header image alignment mobile version #129001
    Zed
    Cryout Creations mastermind

    Hi,

    Try this CSS:

    @media (max-width: 800px) {
        #masthead .header-image {
            background-position: center left !important;
        }
    }

    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: Create a child theme Bravada #129000
    Zed
    Cryout Creations mastermind

    @Javi, you could use Sundown as a basis for your child theme.
    Clear out all the files except functions.php (retain just the style enqueuing function) and style.css (retain its header).


    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 - 151 through 180 (of 6,623 total)