Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
You’re using a caching plugin. Most likely you’re seeing different content while logged in than when not logged in. Unfortunately there’s no way to know which is the more recent version. The slider may be malfunctioning in the cached version or the latest version.
Try clearing the plugin caching ( or disabling it completely for a moment) to see if anything changes (the sliders works or fails no matter the authentication state).
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 have a custom CSS declaration:
#access { margin: -27px auto 0; }
most likely to position the menu over the header image.
Add
position: relative;
to bring the menu on top.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 mastermindPlease update to Parabola 0.9.7(.2) to fix that issue.
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 mastermindPlease update to Parabola 0.9.7(.2), as that issue is fixed.
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 4th, 2013 at 12:40 in reply to: When I hide the main menu in presentation- disappears on all pages #10349ZedCryout Creations mastermindHi Mag. Sorry about all the spamming, some messages to make it past the filters.
The presentation page areas enable/disable issue you’re reporting is fixed in 0.9.7(.1/.2).
I also found that the top menu background colour on hover didn’t work, and that is fixed as well, but the top menu text and text hover colour options worked and still work fine.
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 hope the change introduced in version 2.0.7 is helpful 🙂
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 mastermindTo solve this out for anyone else encountering it, you most likely chose the “Gallery” post type for your posts. Switching to “Standard” removes that label.
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 4th, 2013 at 12:23 in reply to: Trying to include an advert under the post, in the bottom area #10346ZedCryout Creations mastermindAll widget areas are listed in the Appearance > Widgets section.
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 mastermindSelect the desired layout option from the Layout Settings section of the theme’s settings page: Appearance > Mantra 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 mastermindMantra only allows you to type in what’s between the <script> </script> tags.
If you need to include an external script, you’ll need to create a child theme and mod the header/footer file there.
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 really wasn’t available. We did the update because of that issue (and two more small hiccups).
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 the submenus still don’t work after the 2.0.7.1 update, check to see if you’re using any caching plugins (including CloudFlare services) and try to clear te cache. Also perform a force refresh (CTRL+F5 or CTRL+R) in your browser.
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 slider works for me now. Are you still seeing this issue?
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 mastermindWhat changes did you make using the 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 mastermindThat should do it, but you should transfer the changed theme-frontpage.php file to a child theme (calling it in 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 mastermindYou can select the one column (full width) template for pages only. You cannot set a layout for posts. Category pages and single posts use the general configured 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 mastermindIf by “tags” you mean “keywords”, there is no such option in Mantra (since keywords are kind of obsolete for most search engines nowadays).
If you want to use them anyway, I recommend installing a SEO 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 mastermindWith Mantra it’s a bit trickier.
Start by creating a fully transparent empty 210x100px PNG image and set it as your logo in Mantra.
Then upload your dual-version logo image someplace on your site/server, and add this custom CSS:
a#logo img { background: url(/path-to-your-dual-version-logo/dual-logo.png) top center no-repeat; }
a#logo:hover img { background-position: 0 -100px; }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 mastermindAdd the link to the article itself in the URL field.
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 logo image shrinks proportionally to fit in a header height of 90px on mobile devices.
Add this custom CSS to make it shrink less:
@media (max-width: 800px) { a#logo img { height: 100% !important; } }
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 no way to change this as the presentation page cannot read information about the images (like titles and such) to use for the alt text.
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 mastermindIs that the only field causing you issues? Does the custom CSS field get saved 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.ZedCryout Creations mastermindThanks for reporting that. We’ve also seen it ourselves at one point.
We’ve eventually found a solution and should stop jumping around in the next update (2.0.7).
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 mastermindFirefox cannot find the server at blushpinkchampagnes.com. Is this the correct URL?Custom styling added by the PC Custom CSS plugin is changing the titles on the category (home) page.
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 depends on the browser you’re using in Windows Xp. If it’s the built-in Internet Explorer version 6 (or even 7), then these are no longer supported, are terribly insecure and broken and you should never touch them again.
If you encounter this issue on any updated browser, tell us the browser name and 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.ZedCryout Creations mastermindArden, you’re using an older version of Mantra. Please update to the latest version as the footer is now fully responsive.
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 cannot reproduce the issue.
As you can see in the image below, the font is used correctly for the page titles and content headings.
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 mastermindHi, Gloria. We eventually found the issue there and it will be fixed in 0.9.5.
Paula, please read this tutorial.
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 found the bug here. We’ll get it fixed for 0.9.5.
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 for pointing it out.
This behaviour is improved/fixed in version 0.9.4.
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