Forum Replies Created
-
AuthorPosts
-
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 mastermind
Hi,
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.ZedCryout Creations mastermindText wrapping around images is dependent on image size, content width and screen size. There are certain combinations at which just enough text still fits on the side of the image to display just enough text to make it look weird.
You can avoid this by forcing the images to no longer float/wrap below a certain screen size with CSS:
@media (max-width: 540px) { .entry-content .alignleft, .entry-content .alignright { display: block; float: none; margin-left: auto; margin-right: auto; } }
Note that this works best if all content images are relatively the same size (and smaller than the width limit).
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 12th, 2021 at 21:33 in reply to: Site head images did not shuffle from last BRAVADA update #121442ZedCryout Creations mastermindHi,
In update 1.0.6 we added support for the (static) page’s featured image in the header on the (static) homepage and blog pages. This allows custom per-page header images in these sections as well.
If you’re only seeing the header behaviour change on these two site sections, check if the (static) pages assigned there have featured images assigned which need to be removed.
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 more information about the issue (which images/elements are you referring to?) and/or 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.ZedCryout Creations mastermindHi,
The tabs shortcode example has a typo in it (the unnecessary underline in the closing [/thead]). The correct example should read:
[tabs] [thead] [tab href="#tab1" title="First tab"] [tab href="#tab2" title="Second Tab"] [/thead][tabgroup] [tabinner id="tab1" class="active"]First tab content[/tabinner] [tabinner id="tab2"]Second tab content[/tabinner] [/tabgroup] [/tabs]
We’ll revise the documentation to correct and improve it.
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 mastermindThe featured images sizes on the frontend are those of the registered image size, however the registered width should be larger for your specific configuration (with only one sidebar active).
That value is specific to having both sidebars active. I think you may have found a bug in the theme which we’ll need to correct.
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 12th, 2021 at 15:44 in reply to: Underlined links and compressed spaces in new Nirvana version 1.6.1. #121425ZedCryout Creations mastermindConcerning the underlining of content links, please see this reply: https://www.cryoutcreations.eu/forums/t/extra-css-text-decoration?view=all#post-121419
We are looking into 1 & 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.September 12th, 2021 at 15:43 in reply to: Widgets from Presentation Page Columns Appear On ALL Pages #121424ZedCryout Creations mastermindHi,
WordPress 5.8 extended the block-like administration to the widgets screen.
If you want to return to the classical way of managing widgets, install the Classic Widgets plugin.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 mastermind@dfglfa, could you use our Sysinfo plugin to provide the list of currently registered image sizes for 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.ZedCryout Creations mastermindHi,
File permissions are handled by the server and not really under WordPress’ control and definitely not the theme. While WordPress (or plugins) can modify permissions, they need sufficient permissions on the files to begin with.
I suggest discussing this with your hosting provider as permission changes are either due to a configuration change or a sign for suspicion.
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 mastermindAdding the underlining effect to all content links is a requirement imposed (for accessibility reasons) during the theme update review process.
The effect can be force-removed with CSS, if needed:
.entry-content a:not([class]), .entry-excerpt a:not([class]), #comments .comment-body a:not([class]), .widget-container.widget_text a:not([class]), .ppbox a:not([class]) { text-decoration: none; }
Include the styling below to keep the underlining on hover:
.entry-content a:not([class]):hover, .entry-excerpt a:not([class]):hover, #comments .comment-body a:not([class]):hover, .widget-container.widget_text a:not([class]):hover, .ppbox a:not([class]):hover { text-decoration: underline; }
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 mastermind@megmo, header images work slightly differently to featured images. They don’t have the same options and are generated/displayed depending on the header image configuration options. Adjusting the focus area of the image can only be done on a case-by-case basis, with custom CSS (as it depends on the images used, the specific header configuration and target screen sizes).
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 WordPress’ automatic update functionality is not available on your site, you should be able to use the .zip file update functionality extended in WordPress 5.5 to support themes as well (unless this has also been disabled on your site):
https://wordpress.org/support/topic/wordpress-5-5-feature-update-by-uploading-zip-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 mastermindHi,
The video header is displayed in the theme’s configured header (image) height. If the video size does not match the area it is displayed in, you’ll see empty (black) space around it.
Since YouTube videos rarely have the same aspect ratio as the theme’s default header configuration, you’ll most likely need to either adjust the header height configuration, or use a video with the necessary aspect ratio (wider than the usual 16:9).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?
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 include a link to your site (or create a support ticket on this issue)?
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 text is part of the translatable strings and can be edited (or removed) as described in this tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translationsIf 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 landing page has some requirements to be met for it to activate, as described in our dedicated tutorial:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-featureIf 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 header images should all have the same size to avoid header appearance variations depending on the image.
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 try the following CSS:
body .lp-block i, body .lp-block .lp-block-title, body .lp-block .lp-block-text { opacity: 1; margin-left: 0; -webkit-animation: none; animation: none; }
For speedier support replies, please use the dedicated priority support system.
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 include a link to the site or at least a screenshot?
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 11th, 2021 at 21:14 in reply to: Problems with the display of the lightbox and captions #121392ZedCryout Creations mastermindPlease apply the following custom CSS on the site:
.wp-caption > a { display: inline-block; }
We’ll also correct this in Tempera’s next update.
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’s configurable text options should be translatable for multilingual sites using WPML’s Strings 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,
The theme’s two CTA buttons are part of the landing page feature. Check that this is enabled in the theme’s options (and its requirements, as described in the linked tutorial above, are met).
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 mastermindCustom fonts need to be prepared for the web (using FontSquirrel, for example) and loaded on the site, either manually or using a plugin.
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