Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
On mobile devices you might be seeing Jetpack’s mobile theme feature (which is a distinct theme and not under Septera’s options control).
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 mastermindTry the following CSS:
#site-description { font-weight: bold; background: rgba(0,0,0,0.3); padding: 0 0.3em; }
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 pagination is controlled by WordPress posts-per-page option.
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 uses a custom index.htm(l), build with Adobe Go Live which displays two frames (content and sidebar) two custom static pages (which through pretty permalinks get handled by WordPress).
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 currently limited support for multi-language categories in the featured boxes with Polylang. We are looking to find the best way to extend this support.
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 sections are controlled independently (through the dedicated theme options). The rest of the site sections use the general configuration (including how the header image is displayed).
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 the following CSS:
/* post titles */ #content h1.entry-title a, #content h2.entry-title a, #content h1.entry-title, #content h2.entry-title { font-weight: ...; } /* widget titles */ .widget-title, .widget-title a { font-weight: ...; } /* site title */ #site-title span a { font-weight: ...; } /* headings */ .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .nivo-caption h2, #front-text1 h1, #front-text2 h1, h3.column-header-image, #comments #reply-title { font-weight: ...; }
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.June 6th, 2019 at 20:20 in reply to: Presentation page columns layout is broken after theme update #78375ZedCryout Creations mastermindWe can help you wit this through our separate customization service (as it is beyond the perks included with the support service).
However, to provide an accurate estimate we’d need to have a look at the existing child theme first.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 order of the presentation page sections is not configurable. Changing the order would require code changes (preferably through the use of 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.June 6th, 2019 at 20:13 in reply to: How to create a second page with the presentation page layout #78372ZedCryout Creations mastermindThe theme can only have one instance of the presentation page feature (with its sections), which is always the homepage.
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 issue is caused by a typo introduced with this release in the custom styling generation function. We will publish an update to correct it soon.
Thank you for pointing this 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.May 25th, 2019 at 09:43 in reply to: Mantra 3.2 – setting to hide post categories not working #77995ZedCryout Creations mastermindThe problem is caused by a typo introduced with this release in the custom styling generator. We will publish a correcting update soon.
Thank you for pointing this 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.May 25th, 2019 at 09:27 in reply to: simple caption not working anymore afer theme update to Version: 1.7.2 #77994ZedCryout Creations mastermindSince reverted the theme version I cannot test it, but this solution might work for you as well
https://www.cryoutcreations.eu/forums/t/lightbox-in-nirvana-sometimes-working-mostly-not/#post-77975
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 mastermindNirvana does not support setting the font weight through the options. You will need to use custom styling for that – which font option do you need the custom weight 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 mastermindThe itemprop attributes are used for schema.org structured data and removing them will result in errors being displayed by structured data parsers.
If you’re sure you want to remove that, you’ll need to customize the
cryout_schema_microdata()
function (found incryout/prototypes.php
) using 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.ZedCryout Creations mastermindWe’ve designed our slider plugin to work with any WordPress theme, not just our own.
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 functionality is a core WordPress feature. If there is a plugin out there providing video header images it should work with Nirvana as well (it might need some CSS tweaks, though, due to Nirvana’s header structure).
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 mastermindWooCommerce does not provide a function to retrieve the titles for its sections and the ones returned by WordPress core functions are sometimes incorrect because they occur outside the main loop (header titles are processed before the main loop starts).
Due to this we cannot enable the header titles feature on WooCommerce sections.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 images in the second posts use captions (which due to styling overlap the image element and prevent it from being clicked).
Apply this custom CSS to correct that:.caption-simple #content .wp-caption .wp-caption-text { pointer-events: 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 mastermindYou’re mixing http:// and https:// URLs on your site – most browsers refuse to load unsecure content on secure sites.
You should reconfigure your site so it loads everything either unsecure (http://) or secure (https://).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 mastermindEnable the Keep header image aspect ratio / Force header image responsiveness option.
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 mastermindA site URL would be helpful to identify what is causing that.
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 see a cookie banner message on your homepage as well. Was it a refresh delay due to caching or did you find the solution 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 mastermindThe menu administration screens are core WordPress functionality. If you’re having issues there I suggest temporarily disabling all active plugins to rule out any interference from them.
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 mastermindThanks to the theme’s advanced layout options, the sidebars functionality is buried pretty deep in the code.
You can find the tempera_get_sidebar() function in includes/theme-functions.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 mastermindSo you see the slider-related field in Polylang’s strings list? Then the translations should work.
Double-check that nothing is interfering with Polylang by temporarily disabling all other active plugins.
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 mastermindWhen a static page is assigned as WordPress ‘blog’ section, it becomes a special site section and WordPress ignores any of the attributes that static page had (including meta parameters and 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 mastermindThe icon blocks already support using the manual page excerpts (which are not available by default in WordPress but can be enabled with a plugin) on the landing page instead of the content.
The Plus edition is also capable of using custom links (using a companion plugin).
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 is WordPress core functionality (the theme simply displays the image set in WordPress’ settings).
If you can find a plugin which provides that functionality, it should work with Fluida too.
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.May 24th, 2019 at 20:12 in reply to: Presentation Page Columns display as Rows Instead of Columns after updating #77959ZedCryout Creations mastermindIt is important to know exactly which files the child theme includes (and what functionality they contain).
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