Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindHi,
The theme has multiple text and color background options. I’m not sure which specific elements you’re referring to to figure out which options apply to them. Would it be possible to include a screenshot or 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.Zed
Cryout Creations mastermindHi again,
I’m not seeing anything out of the ordinary on the site at this time. Did this have the same cause as the wrapping issue described in the previous topic?
As a side note, text always wraps around left/right aligned images. The quality of the wrapping depends on the combination of screen width/image width. If you want the text to clear and appear under the images you’ll need to apply some custom CSS to disable the images floating (most likely on only the smaller 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.Zed
Cryout Creations mastermindHi,
The presentation page is not a static page. In Nirvana, this feature is built as an extension of the regular posts list homepage and as such it is in fact the blog (home)page, which is similar to a category section.
To control what external services see as main attributes (title, descriptions, tags, text, images) on the homepage, use a SEO plugin that provides this functionality (for example Yoast).
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’s landing page text areas are each capable of displaying different content by selecting a different source (static) page for each one through the options.
If you’re seeing the same content everywhere then you may have selected the same page for all.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’m sorry, but neither of those names are familiar to me so they’re definitely not ours. Perhaps you are mixing up themes/names.
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 mastermindNirvana’s latest update has been in WordPress.org’s review queue for over 5 weeks now:
https://themes.trac.wordpress.org/ticket/101303We’ll submit Tempera’s update once Nirvana gets approved (and depending on the review results and requirements).
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 recent posts list is the default content displayed by WordPress on the homepage of any site, including with Fluida.
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’m looking at the indicated site now and I am not noticing any issue. Did you resolve this in the meantime?
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,
Parabola’s caption colors are not directly configurable. The selectable caption options use predefined appearances. To tweak them you’ll need to rely on custom CSS:
body #content .wp-caption { background-color: #123; color: #456; }
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 you’re referring to buttons no longer being available in the editor toolbar, those are not under the theme’s control.
Color changes may happen if a recent update changed the core markup or classnames fundamentally. A link to a page exhibiting this would helps us figure things 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.Zed
Cryout Creations mastermindHi,
1. Please see https://www.cryoutcreations.eu/docs/themes/multilanguage/
2. Our companion Serious Slider plugin only supports image slides. To create a video slider you’ll need to search for an alternative plugin that supports this and use it in the theme’s slider section.
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 @llyeden,
Since the social icons are image-based in Tempera, their color is not configurable. However it can be force-adjusted using custom CSS, for example:
#topbar .socials a img { filter: invert(100%) invert(85%) sepia(36%) saturate(4886%) hue-rotate(172deg) brightness(92%) contrast(89%); }
To obtain the necessary filter sequence use this site with your desired color code, but prepend an extra
invert(100%)
to the list since we’re starting from white, not black.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’s Fullscreen header image option applies to all site sections when enabled.
To have it make distinction between site sections custom code is required.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,
To do that you’d need to manually customize Mantra’s code. The function responsible for the presentation page content (including images) is
mantra_frontpage_generator()
found inincludes/theme-frontpage.php
, which is pluggable in its entirety via a child 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,
That’s the result of the menu bar having a background color when the menu is not displayed over the header image (when this background would get removed).
You can force-remove the background with CSS:.burgermenu-active #site-header-main, .burgermenu-active .site-header-bottom-fixed, .burgermenu-active .site-header-bottom.header-fixed .site-header-bottom-fixed { background: transparent; } .burgermenu-active .hamburger span { background-color: #fff; }
We’ll look into whether this should be the default theme behaviour.
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,
I am not seeing any difference in appearance between the two sections at this time.
Did you resolve 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.Zed
Cryout Creations mastermindHi again,
Please include a link to a site where these issues are visible for me to 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.Zed
Cryout Creations mastermindHi,
Which transition are you referring to? Is this about the animated letters or are you using a slider?
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,
WordPress’ built-in author box is automatically displayed when the author (user) has their biography filled in.
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 titles resize relative to the general font size and according to its own options. With some configuration combinations and especially with longer titles, this may not be enough.
Try using the following custom CSS to further shrink the titles:
@media (max-width: 800px) { .single .entry-title, .singular-title { font-size: 4.3vw; } }
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.July 30th, 2021 at 19:16 in reply to: Use sidebar for posts while main layout is without sidebars #120239Zed
Cryout Creations mastermindHi,
In Parabola the layout option controls the layout for the entire site, including single posts.
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.July 30th, 2021 at 19:13 in reply to: Banners/sliders not appearing, blank header space on pages #120236Zed
Cryout Creations mastermindHi,
When you set the landing page option to “Serious Slider” or “Banner”, did you also select a specific slider (you’ll need to create it first) or selected the banner image, respectively?
To have a header image on the homepage, you’ll need to enable the header image globally on the entire site. If you turn this feature off for the homepage then that applies to the rest of the site as well. You can still set the landing page slider section to display a slider or the (separate) banner image on the homepage, though.
If you do display a header image, individual pages and posts can use their own featured images in the header instead of the general image (if the corresponding option is enabled). The rest of the site section will use the general header image.
The individual post/page meta options are only available in the theme’s Plus edition.
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.July 30th, 2021 at 19:06 in reply to: Set the url of the clickable site header to a different address #120235Zed
Cryout Creations mastermindHi,
The theme uses WordPress’ home_url() function to get the URL used on the site title/logo feature. If you want to change this URL you’ll need to use custom code on WordPress’ available filters (or look for a plugin that does this for you).
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’s most likely caused by some CSS overlap. We’ve had this before with some WooCommerce classnames clashing with the theme’s built-in shortcodes styling.
Disabling the shortcodes functionality (if you’re not using it) might avoid the clash.If you can include a site URL where I can see the issue happening, I could provide a more specific solution.
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 very much for your code suggestion.
We have already included the change in Fluida’s 1.8.7 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.Zed
Cryout Creations mastermindHi @jfju,
On your site the images are lazy loaded. This can make the slider JavaScript fail to work properly because it doesn’t have the image files ready when computing sizes and animation effects.
You’ll need to exclude the slides images from the lazy loading 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.Zed
Cryout Creations mastermindHi,
If you’ve moved the site by changing its URL, ensure that you have properly updated all records in the database to reflect the new address:
https://wordpress.org/support/article/moving-wordpress/#changing-your-domain-name-and-urlsIf 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,
You can configure what details are displayed in post lists using the theme’s blog metas 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 @AB2021,
The ‘not found’ and search bar are there because your site has no content (posts) to display. Add content or set the homepage to display a static page instead to hide those.
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