Forum Replies Created
-
AuthorPosts
-
ZedCryout 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.June 17th, 2022 at 17:07 in reply to: Fatal error: Uncaught Error: Call to a member function is_block_editor() on null #130569ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindTry 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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindI 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.ZedCryout Creations mastermindPlease 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.ZedCryout Creations mastermindHi @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.ZedCryout Creations mastermindHi,
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.May 16th, 2022 at 00:03 in reply to: Loco Translate not working to remove “Category:” in page title #129539ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindI 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 defaultcategory/
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindIf 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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.April 28th, 2022 at 00:03 in reply to: the compatibility of the Nirvana theme with the Yoast SEO Premium plugin #129013ZedCryout Creations mastermindHi,
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.April 28th, 2022 at 00:02 in reply to: Bravada Free: Make icons clickable link to respective pages #129012ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.April 27th, 2022 at 23:56 in reply to: How to override the default title (entry-title) of a page? #129009ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindHi,
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.ZedCryout Creations mastermindAs 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. -
AuthorPosts