Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
The footer menu location is not designed to support submenus. The main navigation is the only one supporting submenu dropdowns.
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 notice an entirely different color scheme is used in the site currently and in the screenshot. Did you change the configuration in the meantime or is the screenshot of a different site.
I see you are currently using a GIF image in the header. How was the header configured in that 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.ZedCryout Creations mastermindThe display mode is dependent on the aspect ratio of the used image in comparison to the area it is displayed in. The image is almost square while it needs to be displayed in a wide rectangle (the screen), leading to vertical cropping.
I suggest using an image with a similar aspect ratio as the area it is displayed 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.ZedCryout Creations mastermindThe theme’s landing page is a special purpose section that does not follow any of the layout options as it never has any sidebar(s).
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 mastermindIf you use WordPress’ default Meta widget, that comes with a set of links that are not configurable. To control what links are visible you’ll need to look for an alternative widget or write your own.
You can also recreate the layout using a custom menu and the built-in menu widget.
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’ve just released a Mantra update which corrects a little hiccup caused by a change in WordPress 5.5, so we expect the theme to get along with this WordPress release just fine.
You should, however, expect surprises if you use plugins on your site as there were important JavaScript related changes in 5.5 that affected multiple plugins (some of which have released compatibility updates 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 mastermindIf you need to display different texts for a particular page in its title location and menu item, you can do that by using a custom menu, which removes the limitation of the menu item using the same text as the page title.
If instead you would want to display different texts in the page’s title location and in the browser title (for example), this task you can do using a SEO plugin capable of filtering/overriding the 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.ZedCryout Creations mastermindIn Fluida the header layout is made up of the site title/logo/description (on the left side) and the main navigation and header socials (on the right). These two can unite if their content is long enough.
Below follows the header image, which can also hold the header widget area.This layout is a structural particularity of the theme and cannot be changed without extensive code and styling changes.
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 mastermindIf you have not created nor assigned any specific menus, the theme will display WordPress’ default auto-generated pages menu in its main navigation area.
If you don’t a menu there, create an empty custom menu and assign it to that location.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 27th, 2020 at 19:38 in reply to: How To Remove Bullet Point Graphic From Pros/Cons Plugin? #107717ZedCryout Creations mastermindThe theme’s bullets can be controlled (and disabled) site-wide from its settings.
If you only want to disable the bullets on specific content that can be done with custom styling.
To provide you with the needed CSS I would need to browse the site where these double bullets are visible.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 mastermindOf course you can override styling, but you need to ensure your custom styling is more specific than existing one.
As a solution that works (almost) every time, copy the exact identifier that currently applies last (from the browser’s developer console) and prepend
body
to that identifier to make it slightly more specific.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 styling covers both inner spacing (padding) and outer spacing (margins).
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 27th, 2020 at 19:31 in reply to: Theme: Tempera: Update failed. The response is not a valid JSON response. #107710ZedCryout Creations mastermindUpdating the theme is not dependent on it being the active theme.
You should be able to update Tempera while one the Twenty themes is active instead, if updating works then.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 mastermindIn Nirvana the heading font sizes are configurable (relative to the general site font size) through the theme’s settings – look for the Typography settings:
https://www.cryoutcreations.eu/docs/themes-legacy/settings/text/#headings-fontIf 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 mastermind1. The theme includes multiple looking class icons in its bundled icons set, unfortunately it does not include any binocular icons. You can see a list of available icons here:
https://demos.cryoutcreations.eu/wp/esotera/wp-content/themes/esotera-plus/plus/resources/shortcodes/icons.phpYou can make the icon bold with CSS:
.icon-search2::before { font-weight: 900; }
2. You can also try adding the “Search” text next to the icon, but this text will not use the site’s configured font and may look slightly out of place:
.icon-search2::before { content: "\e0a8 Search"; /* 2 spaces between the code and Search */ margin-right: 2em; /* color: #color-code; */ }
3. The color depends on the overall configuration of the site. I have added the color customization in the CSS above, you’d need to fill in the right color code and uncomment the line to activate 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 mastermindYou can adjust the vertical spacing for all the landing page sections with some custom CSS:
.esotera-landing-page .lp-blocks-inside, .esotera-landing-page .lp-boxes-inside, .esotera-landing-page .lp-text-inside, .esotera-landing-page .lp-posts-inside, .esotera-landing-page .lp-page-inside, .esotera-landing-page .lp-section-header, .esotera-landing-page .content-widget { padding-top: 2em; padding-bottom: 2em; margin-top: 2em; margin-bottom: 2em; } .esotera-landing-page .lp-section-header { padding-bottom: 0; margin-bottom: 0; }
You can adjust the values as needed (they default to 5em for margins and 3em for paddings).
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 update Mantra to the current 3.3.0 and check if that still happens.
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 14th, 2020 at 16:31 in reply to: alternative text does not appear in images inserted in the cryout column #107398ZedCryout Creations mastermindIn Nirvana, the text on the columns appears on hover on desktop browsers and below the images on smaller mobile devices.
If you want the text to always be visible, you can change the appearance mode to static from the theme’s settings.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 landing page text areas use the featured image associated to the source page for their background. You can use this functionality by ensuring the page you assigned to that text area has a featured image set.
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 14th, 2020 at 16:27 in reply to: Remove capital letters from nivo slider post titles in presentation page #107396ZedCryout Creations mastermindTry the following custom CSS:
body .nivo-caption > h3 { text-transform: 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.September 14th, 2020 at 13:06 in reply to: Reset theme settings “Do not display again” doesn’t work #107388ZedCryout Creations mastermindHi Steve,
That line is a dev line intended to be used to force the nag theme mod to a specific value.
Having it commented out (with either value) is the normal state as the theme mod is handled by other code.If you are still running WordPress 5.5 on the site try updating to 5.5.1 and check if the nag disable link still fails to work – with that line of code in its default state (as there were some dashboard nonce checking issues in 5.5).
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 did not provide a site link for me to check, so I can only guess that the text is located in the theme’s custom footer text field, configurable through the settings.
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 site has a JavaScript error related to the ‘nice navigation’ plugin (most likely due to changes brought by WordPress 5.5). This can affect a lot of functionality, including the slider.
Check if that plugin has a compatibility update or if the author is working on one, or look for alternatives.
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@Sonia, we have a dedicated tutorial on how to use the socials menu functionality in our themes:
https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menu
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 theme uses Masonry (a Javascript library) to arrange the posts in lists in a brick style layout.
If you use lazy loading (or some other loading optimizations techniques) on your site, Masonry can end up applying its layout before everything is loaded and not take the final sizes into account.We’ve made Masonry apply at the very end of page rendering, but some optimization plugins can interfere with this. Try temporarily disabling such optimizations to check if they’re connected to the issue or disable Masonry in the 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.ZedCryout Creations mastermindI am not seeing this duplicate time right now on your site, so I assume you solved the problem in the meantime.
The meta information displayed by the theme is configurable in the options. If you see duplicate instances of the same meta, with one of the instances not controlled by the options that separate instance might get added by plugins or custom code.
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 David,
The position of the individual “Reply” buttons is a design choice and in-line with the comment author and meta information.
The markup for that button (it being part of the comments meta and header container) makes it difficult to move below the comment content. You can try the following CSS to relocate it inside the comment text container, making it more visually connected to that particular comment:
body .comment .reply { top: 2.7em; right: 1.5em; }
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@Desa818: are you configuring the widget font 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 mastermindThe classes that Font Awesome uses on its icons are not present or used in the theme.
If you’re using an entirely different font (where all glyphs have different codes), you’ll need to customize the content attribute manually to the correct code for each icon.
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 replies were saved, but because of containing code they got flagged for manual review.
The value of the action parameter
action="https://belaviva.com/"
indicates that the form will always submit to the homepage. This is the same on both embedding locations, and the search form works as intended in both cases (confirmed by the presence of the search form parameters in the URL).On standard pages the plugin is able to override the output and display its own content (the search results), however on the homepage it cannot do this as the theme’s own landing page feature takes precedence.
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