Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindI confirm the overlapping issue. We’ll solve that in the next update after 0.9.5 (which is already published).
IE9 in compatibility mode actually renders things as IE7. Since IE7 lacks knowledge of a lot of CSS and HTML the theme uses, the only way to solve this is to remove compatibility mode (view)
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 wait for 0.9.5 which was approved but isn’t yet live.
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 mastermindNot all the elements on the presentation page were controlled by the theme options at the time you reported this.
The latest update (0.9.5) improves things and future updates will eventually allow you to customize everything.
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 mastermindSounds like your permalink settings are not working. Try re-saving the permalink and make sure it actually gets saved (and you don’t get a warning after the save that the .htaccess file could not be written).
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’s something related to a mobpartner script and it shows up on pages with sidebar.
Could you disable your sidebar widgets one by one and 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.Zed
Cryout Creations mastermindI confirm this. We’ll get it fixed in the next update (probably 0.9.6) 🙂
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 mastermindMantra provides the option to hide the breadcrumbs. It’s titles “Breadcrumbs” and it’s the first option under the theme’s Graphics Settings.
The previous/next posts links are not part of the breadcrumbs and there’s no option to control those. Still, they can be hidden using custom CSS (note that there are two prev/next navigations, one above the post and one below it):
#content #nav-above, #content #nav-below { 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 theme needs to support the proper layouts. If it doesn’t, the only way to make it work is edit 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.Zed
Cryout Creations mastermindAre you referring to the actual menu displayed on the site or the menu’s administration interface (Appearance > Menus)?
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 mastermindYou have an empty line at the start of the response wp-trackback.php returns. I’m not sure where that’s from.
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 plugin needs a bit of rework to use WordPress’ jQuery instead of loading its own obsolete version.
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 mastermindYour entire site seems to be having some extra empty lines. This is most likely caused by invalid EOL conversions.
Are you using Windows-based hosting?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 mastermind@import url(http://fonts.googleapis.com/css?family=Alegreya+SC)
should work just fine in the Custom CSS field.
Then use font-family: "Alegreya SC";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.January 4th, 2014 at 16:40 in reply to: copy of Mantra (new folder) still living on original Mantra folder settings #15436Zed
Cryout Creations mastermindYou cannot do this. You’ll need to replace every occurrence of the “mantra” word in all of Mantra’s files to something else.
It would be easier to create a child theme – http://codex.wordpress.org/Child_ThemesIf 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 mastermindUsing a caching plugin? Clear cache or disable 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 mastermindWe’re a bit behind on “compatibility-zing” Mantra with bbPress.
We’ll try to do it in one of 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.Zed
Cryout Creations mastermindSetting 0 for the posts count does not actually disable (this is because that number is used directly in the query and WP ignores this particular value).
Why would you set 0 and keep the posts on presentation page enabled? That’s basically disabling posts, and you can do that by actually setting the option to disable.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 does not display sidebars.
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 our comments tutorial – http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-disable-comments-tutorial
You should basically do the reverse the tutorial says to enable comments.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 mastermindUse get_the_excerpt(); instead of get_the_content(); in your 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.Zed
Cryout Creations mastermindWhen you chose a font from Google, you get a complex link depending on the things you chose; for example:
http://fonts.googleapis.com/css?family=My+Awesome+Font:300,300italic,400,400italic,700,700italic&subset=latinJust enter everything after family= to the field in the theme settings:
My+Awesome+Font:300,300italic,400,400italic,700,700italic&subset=latinIf 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 mastermindThis will be fixed in the next theme update.
To be able to perform an export in your 1.2.2, either disable PHP notices or change the
ob_clean();
line from admin/admin-functions.php (right at the beginning) to
if (ob_get_contents()) ob_clean();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 sure this is about Parabola?
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 sure this is about Parabola?
Tempera had such an issue bot got fixed in 0.9.4.1If 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 mastermindThis topic is now closed as it got to have too many separate questions and issues caused by different reasons under the same roof.
If you’re absolutely sure you configured the slider (images) correctly, in 99% of the cases the slider fails (and you see only the spinning circle) because another extension is breaking WordPress’ jQuery.
In the other 1% of cases the cause is posts/images/browser or an actual theme bug (we hadn’t one of those in a long while).
If the prsentation page is enabled but missing completely, make sure Frontpage displays is set to Your latest posts under Settings > Reading.
If you still have issues with the presentation page or slider, please create your own 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.January 4th, 2014 at 15:55 in reply to: Presentation page not working with Trustjacker plugin #15421Zed
Cryout Creations mastermindIt means that plugin is breaking WordPress’ jQuery functionality (which the theme uses).
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 mastermind.sidey .widget-container { margin-bottom: 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.Zed
Cryout Creations mastermindNow I saw your other post about moving the top menu under the logo and above the header image.
That’s tricky…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 mastermindThis is configurable in WordPress, under Settings > General.
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 simplest solution would be to use a header image double in height with the top half 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. -
AuthorPosts