Forum Replies Created
-
AuthorPosts
-
Zed
Cryout Creations mastermindThat is not currently possible without heavy customizations to the presentation page file.
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 can see the extra (about) 5 pixels of space on the right and we’ll fix that in the next update. Thanks 🙂
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 excerpts too small issue is fixed in 2.0.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.Zed
Cryout Creations mastermind#site-description {
clear: both;
line-height: 15px;
margin-left: 0; }You’ll have to play around with the line height value to better space your title and description.
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 mastermindLeave your biography empty in your user profile page, and the author information should disappear.
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 mastermindOne of your questions is already answered in the FAQs.
The whole extra texts color/background can be changed via custom CSS:
#front-text3 blockquote { color: #abccdef; background-color: #abcdsef; }
#front-text4 blockquote { color: #abccdef; background-color: #abcdsef; }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 content text is controlled by the “Content Text Color” option under Color Settings.
The front page titles text color is controlled by the “Title Color” option under Presentation Page > Extras > Extra text
As an extra step, you can change the “body” text color via custom CSS;
body { color: #abcdef; }
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#masthead { position: relative; }
#access {
margin-top: -30px;
position: relative;
}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 really.
But WordPress should be able to update Mantra over the web. If it asks you for a FTP login when you try to update, there’s a permissions error. Check your WordPress folder and files have the proper user/group (either the hosting account user or the webserver user).
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.July 3rd, 2013 at 13:12 in reply to: Fatal error: Call to undefined function mantra_content_nav() #8489Zed
Cryout Creations mastermindYour theme might have updated incompletely.
Try re-uploading Mantra and replacing all the files (to make sure all of them are the latest 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.July 3rd, 2013 at 13:08 in reply to: Links Works in Firefox but not in IE and Google Chrome browsers #8488Zed
Cryout Creations mastermindI get the Not Found error on all browsers.
Make sure the page with that ID exists, that the page is published and is publicly visible.
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 mastermindLinks 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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 #8061Zed
Cryout 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.Zed
Cryout 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.Zed
Cryout 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. -
AuthorPosts