Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
In WordPress’ additional CSS field (in the customize interface) or in the custom CSS plugin of your choosing.
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 apply the desired border styling to:
.home article.hentry .post-thumbnail-container { ... }
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 the free edition of the theme the posts list is the last section of the landing page.
The Plus edition has the sections order on the landing page a configurable setting (in the free edition this is possible only by editing the theme file responsible for rendering the landing page – content/landing-page.php)
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 mastermindActually we’ve tracked this down to an incorrect data value (changing its type from number to string) in the options defaults. We’ll get it sorted out in the upcoming updates.
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 mastermindActually we’ve tracked this down to an incorrect data value (changing its type from number to string) in the options defaults. We’ll get it sorted out in the upcoming updates.
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 your site?
In Fluida meta attributes are displayed between the title and the content (at the top of the post) not below 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 mastermindSample content for the Plus themes is provided on request through our support service.
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 is part of the theme’s strings and can be translated through WordPress’ built-in support for translations:
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-translate-a-wordpress-theme-iii
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-translate-a-wordpress-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 mastermindThank you for reminding us that we’re behind on publishing the sample child theme for Esotera.
It is now available for download from your account.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 header image on smaller screens with custom CSS:
@media (max-width: 800px) { body #header-image-main { 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.ZedCryout Creations mastermindThe menu always has a bit of a shadow when the fixed menu option is active and you’ve scrolled away from the top of the site. This is done to make the menu stand out on top of the underlying content.
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 mastermindDoes the plugin work as expected if you temporarily switch to one of the default Twenty themes?
Does the theme switch even apply on the frontend?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 mastermindPosts using post formats are special purpose and are always displayed in full (same as sticky 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.ZedCryout Creations mastermindThe theme displays the desktop menu on all screen sizes larger than the limit set for the mobile menu activation.
In the Plus edition this limit is configurable, so you can enable the mobile menu earlier making it apply on tablets (and smaller computers) as well.
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 mastermindWhich landing page section are the posts 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 mastermindThat can be done with custom styling:
body #access ul.sub-menu li a, body #access ul.children li a { background-color: rgba( 255, 255, 255, 0.7 ); /* adjust the value as desired */ }
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 do that with CSS:
.page .entry-title { /* for pages */ display: none; } .single-post .entry-title { /* for posts */ 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.September 29th, 2019 at 15:25 in reply to: Set link color separately from secondary accent color #92284ZedCryout Creations mastermindYou could use custom CSS to tweak the links colors:
a { color: #333; } a:hover { color: #aeaeae; }
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 mastermindCheck if you have manual excerpts set on the posts displaying sample text instead of the actual content.
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 personally recommend creating backups directly from your hosting control panel (most control panels provide backup 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 mastermindUse this CSS:
.post-thumbnail-container .featured-image-overlay::before { background: 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 mastermindThere is no specific size for the logo. The logo image can be as tall as it fits on your configured header height and as wide as it fits in the available space beside the 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 mastermindI believe you have also contacted us on this matter through our support system and I have answered there.
I see the site is still loading its resources and content from a secondary (development?) URL.
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 mastermindFor all other site sections except the landing page, the header image height (even when the featured image is used in the header) is controlled by the respective header image height option:
https://www.cryoutcreations.eu/docs/themes/options/header/content/#header-image-height
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 mastermindSuch functionality can be added using plugins.
https://wordpress.org/plugins/search/sidebar+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 mastermindPriority supports and new updates require a valid license. You will need to renew your license to be able to continue to receive updates.
Otherwise, you can continue to use the current version you have installed 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.September 29th, 2019 at 15:03 in reply to: The main font is too small after update the Nirvana Theme #92269ZedCryout Creations mastermindThat would depend what version of Nirvana you update from. Version 1.5 did include a design revamp and styling optimization, including setting some new default values for some options, including typography.
The general font size appears to be set to 20px currently, however you are using a font that’s smaller than usual. If you need to increase the font size, you can do so 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 theme’s social icons functionality uses WordPress’ own menu interface. This provide means to control advanced parameters for the menu items, including the target.
See the social icons dedicated tutorial for more information:
https://www.cryoutcreations.eu/wordpress-tutorials/use-new-social-menuIf 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 mastermindSliders can also be used in page/post content using the available shortcode 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 mastermindAre you using the latest (1.8.0) Fluida theme release?
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