Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Hi,
The theme’s don’t add theme specific classnames or identifiers to the markup. However you should be able to do this by writing some custom (PHP) code to append the theme’s slug as an additional class to the document body tag:
function my_body_class( $classes ) { $classes[] = 'theme-' . esc_attr( get_template() ); return $classes; } add_filter( 'body_class', 'my_body_class' );
https://developer.wordpress.org/reference/hooks/body_class/
https://developer.wordpress.org/reference/functions/get_template/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 colour block effect is present throughout the theme’s design, behind multiple elements that can be called titles. Which specific content element(s) are you referring 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 mastermindHi,
If your site title/tagline are too long to fit in the header on all device screens, you’ll probably need to add some custom CSS to shrink it down further than the built-in responsiveness on smaller screens.
We’d need to browser your site to test out CSS.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 and to the page still displaying the breadcrumbs?
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 appears to be using the default blog posts list homepage, which is core WordPress functionality intended to display your (latest) posts list and not a distinct (editable) page.
Yoast provides distinct SEO options for this homepage in its general options:
https://yoast.com/help/optimizing-the-seo-title-and-meta-description-of-your-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.ZedCryout Creations mastermindHi,
That bit of code attempts to remove WordPress’ built-in styling applied to the recent posts widget. Perhaps the system the theme is running on does not have this functionality, making the function call fail.
If you have access to the theme’s files or are able to install the theme as zip on that system, edit the indicated
nirvana/includes/theme-comments.php
file and comment out (or delete)
add_action( 'widgets_init', 'nirvana_remove_recent_comments_style' );
on line 76 below to disable that part of code.Please let us know if that works and we’ll include an additional check in the next update to avoid this in the future.
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,
1. The site title title should behave and look identical on all site sections.
Could you provide a link to your site for us to check out?2. Are you using a slider (plugin) or the default banner/caption functionality?
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,
Are you referring to the animation effect present on the theme’s section header titles?
Could you provide a link to the site so we can take a look?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 mastermindYour posts list is not displayed by the theme but generated by the ‘gp-premium’ plugin. You’ll need to look into its documentation and/or options on how to configure image sizes (if that’s even possible).
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 using the browser’s developer tools to check out if anything serious is reported while loading and rendering the site on your device.
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 mastermindYour first reply wasn’t visible immediately because it was held for moderation due to containing links and markup.
The theme’s landing page feature picks up content from the existing published pages and posts (this varies between sections). In its default configuration the theme automatically uses the most recent content of the necessary type for the active sections – if the content source options were never manually adjusted to select a specific page (or category), then this still happens and publishing new content automatically places at the top of the visibility list.
I am not sure what is happening on the site (if the headings are missing their markup or they exist as markup but they lack styling). Headings appear to still work fine on our theme demo.
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,
You can use a logo in both theme editions using the available WordPress and theme options:
https://www.cryoutcreations.eu/docs/themes/site-identity/?theme=roseta#logo
https://www.cryoutcreations.eu/docs/themes/options/header/content/?theme=roseta#site-header-contentIf 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, there was an issue concerning header images in Bravada 1.0.6 which we fixed in the recent 1.0.6.1 update. Please see this thread for more info.
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 is missing the mobile menu’s background color. You’ll need to set a value for the header/menu background color option (even if it’s the same color as the general site background).
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,
Are you seeing the same issues on the theme’s demo page as well?
https://demos.cryoutcreations.eu/wordpress/tempera/
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,
Video headers are core WordPress functionality that the theme supports. Please see the WordPress documentation for more info: https://make.wordpress.org/core/2016/11/26/video-headers-in-4-7/
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,
URLs are handled by WordPress, not the theme. Double-check your permalink settings (and re-save settings to ensure the rules currently applying are in sync with what WordPress is expecting).
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 presentation page columns are configurable through the theme’s settings: https://www.cryoutcreations.eu/docs/themes-legacy/settings/presentation-page/#columns-settings
If you cannot access the theme’s settings page, ensure that you have the companion settings plugin installed and active.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,
Do you have a page/post currently accessible on the site where the headings are included in the content (and visible in the editor) but not visible on the frontend?
I’ve looked through multiple pages and I cannot locate any H tags in the code either.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,
In Roseta, the section titles (category titles, post titles, meta info) are displayed in the header location, on top of the header image.
It looks like you’ve set your header image height to 0, which hides the header image entirely and with it all content that’s part of the same element, including the titles.
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,
Nirvana 1.6.1.1 is missing a conditionality check that enables the included videos-handling script on all devices, not just mobile devices.
You can alleviate it by disabling the Fitvids option, but that will disable the script overall, including mobile 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.October 5th, 2021 at 22:40 in reply to: In tablet/mobile style with Hamburger, submenus do not open to tap on #122282ZedCryout Creations mastermindI’m not able to confirm the issue. In my test the mobile menu works as expected, with the top menus having submenus opening correctly on first tap.
I did however notice a menu item focus related glitch specific to Chrome which we’ll have to look into.
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,
I would need to browse the site to identify what’s generating the 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.October 5th, 2021 at 22:29 in reply to: How can I change the color of “continue reading…” button and its text color? #122278ZedCryout Creations mastermindHi,
The continue reading buttons use the theme’s main accent color (plus some automatically computed variations).
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.October 5th, 2021 at 22:28 in reply to: How do I remove the menu on the top right with the horizontal lines? #122277ZedCryout Creations mastermindHi,
That is the theme’s main navigation location, which cannot be entirely disabled. You can assign an empty menu to it to stop using a menu, but the toggle icon will remain visible as it also displays the search form and the header socials.
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.October 5th, 2021 at 22:21 in reply to: Featured Icon Blocks links to Text Area on Landing Page #122276ZedCryout Creations mastermindHi,
Icon Blocks in the free edition of Fluida can only link to their source pages (WordPress.org limits the total number of custom fields that a theme can implement in its options – each icon block would have require one extra field to provide custom link functionality).
We’ve implemented this in the theme’s Plus edition only using a companion plugin that implements a custom post type with the necessary additional control 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 mastermindHi,
The demo site is running Bravada Plus which includes additional widgets, as seen in the sidebar and footer.
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 indicated in the tutorial, strings can be found in multiple sources not just the theme.
That text, for example, is part of WordPress itself as the theme uses a core function to retrieve the category titles.
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.October 5th, 2021 at 21:04 in reply to: Site head images did not shuffle from last BRAVADA update #122261ZedCryout Creations mastermindThank you very much @hallerandrei for helping us figure this one out, and everyone else for putting up with a very well hidden creepy crawler.
For anyone interested in the details, the featured-image-in-header detection logic flaw only manifests on sites that never had a static homepage and/or a static blog page set before.
The Bravada update correcting the issue is now available. Hopefully there are no other hidden surprises.
The Plus edition will also receive the corresponding update tomorrow.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.September 18th, 2021 at 18:45 in reply to: Site head images did not shuffle from last BRAVADA update #121729ZedCryout Creations mastermindThe change was done to add custom header image support for the distinct blog and (static) homepage sections as well, as this was a frequently asked for feature.
@hallerandrei and everyone else having trouble, would it be possible to send us a site options / theme options export so I can do the tests with your specific configuration? You can use the customization form to be able to attach a file.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