Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Hi Alex,
That is covered in our presentation page columns tutorial, available here:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-the-new-tempera-presentation-page-columnsIf 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 @WonFineDay,
I hope you’ve seen my reply to your comment.
Also note that your site is trying to load a script from a deceiving URL:
which my antivirus blocks as adware:
The legitimate domain is jqueryui.com
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,
WordPress by default does not provide excerpts functionality for pages, only for posts. You can enable excerpts on pages using this plugin (disregard that it isn’t updated, it only contains one action override).
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 position of the banner/slider caption is not configurable through the options, but can be tweaked with CSS if needed:
body .lp-staticslider .staticslider-caption, body .seriousslider.seriousslider-theme .seriousslider-caption { top: 70%; }
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 @yuravw,
I am not sure I understand your question. If you’re using the theme’s built-in social menu functionality, the social icons are configurable as described in our dedicated tutorial: https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menu
Otherwise, widgets (and the widgets screen) are not managed by the theme and any errors there need to be tracked down to their source (usually site configuration or additional plugins).
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 my answer on Anima as the same functionality applies.
Thanks for pointing out the glitch on our Kahuna (Plus) demo, I reconfigured the 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.ZedCryout Creations mastermindHi,
The mobile menu’s screen width limit is configurable through the options in Anima Plus.
In the free edition of the theme you’ll need to apply custom CSS to adjust this limit:@media (min-width: 800px) and (max-width: 1040px) { .cryout #access { display: none; } .cryout #nav-toggle { display: block; position: static; } }
Edit the 1040px value with the screen width when the menu no longer fits in one row.
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 sounds like the slider is somehow failing to work – if you have multiple slides in the slider, do they still cycle?
Without browsing the site in question I cannot guess what exactly is happening.
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,
There are multiple plugins for embedding fonts on the site in the .org repository, however none of them would integrate in any way with Nirvana’s options (to make the embedded fonts selectable in the font lists). There is currently no way to apply custom fonts beyond Google Fonts through Nirvana’s options – this needs to be done manually (with CSS) for the respective content elements.
We’ll try to add support for custom font identifiers beside the existing Google Fonts support with a theme 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,
I’m guessing it’s related to mixing language directions, but I’d need to be able to browse the site to check up on the CSS used on those menu items.
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.February 19th, 2022 at 23:01 in reply to: Page always splits in two and drop down menu does not work on mobile #126674ZedCryout Creations mastermindHi,
I would need to browse the site to check out the reported issues.
Note that header videos and automatic video playback are limited on mobile browsers and will not work the same as on desktop browsers.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 observed nor been reported any issues affecting the current release of Tempera while running WordPress 5.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,
The theme uses Google Fonts when configured to do that – by using the dedicated Google font identifier fields in the options. If you leave the identifier fields empty and select any of the fonts from the preset fonts list, those rely solely on browser/operating system support.
It is not currently possible to set custom font names through Nirvana’s options (to apply manually embedded fonts, for example) – but we’ll try to add this in a future 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,
Archive sections (tags/categories) don’t have built-in support for individual featured images so they can’t make use of the theme’s featured images in header functionality.
I have not personally tested its functionality, but this plugin appears to support custom header images for categories and tags.
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,
Due to the interdiction to use settings-page options on all .org repository themes some years ago, we have two generations of themes:
- the classic ones, which we created before this change and (still) use the settings page (Nirvana is included here) and are very similar (functionality and structure-wise) with each other, and
- the customizer themes which use the mandatory customize interface for their options; these themes are also similar in functionality and structure with each other.
However, the transition from a settings page to the customize interface resulted in some structural and functionality changes which make the two groups relatively different in appearance (and very different in configuration).
Nirvana has reached its feature and functionality maturity and we are now only making maintenance updates for it when we find bugs or if compatibility issues arise with new WordPress releases. This makes its updates release cycle slower.
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.February 19th, 2022 at 22:38 in reply to: How to set new pages to have different header image from homepage? #126669ZedCryout Creations mastermindHi,
The theme is capable of using the individual posts’ and pages’ featured images in the header when configured to do so.
Additionally, the landing page homepage has separate configuration for its banner section which can display a different image than the one set as 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,
get_header() is a core WordPress function so that error should not occur in normal conditions. Are you customizing your WordPress installation in an unusual manner? Is the theme’s 404.php file perhaps accessed outside of WordPress (due to some specific site configuration)?
What URL(s) is the error triggered with?
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 might be able to find a plugin that provides that functionality: https://wordpress.org/plugins/search/zoom+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,
Our demo site is running the Plus edition of Kahuna. Repository themes are not allowed to include demo content or import/export functionality so we cannot provide demo data for the free edition of Kahuna.
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 supports only one image for the site logo functionality. Applying a changing logo might be possible by including both logo variations in the same image file and displaying only the appropriate part of the image file based on context using custom CSS.
I would need to see the two logos and the site to help further – please create a ticket with this.
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,
Try using the following CSS (adjust the color as needed):
body .cryout .site-header-bottom.header-fixed .site-header-bottom-fixed { background-color: rgba(255,0,0,0.3); }
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 slider functionality is only available on the homepage (landing page feature) of the theme, so that’s already not present on any other site section.
On the rest of the site the theme displays the header of the site (header image, section title, meta information if present) in that area and cannot be disabled since it’s required in the content.
However, the header image itself can be set to no longer be full screen and/or shorter through the theme’s options to make it take up less space.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 mastermindHow is the text widget displaying the about text after the posts inserted in that location?
The problem is that widget is neither a float element and also doesn’t clear the previous float elements (the posts) and as such it essentially starts at the same level as the posts container but since it follows in the content it overlaps them.
Applying the following CSS will make the posts links work fine again, but will disable the links within the widget text in return:
#content ul.yoyo { pointer-events: none; }
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 mastermindSince the “/product” page is coming up blank, are you seeing any related error messages in the server error log?
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 mastermindURLs are not handled by the theme. You need to look into this and correct it if necessary through WordPress’ permalinks controls.
Simply entering the permalinks sections and saving sometimes corrects broken handling of URLs by rewriting the current rewrite rules.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 uses and displays images in multiple locations in the layout. Which images/elements 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,
That should be possible using some custom CSS:
body .footermenu { max-width: 250px; }
Adjust the value to the correct one for when the menu expands on the second row after the desired menu item.
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 see the store and product sections are working now on the indicated site. Are you still having trouble?
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 cannot be achieved through the options but should be doable with custom CSS.
However, since there are multiple elements that have a background color set and can also display posts, I’d need to see the exact places you want transparent indicated in a screenshot, if 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 mastermindHi,
Each text area has a title and content section (the title and content of the source page). If you require an extra title beside the page title itself, you’d be able to partially achieve that by using one extra text area just for the extra title (but there aren’t 8 text areas in the free Bravada) and/or perhaps by using the featured boxes section for their titles (and leaving them empty of content by assigning an empty 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. -
AuthorPosts