Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Static pages are different than posts and do not normally display meta information (like author or publish date). We’ve followed how the core WordPress themes work on this 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.August 3rd, 2018 at 20:35 in reply to: CSS Code to increase general text font size of paragraphs to more than 20px #66953ZedCryout Creations mastermindIf you need to make general text larger than 20px then you might have a styling problem somewhere (perhaps forcing a too small font size).
20px content text should be about this big.
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 recover theme files from the zip downloadable from wordpress.org.
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 mastermindCan you link the site this happens 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 mastermindYou can use the theme’s meta options to set specific layouts on (static) pages used for WooCommerce. The rest of the sections will follow the theme’s general layout.
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 don’t see the indicated issues on the site. 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.July 22nd, 2018 at 18:29 in reply to: CTA Button #1 doesnt work anymore slider size went wrong #66453ZedCryout Creations mastermindThe Id of the icon blocks section changed to
#lp-blocks-1
.We’ve also adjusted the slider appearance to follow the theme’s static slider image design (limited width and rounded upper corners).
If you prefer the full-width view, you can use CSS to restore it:body .lp-dynamic-slider { max-width: 100%; padding: 0; } body .seriousslider-inner { border-radius: 0; }
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 general font options control the text properties site-wide. Some elements have individual control options, but everything else is controlled by this option.
The theme adjusts the text size on mobile devices, but the adjusting is done starting from the configured font sizes (using a too large value will result in larger text on mobile as well).
You can use custom CSS to style post/page content only:
body .entry-excerpt, body .entry-content { font-size: ...; }
Note that this will override responsiveness 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 mastermindSeptera needs its styles to load in a certain order.
Try the code below for the child theme enqueues:
function septera_child_styling(){ wp_enqueue_style( 'septera-main', get_template_directory_uri() . '/style.css', array(), _CRYOUT_THEME_VERSION ); // restore correct parent stylesheet wp_enqueue_style( 'septera-child', get_stylesheet_directory_uri() . '/style.css', array( 'septera-main' ), '0.1' ); // enqueue child stylesheet } add_action( 'wp_enqueue_scripts', 'septera_child_styling' );
Try not to change the style ids as they are used for other enqueues 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.July 22nd, 2018 at 18:05 in reply to: Search Function pertaining to my Eccomerce products only #66448ZedCryout Creations mastermindThe search functionality and results are not something that’s controlled by the theme.
Filtering search results based on content requires such functionality to exist in the plugin adding the custom post types.
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’re using Fluida, the theme does not provide a related posts section, so that one is most likely provided by a plugin.
If you have Fluida Plus, the theme’s related posts functionality (if used) can be controlled from the theme’s options (including the relationship of the related 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 mastermindWhere should the missing images be found in the content?
I see the prizes showcase image and the six rabbits below.
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 IE version are you seeing that 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 mastermindWe’ll correct large logo images overflowing the available space in the next 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 mastermindFeatured images are used in the header if they are at least 75% of the site width / header height.
This feature is controlled by the theme option located under its Featured Image 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 mastermindSome button labels are directly configurable in the theme options. The rest of the texts displayed by the theme can be edited using translations.
https://www.cryoutcreations.eu/wordpress-tutorials/how-to-translate-a-wordpress-theme-iii
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 are looking into 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 mastermindThe theme has multiple options controlling text color. The general text color applies to the entire site text, but other option control more specific elements.
Check that you are not looking at text that is controlled by a separate option. As an indication, post/page content text should always follow the general text color.
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 also disable the featured content section from the landing page’s general 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 mastermindWe’ll 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 mastermindWe’ve noted this down and as soon as we find an icon font that we can use and includes this icon we’ll add it to 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 mastermindWe’ve noted this down and as soon as we find icon fonts that we can use and include these two icons we’ll add them to 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 mastermindOn mobile you’re seeing Jetpack’s mobile theme feature. Turn that option off to get Fluida on all devices.
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 mastermindFeatured boxes do have links on their titles.
Making the images links as well is complicated by the color overlay that gets displayed on hover.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 mastermindDo you have a site section where you’re using the slider in a 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 mastermindIt looks like you’ve found a bug in the theme. We’ll get it fixed in the next theme update.
In the meantime, to correct the issue on your site, edit the nirvana/woocommerce.php file and replace line 10 with:
if (($nirvanas['nirvana_frontpage']=="Enable") && is_front_page() && 'posts' == get_option( 'show_on_front' )): get_template_part( 'frontpage' );
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 only happens if your site is still serving old/cached styling (from the previous theme release), while the HTML (and comment form) are generated by up to date 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 mastermindUpdate 1.4.5 corrects the compatibility with PHP 7.2.
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@Bettina: Nirvana’s 1.4.5 release (published two weeks ago) includes the comment form checkbox fix.
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 canonical links are not generated or controlled by 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. -
AuthorPosts