Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindHi,
The general font options apply to the entire theme/site except the elements that have individual control options (and which are set to something other than to inherit the general font).
Which specific elements are you trying to control separately?
You mention blog entry (that doesn’t indicate a particular element), menu titles (which menu?) and titles (which titles? as there are several, controlled by different 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 mastermindHi,
There is a compatibility issue in some of our themes, including Anima, that affects the availability of the Customize screen with WordPress 6.0.
We are working on updating all our themes that are affected by this issue, but some of them will take a bit longer than others because they are more out of sync with the main codebase we work with.
In the meantime, a workaround to the issue is to check and ensure that your site has no empty categories. If you do not use posts on the site, ensure that at least one (empty) post is assigned to the non-deletable Uncategorised category.
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 18th, 2022 at 13:58 in reply to: How to enlarge Posts’ Featured Image as large as Header Image #130609Zed
Cryout Creations mastermindHi,
I don’t see the posts list active on your site’s homepage, but in posts lists featured images are sized according to the featured image height option and the width resulted from the posts columns layout option and content width.
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 mastermindHi,
The theme does not handle or manipulate content links opening behaviour.
That’s managed at the content level through the anchor target attribute or by the browser itself. It can also be overridden with JavaScript if that is a requirement.
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 mastermindGenerally, 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.Zed
Cryout Creations mastermindDoes 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.Zed
Cryout Creations mastermindHi,
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 PluginsMixing 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.Zed
Cryout Creations mastermindHi @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.Zed
Cryout Creations mastermindHi,
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.June 17th, 2022 at 17:40 in reply to: WPML Translate Title and Description of Box in Landingpage #130579Zed
Cryout Creations mastermindHi,
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.Zed
Cryout Creations mastermindHi,
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.Zed
Cryout Creations mastermindHi,
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.Zed
Cryout Creations mastermindHi,
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.Zed
Cryout Creations mastermindHi,
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.Zed
Cryout Creations mastermindHi @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 #130569Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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 #129539Zed
Cryout 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.Zed
Cryout 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. -
AuthorPosts