Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindThe shortcodes should read:
[cryout-column width="1/3"]
Make sure you use the right quotes.
Additionally, you’ll need to install the plugin from here.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.Zed
Cryout Creations mastermindI just tested Mantra 2.5.0 with WooCommerce 2.6.1 and I see nothing exceptionally wrong.
Could you describe the problem you are having in more detail?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.Zed
Cryout Creations mastermindAfter re-arranging header elements around, there is no solution but to also repair the responsiveness to account for the 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.Zed
Cryout Creations mastermindIndeed all the background colour fields can be left empty to remove those areas backgrounds (and make them transparent to their next parent element).
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 18th, 2016 at 16:08 in reply to: Left and right margins not the same results in offcenter content #37367Zed
Cryout Creations mastermindSince you did not specify an URL for your website, I cannot take a look and perhaps suggest a simple custom style workaround.
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.Zed
Cryout Creations mastermindIf you want the lightest solution, use the Text widget and type in the HTML manually – otherwise there are plenty of plugins designed to display content (including images) in widget areas.
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.Zed
Cryout Creations mastermindLee, you may want to double-check your PHP Event Calendar plugin – it’s loading its styling all over the place.
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.Zed
Cryout Creations mastermindIt does no longer appear the case, but were you perhaps using Jetpack’s mobile theme feature?
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 18th, 2016 at 15:55 in reply to: Want to show tag meta on single post page (and edit link too) #37363Zed
Cryout Creations mastermindThe theme’s options apply both to category pages and to single posts (except for the meta bar position option which only has effect on category pages). Pages don’t have visible metas.
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.Zed
Cryout Creations mastermindDisable the Breadcrumbs from the theme’s Graphics 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.June 18th, 2016 at 15:45 in reply to: Tempera form styles conflict with Contact Form 7 styles #37361Zed
Cryout Creations mastermindThe form elements styling is part of the theme’s overall styling. There is no easy way to disable it – you need to undo (or replace) everything you want to change.
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.Zed
Cryout Creations mastermindIf you will not be using the main navigation, you can hide the mobile menu placeholder with:
body #nav-toggle { 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.Zed
Cryout Creations mastermindThe presentation page and the blog page template don’t display the pagination. When the theme’s pagination is enabled, they display a “More Posts” button which dynamically load another page of posts below the visible one.
When disabled, the blog page will not display anything else in place (since there is no pagination to begin with).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.Zed
Cryout Creations mastermindWe’ve updated some styling (including the icon) and JS code in the last update. Force refresh / clear your browser’s cache and check if the issues resolve themselves.
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.Zed
Cryout Creations mastermindYes, with JavaScript:
jQuery(document).ready(function(){ jQuery('#front-columns a').each(function() { jQuery(this).click(function(event) { event.preventDefault(); event.stopPropagation(); window.open(this.href, '_blank'); }); }); });
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.Zed
Cryout Creations mastermindSee this topic.
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.Zed
Cryout Creations mastermindThere is no menu visible on your site at all right now (on any device/browser).
To keep the normal menu visible on all devices and hide the mobile menu you can use this custom styling:
body #access .menu ul:first-child { display: block; } body .tinynav { 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.Zed
Cryout Creations mastermindpascale/misspakou, theme-seo.php and theme-shortcodes.php are no longer part of Mantra since a few versions back (we’ve been forced to remove such functionality by the WordPress theme guidelines and review team).
If you’re getting errors about these files missing, you are running some kind of broken theme copy (which includes old and up to date files). Back up everything then delete and reinstall the theme.
Then recheck if the rest of the issues persist.
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.Zed
Cryout Creations mastermindUnfortunately we have no way of testing Pro plugins for compatibility (without purchasing them).
Try entering the excerpt in the dedicated (Manual) Excerpt section in the editor interface to see if that has any different results.
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.Zed
Cryout Creations mastermindFor anyone with this issue: When using the blog page template in conjunction with Jetpack’s sharing buttons you need to keep sharing enabled on pages for the buttons to appear correctly.
The long explanation: The ‘blog’ section is a page is using the theme’s blog page template. The plugin can be configured to add the social icons independently on pages and/or posts.
Disabling social icons on pages in the plugin will keep them visible on posts including when they are listed on the theme’s blog page; but as this ‘blog’ section of the site is a page, not a true category, the plugin’s check will fail and it will not load its resources (styles and icon font), leaving the social links malfunctioning.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.Zed
Cryout Creations mastermindThe theme would not lose its settings (especially during an update) unless something very wrong happens (like corrupt database tables) or someone performs a settings reset using the theme’s reset button. In these situations the settings can be recovered from a previous database backup or a theme settings export.
Settings can also get misplaced if the WordPress installation is moved to a different URL and the right procedure is not followed. In this case the settings are recoverable.
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.Zed
Cryout Creations mastermindPlease see these two announcements:
http://www.cryoutcreations.eu/wordpress-themes/nirvana/nirvana-1-2-1-loses-part-of-its-soul
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.Zed
Cryout Creations mastermindThanks for pointing this out – we’ll look into 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.Zed
Cryout Creations mastermindThe theme is not yet in the WordPress repository because the review process is currently very slow (with over 6 months to wait for the initial review and another month for the admin review – best case scenario).
We’ve submitted the theme to the repository December 12th. If you’re interested you can check the progress below:
https://themes.trac.wordpress.org/ticket/29164
https://themes.trac.wordpress.org/ticket/31688If 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.Zed
Cryout Creations mastermindOnly the left sidebar currently has support for a menu in it (that is also styled correctly).
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.Zed
Cryout Creations mastermindThe Cryout Column widget is only supposed to be used in the theme’s Cryout Columns Widget Area.
While it mostly works in the sidebars, using it in the header widget area is not a tested scenario.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.Zed
Cryout Creations mastermindDid you try using QTranslateX’s short tags syntax in the logo URL field?
[:en]http://URL_for_english_logo_image[:][:ru]http://URL_for_russian_logo_image[:]
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.Zed
Cryout Creations mastermindStandard excerpts are automatically created by WordPress by filtering out any kind of advanced content or formatting and turning the excerpt to plain text. If you need markup (like links), use manual excerpts for the 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.Zed
Cryout Creations mastermindThat is possible with custom styling:
body #pp-texttop { background: ...; } body #pp-textmiddle{ background: ...; } body #pp-textbottom { background: ...; }
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.Zed
Cryout Creations mastermindAre you using the theme in the boxed or wide layout? The boxed layout includes the necessary padding.
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