Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Text 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.ZedCryout Creations mastermindHi Erika,
Using the theme (at the downloaded version) is not conditioned in any way, but access to new updates and the companion priority support service requires an active Plus theme subscription. Your existing subscription has ended in April 2021.
I have manually extended your subscription until the 15th to be able to access the 1.2.4 update, as it technically was available during the original term of your subscription.
You can renew at any later date by following the link in your account if you wish to restore access to future updates and priority support.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 3rd, 2021 at 20:34 in reply to: Site head images did not shuffle from last BRAVADA update #121154ZedCryout Creations mastermindHi,
What section of the site (homepage/category) does this happen on?
Is it possible to include a link to 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,
For best results you should use color combinations that work together.
I recommend setting accent colors that are not used anywhere else on the site and not using the accent colors themselves for backgrounds (the accent colors are already used on specific content elements, including backgrounds, to create the visual identity of the design).
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,
Verbosa does not include support for WordPress’ video header feature, mostly due to the theme’s less usual layout (with the header being part of the sidebar).
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 our themes the landing page (when used) is always the homepage (it cannot be any other page).
Without seeing your site I cannot guess how you’ve structured it and why the two would appear to be different.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 would be helpful if I could browse the site in question and see the embed myself.
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