Zed

Forum Replies Created

Viewing 30 posts - 151 through 180 (of 6,640 total)
  • Author
    Posts
  • in reply to: Submenu in header should be transparent #130607
    Zed
    Cryout Creations mastermind

    Generally, leaving the background color field empty in the theme options disables that specific background.

    Bravada uses the same background color for the submenus as the side menu, so if you want to customize the submenus independently you’ll need to use CSS:

    body #access ul.sub-menu li a, body #access ul.children li a {
      background-color: transparent;
    }

    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+ #130583
    Zed
    Cryout Creations mastermind

    Does the category pagination work on that exact site with any other 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: zips do not upload #130582
    Zed
    Cryout Creations mastermind

    Hi,

    I believe we’re already resolved this through the support system, but for everyone having the same question it is important to note that plugins and themes need to be installed through different management sections in the WordPress dashboard:
    – themes are managed and installed under Appearance > Themes
    – plugins are managed and installed under Plugins

    Mixing the two will throw an error like the one you are seeing because you are trying to upload the wrong extension type to what WordPress is expecting in that uploader.


    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? #130581
    Zed
    Cryout Creations mastermind

    Hi @tomi-stark-ch,

    Since we need to manually add the necessary access for everyone who has donated to us before we added the accounts system, please register for an account and order the free Premium Support Migration service. You will not need to make a payment.
    If you’re using a different email address now, please include any helpful information related to the original donation or support ticket (such as name, original email, payment date or a ticket number) in the order’s Additional Information field.
    You’ll receive a confirmation email when access is added.


    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: Theme’s body tag has “n” #130580
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site?
    You can also create a support request for speedier replies.


    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,

    You should be able to find the theme’s (configurable) input fields in WPML’s Strings Translation feature.


    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: Fluida & WP 6.0 #130578
    Zed
    Cryout Creations mastermind

    Hi,

    Before updating to WordPress 6.0 ensure that you have updated the theme to the current 1.8.8 release as that addressed some compatibility issues.


    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: Text Crop Landingpage Textarea #130576
    Zed
    Cryout Creations mastermind

    Hi,

    Text areas display the full text (as defined in the editor) or the manual excerpt when one is set (manual excerpts are not available by default on pages so you’ll need to activate that).

    Our themes should also detect the presence of the <!--more--> tag and use that as a manual excerpt. Could you include a link to the page in question?


    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: Submenu in header should be transparent #130573
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your 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: Kahuna Plus Templates #130572
    Zed
    Cryout Creations mastermind

    Hi,

    1. Kahuna Plus includes a template simply called Blog which can be used to create a clone of the standard blog section. If the page assigned this template has any text entered in the editor, this text will be displayed as an intro on that section, before the regular posts list.

    2. The empty page found at the provided link is not using any particular page template. Double-check that there is indeed a template assigned to it and/or try creating an additional test page and assign the template to (to rule out some kind of slug overlapping).

    3. If the behaviour is the same as #2, then the cause is probably the same.


    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: 404 page error #130571
    Zed
    Cryout Creations mastermind

    Hi @jokera195,

    Your site does not appear to be using our theme. If you have a general WordPress issue, I suggest looking up in the official forums: https://wordpress.org/support/forums/


    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 do_action('wp_body_open') call that’s part of the theme’s code and referenced in the error trace is a core WordPress hook introduced in version 5.2. This hook allows plugins to add their own functionality in a specific markup location (the opening of the <body> tag).

    My guess is that a plugin is adding its functionality to this hook but fails to work properly, throwing the error. I suggest to temporarily disable all active plugins and to check if the error logging goes away, then re-activate the plugins one by one until the error returns. That should point out which plugin the problem is related to.


    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: Remove padding from footer #130568
    Zed
    Cryout Creations mastermind

    Hi @saehrimnirsupperclub,

    Try the following CSS:

    #footer, #footer .footer-inside {
      padding-top: 0;
    }

    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: Image height #130567
    Zed
    Cryout Creations mastermind

    Hi,

    If the site homepage displays the general header image feature then this header image has the same height as the rest of the site.
    If you use the theme’s landing page functionality, this includes an alternative banner image section which can display a different image (at different size) than the general 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.
    in reply to: Support in WP 6.0 #130566
    Zed
    Cryout Creations mastermind

    Hi,

    We have not encountered any compatibility issues preventing our classic themes (including Tempera) from working properly with WordPress 6.


    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: Hamburger menu on mobile not clickable #130565
    Zed
    Cryout Creations mastermind

    Hi,

    Your site most likely had a JavaScript error which was preventing advanced functionality (including the mobile menu) from working. An update could have resolved this error, returning things to normal.


    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 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.
Viewing 30 posts - 151 through 180 (of 6,640 total)