Forum Replies Created
-
AuthorPosts
-
ZedCryout Creations mastermind
Links are not controlled by the theme.
Check your permalinks settings and make sure they are correct (Settings > Permalinks).
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 you leave links blank (or use #) since WordPress believes they link to the homepage and marks them as “current”. It is not a bug.
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 mastermindDid you notice the scrollbar on the right side of 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 mastermindYes, there’s indeed a hiccup with the font size due to the recent font size/colour compatibility change we did in 2.0.4.
We’ll take care of this in the next 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 mastermindI see JavaScript errors in your website now:
SyntaxError: syntax error
<div style=’height:360px;padding-top:10px’><div></div><div s
vegant…ete.com (line 56)ReferenceError: Gravatar is not defined
Gravatar.profile_cb = function( h, d ) {
wpgroh…r=3.5.2 (linia 27)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 mastermindPlugins should not include CSS for features that are not enabled on all pages… That’s inappropriate behaviour.
Try using this custom CSS:
.nivo-caption { height: auto; top: inherit; font-size: inherit; }
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 your custom style is displayed in the source of the page and is active on the rendering.
Did you solve the issue? The only wrong thing i see is that part of the header image is missing. But you can easily fix that by increasing the header height to about 140px.
The JavaScript related messages is only a problem if it stays there all the time. You should only see it for a moment while your website is loading and then it should go away.
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 can see the header just fine under SSL.
What device / browser are you seeing the issue 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 mastermindThis is most likely not caused by the theme.
Did you try to see if the issue goes away if you switch to one of the default Twenty-something themes?
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.
Sorry about that. We edited the CSS a bit to improve compatibility for plugins that add custom content inside posts, and we overdid it a bit, leaving the excerpts out of the configurable options.
We’ve already fixed this and submitted the update. You can grab the fixed mantra/admin/custom-styles.php file right now from the 2.0.5 archive and replace the existing one.
Also add these lines to the custom CSS field:
.entry-content, .entry-content p, .entry-summary, .entry-summary p {
font-size:15px; line-height:1.7em; }
.entry-content p, .entry-summary p { margin-bottom: 10px; }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’s no easy fix in your case. All I see is a generic ‘nivoslider is not a function’
You’ll have to disable all your plugins and make the slider functional again, then enable them back one by one until you see which one interferes with the slider.
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 mastermindThis was already spotted by another Mantra user and is fixed in 2.0.4.1.
Thanks anyway for pointing it 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.ZedCryout Creations mastermindAdd a class on the image, for example class=”borderless”
Then go to the custom CSS field and add in
img.borderless { border: 0 !important; padding: 0 !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 mastermindIf what you’re trying to do is set a full-width header image beyond the width of the theme content, you’ll have to do quite oa bit of customizations to the theme (or you can await our future Parabola theme).
Otherwise, both the header image and the logo are limited to fit INSIDE the theme content width (the area clearly delimited with white 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.ZedCryout Creations mastermindDid you restore the older 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 mastermindThis custom CSS should take care of that:
.upprev_excerpt.upprev_thumbnail > a {
float: left;
margin-right: 10px;
}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 22nd, 2013 at 23:23 in reply to: Trying to include an advert under the post, in the bottom area #8061ZedCryout Creations mastermindTry adding it as a widget in the below content widget area.
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 could try using the multiple columns shortcode to achieve that:
[mantra-multi] [mantra-column width="1/3"]row 1, col 1[/mantra-column] [mantra-column width="1/3"]row 1, col 2[/mantra-column] [mantra-column width="1/3"]row 1, col 3[/mantra-column] [/mantra-multi] [mantra-multi] [mantra-column width="1/3"]row 2, col 1[/mantra-column] [mantra-column width="1/3"]row 2, col 2[/mantra-column] [mantra-column width="1/3"]row 2, col 3[/mantra-column] [/mantra-multi]
and so 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 mastermind.commentlist li.comment {
background: #2B2B2B;
border-color: #444444;
box-shadow: 3px 3px 5px #222222; }
.commentlist li.comment:hover { background: #333; }
.commentlist .children li { border-color: #444; }
##respond { border-color: #444; }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 mastermindThank you for pointing that out. The fix will be included in the next 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 mastermindI cannot check anything as your website is currently on a Twenty-something and that particular plugin does not seem to be active.
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 mastermindAre you using the latest version of Mantra?
Could you provide a link to your website?
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 supports 3 menu areas – top, main and footer. Make sure you’re setting the correct / no menu in the proper areas under 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.ZedCryout Creations mastermindYour question is a good one, but unfortunately we cannot provide an answer since you removed our link from 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 mastermindYou’ll find the options to change everything about the presentation page in Appearance > Mantra Setting > Presentation 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 mastermindWhat browser/device do you see this behaviour 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 mastermindSee the Conditional Widgets 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 mastermindThat was also possible with Mantra and a bit of custom CSS.
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 I could actually see that example, that’d be great 🙂
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, 2013 at 12:03 in reply to: Scrolling Picture Slideshow on Presentation Page Columns #7905ZedCryout Creations mastermindYou’ll have to use a plugin which can be inserted via shortcode, as the presentation page columns support shortcodes.
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