Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
You can use any slider of your choosing instead of the built-in one or any other video embedding/player that provides a shortcode which can be used in the theme’s options.
https://www.cryoutcreations.eu/docs/themes-legacy/settings/presentation-page/#source
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 mastermindThis tutorial applies to our “customize”-based themes, not the legacy setting-based themes (including Parabola).
The use a different way of managing social links and the bundled socials are image based (not font-based) so the two methods are not interchangeable.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 “Header Image” controls change (as the name implies) the header image.
To change the background image use the background media controls instead.
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 mastermindThat text doesn’t look to be added via a widget, but through the theme’s Custom Footer Text field.
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 mobile menu inherits the background color from the configured menu background color. For the menu items it uses the primary accent color (as the menu items are links).
To customize the text color independently you can use CSS:
#mobile-menu a { color: 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.December 22nd, 2019 at 13:17 in reply to: Disable menu color (shading) of selected/current item? #96854ZedCryout Creations mastermindThat color is not not directly configurable (but it is generated based on the configured menu background color).
You can remove it with a bit of CSS:
#access ul > li.current_page_item, #access ul > li.current-menu-item, #access ul > li.current_page_ancestor, #access ul > li.current-menu-ancestor { background-color: transparent; }
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 mastermindTest combining without minifying and minifying without combining to see which one of the processes is the cause of the 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.December 20th, 2019 at 23:30 in reply to: How do I remove the Space between the main Content and Menu #96803ZedCryout Creations mastermindThat space depends on what’s actually displayed on your site’s section.
On the homepage you’re missing the page title (which would normally have gone right after the menu) and are seeing some additional space created by the normal paddings and margins of the following elements (which are normally landing page sections – I’m not sure how you got them displayed inside a page, did you copy/paste the HTML manually?).
To remove those you’ll need to resort to some custom CSS:.home .entry-content, #front-text3, #front-text3 h3 { margin-top: 0; padding-top: 0; }
The other site sections are displayed normally, with the title being the first element and right at the top of the page.
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 mastermindI’m not seeing this on the site. Did you resolve the problem 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.ZedCryout Creations mastermindThere are multiple layers of containers (and several of them may have background colors set). Could you post an URL to your site to see exactly what you’re 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 mastermindThose should be widgets – all widgets are administrable from the Widgets section (in the dashboard).
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 mastermindOr the used custom JS/CSS code is erroneous and is breaking other things on 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 mastermindThe page/post content cannot extend beyond the configured content width.
Roseta is not a full-width layout theme (its layouts are configurable but they are not relative in percentages to the browser window).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 you are not using a header image you’ll need to disable the theme’s header titles (which are probably still enabled), since they require the presence of a header image (to be displayed on).
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 mastermindIs the problematic site employing some form of caching, perhaps?
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 mastermindOur themes each have visual specifics to give them their particular designs. Anima, Esotera, Fluida and Septera can display fixed background images (textures) on the text areas (that’s not really a parallax effect).
Kahuna and Roseta display the images in the text areas in a different manner.
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 mastermindWe didn’t see issues with CSS minifying since Nirvana 1.5 when we rewrote some of the CSS styles. Perhaps your plugin is mixing the CSS too much (joining the different files in a wrong/random order).
The CSS needs to remain in the same order it would be included in un-minified. Does the plugin provide any options related to how it does the minifying/order of CSS 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 mastermindCould you post a link to the page where the comment form is visible?
PS: For speedier relies you can use the dedicated priority support form.
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.December 20th, 2019 at 23:02 in reply to: Change color tint of header (and feature image overlays) #96789ZedCryout Creations mastermindBoth are configurable through the theme’s color options:
1) header overlay – https://www.cryoutcreations.eu/docs/themes/options/colors/header/?theme=esotera#overlay
2) posts overlays (and other landing page overlays) use the general accent colors – https://www.cryoutcreations.eu/docs/themes/options/colors/content/?theme=esotera#accentsIf 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 landing page only works when the homepage displays the default posts list. Assigning a static page as the homepage makes that override the theme’s landing page.
You can find more info about how the landing page works and can be configured in the 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 mastermindIt would have been helpful to provide a link to the section(s) exhibiting the issue, however it looks like you’ve changed themes 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.ZedCryout Creations mastermindI’m not sure what happened there, but it looks like you’ve managed to change the background color 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.ZedCryout Creations mastermindAre you referring to the frontend or the editor behaviour in the dashboard?
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 mastermindIs there a hierarchical relation between those pages (A being the parent page of A-1) or is that structure limited to the menu arrangement?
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 mastermindWhat section of the site are the breadcrumbs not working correctly? The homepage (blog posts list)?
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 caption might need some additional font size reduction to fit on the narrowest of mobile devices. Try the following CSS:
@media (max-width: 480px) { .lp-slider .staticslider-caption { font-size: 0.6em; } }
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 mastermindPlease disable CSS and content minifying and check if the issue is still present.
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 mastermindThose would be the breadcrumbs (not a menu), which are configurable from theme’s options:
https://www.cryoutcreations.eu/docs/themes/options/general/structure/#breadcrumbsIf 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 mastermindYou may need to make your styling more specific to apply. Try
p.ProseMain { }
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 mastermindYou can hide the indicators with CSS:
article span.entry-sticky, article span.entry-format { display: 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. -
AuthorPosts