-
AuthorSearch Results
-
February 28th, 2013 at 22:50 #3939
In reply to: Let the layout scale percentual with absolut maximum
Kay
Cryout Creations mastermindActually that’s kinda implemented already under the form of the Mobile view. If you use it with the Absolute Dimensions.
The absolute dimensions are used on desktop browsers, but once the screen resolution drops under 800px (mobile devices) the layout becomes relative. You can give it a try by manually rescaling the browser window.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.February 28th, 2013 at 22:34 #3933Kay
Cryout Creations mastermindCould you show us a link to your site?
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.February 28th, 2013 at 20:17 #3930In reply to: Widgets at the top of the main content area
Helen
Thanks for the suggestion. I just tried to put a sticky post. The problem with that is that it only displayed the hyperlinked text as hyperlinks when you click on the post itself. I really need to create a short bit of text which links to my main site at the top of my blog. I need this because my blog is outranking my site for a key search term and my blog is not currently a good landing page. The before content widget sounds good, any idea when it will be ready? I do need a solution now though.
February 28th, 2013 at 08:36 #3907In reply to: Header Question
Alan Wexler
The Header color is black on IE and Chrome, and invisible on Firefox! I can’t remove the color from IE/Chrome, and can’t create a color on Firefox.
February 27th, 2013 at 20:43 #3898In reply to: Logo problem on presentation page
Elaine S
Hi Grady:
Thanks for your great help, but somehow its still not working. What am I missing?
I typed the following into the settings and changed the picture to a png version of the logo. I have this in my media library and copied the path, but somehow the logo is not showing on the presentation page. I took out the Title in the General settings because I thought that might have something to do with it, but still no logo is appearing. Do you have any other suggestions? Thanks for the awesome help as I’m a newbie at this!
/* Mantra Custom CSS */
#header
{
background-image::url(“http://wordpressoddballexotics.xlconsultinggroup.com/wp-content/uploads/2013/02/Williams-logo6.png”);
background-size: 200px 75px;
background-repeat:no-repeat;
padding-top 40px;
background-position: top left;
}
February 27th, 2013 at 10:12 #3892In reply to: Can't change alignment of images in left sidebar
Rinelle Grey
I’ve tried everything. 🙁 I think it’s a problem somewhere in the coding. It’s minor, in the scheme of things, but it would look far more professional if they images were centred properly.
February 27th, 2013 at 04:09 #3887In reply to: Column frames on presentation page
Frank
This is the only thing I’ve been having trouble with changing. I’ve tried adding the custom CSS to a child theme, to the custom CSS settings in the Mantra settings, and even the CSS settings in the editor, but it never changes the color. I think I might need some additional hand holding to know where this custom code should go to work. Other than that, this is a great theme. Thanks.
February 27th, 2013 at 01:09 #3881In reply to: where can I change the text below the copyrights
Zed
Cryout Creations mastermindThere’s a “Custom Footer Text” field under Mantra Settings > Graphics Options (I know, not the most intuitive place to put it) and the theme also support a footer menu so you can add any links you wish extra to the footer 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.Zed
Cryout Creations mastermindThe theme only has one presentation page, which can be set as the homepage of your site.
To create galleries you need plugins, as neither WordPress nor themes include this by default.
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.February 27th, 2013 at 00:43 #3870In reply to: tripadvisor widget
Zed
Cryout Creations mastermindUse the built in “Custom Javascript” field in Appearance > Mantra Settings, under Miscellaneous.
Or if circumstances require advanced scripting, edit the theme files (but I highly recommend using a child theme for this).
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.February 24th, 2013 at 08:29 #3826In reply to: Centering Text in Presentation Page Columns?
Sara
Phooey. Doesn’t work for me.
I must be placing it incorrectly.
I am at Mantra Options –> Miscellaneous Settings –> Custom CSS…
…and I copied and pasted each — refreshed. Still the same.
Sorry that I am not very good with CSS, but is there a special place that you put it?
February 22nd, 2013 at 19:08 #3798In reply to: Presentation slider
Ivan
Hi there,
Having issues with the slider in IE – works fine in all the other browsers, but IE is just has the spinning circle – Have been pulling my hair out trying to figure this one out…Thanks for the help
February 21st, 2013 at 20:16 #3783In reply to: une categorie pour les articles de la page d'accueil
jerjer51
Zed : I think it’s in blog pots
February 21st, 2013 at 20:15 #3782In reply to: une categorie pour les articles de la page d'accueil
jerjer51
Hello,
I use the theme mantra to develop the site of my association and I would like that it displays in homepage only articles of the category ” news “.
How to set up easily this configuration?
Is it possible to plan this option in a future version via the interface Mantra settings?
Thank you for your help
February 21st, 2013 at 18:44 #3777In reply to: une categorie pour les articles de la page d'accueil
Zed
Cryout Creations mastermindMy French is quite rusty… 🙂
Do you want to display “news” posts on the standard “blog pots” homepage or in Mantra’s “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.February 21st, 2013 at 18:42 #3775In reply to: une categorie pour les articles de la page d'accueil
white-rabbit
could you speak english?
February 20th, 2013 at 18:07 #3755In reply to: child theme not working
Tche
Hi,
I am also using a child-theme and it works (more or less), the code I set in my style.css is as following:
<code>/*
Theme Name: Mantra Child
Description: Thème enfant du thème Mantra
Author: Thierwish
Author URI: http://AllWeWish.org
Template: mantra
Version: 0.1.0
*/
@import url(“../mantra/style.css”);</code>
I think the brakets in yours are missing. Just copy-paste-adapt to check.
If it still doesn’t work, check also the name of your child folder: “mantra-child” and its location: next to the parent one (not inside) I hope it can help.
I said it works “more or less” because all my customizations are not taken… but some of these are well.
So I am moving the pure stylish one in the “Mantra Settings”//”Miscellaneous”//Custom CSS through the wordpress admin because these are overwriting everything (sorry if words are not exactly the same, I am working in French) I ll keep my customized templates in the child-theme and my child style.css empty…
Cheers,
Tche
February 20th, 2013 at 16:21 #3752In reply to: Inserting an HTML form onto the Presentation page
Zed
Cryout Creations mastermindInserting custom code in the presentation page implies programming knowledge.
Adding somewhat of a sidebar on the presentation page is even more complicated.
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.February 20th, 2013 at 10:49 #3745In reply to: Text font selection changes in mobile
Zed
Cryout Creations mastermindChrome is broken on my Android device, but the fonts in Mantra work just fine with the built-in browser (an unbranded trimmed down version of Chrome).
I see you’ve changed your site setting and no longer using a Google font, so I can’t test your website as well.
But as a general rule, make sure the piece of text in question is not copied from somewhere and has a <font….> tag along with 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.February 20th, 2013 at 10:23 #3740Zed
Cryout Creations mastermindFirst off, the “Post Excerpts on Home / Archive and Category Pages” need to be set to “Excerpt” and the “Featured Images as POST Thumbnails” and “Auto Select Images From Posts” options need to be enabled.
Then this is how the theme behaves:
- on a post with featured image but no images inside, the featured image will be displayed
- on a post with featured image and more images inside, the feature image will be displayed
- on a post without featured image but with images inside, the first image from the content will be displayed
- on a post without featured image and no images inside, no image will be displayed
This way you have automatic post images (when you have images inside the post), which you can also override as you wish through the “featured image”.
So I do not believe that this behaviour needs any 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.February 19th, 2013 at 22:43 #3730In reply to: Disable Comments for images
Bob M.
Thanks, I modified the functions.php and that seems to have done the trick.
Any update on the share buttons not showing up on the presentation page?
Bob
February 16th, 2013 at 18:14 #3701In reply to: Color settings has stopped working
Jens Justesen
Hello Zed. I have tried all my plugins, and there are no bandits among them. A fellow on the danish WordPress forum suggested to 1) put all my work into another WP-theme, 2) remove Mantra from the computer, 3) reinstall Mantra, and 4) shift back to Mantra from the other theme. I am considering doing this, but I am afraid of loosing my things in the process. What do you think? Is it safe? Kind regards JJ (ps. I am opening a new thread about images – in sidebars, and frames. Do you have the time looking into it?)
February 14th, 2013 at 18:36 #3671In reply to: News Categories not always displaying an image
Zed
Cryout Creations mastermindI used featured images for posts on my blog as well, and I did not encounter this issue after updating.
Did you test to see if this happens when all plugins are disabled? Could be an incompatibility between a plugin and 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.February 14th, 2013 at 10:54 #3667Zed
Cryout Creations mastermindWhile I can see the issue on your site, I cannot reproduce it on our test installs.
Could you create a support ticket and send us an export of your theme settings? Perhaps a combination of options triggers the problem. (just type anything in the transaction id 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.February 14th, 2013 at 10:35 #3664In reply to: Menu defaulting on last menu item in mobile view
Zed
Cryout Creations mastermindI can confirm the mobile menu is acting a bit strange.
We’re looking 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.February 13th, 2013 at 00:21 #3649JAP
Hi Kay,
Many thanks for your answer! That would be really great to have this fixed in a later version because I really love the theme you have developped here and all the customizations it allows. I have taken quite some time to select it among the hundreds possible and tweek the look&feel to my very needs. Would really hate to switch to another one and do not have the skills to go and play with the CSS code behind it to be honest. So far, I have had only a few complaints from readers using portable devices with smaller screens but it might become a bigger issue with a developping audience.
I’ll definitively keep an eye open on your next releases! Keep going !
JAP.
February 12th, 2013 at 16:46 #3640In reply to: custom post background
Maggy
Thanks very much for the reply. I hope that someone has some experience with custom post backgrounds. I found one plugin that will work if there is no default background, at least as far as an image goes — not a background color. I added custom css to mantra forcing top right position. Since it won’t work with a default background enabled, the presentation page will have no background and it will also require setting a background on every post. Not ideal. I wish I was more proficient with custom fields.
February 12th, 2013 at 16:20 #3638In reply to: Auto scrolling header background image
Forest Skills Ltd
That’s a shame as the plugins that I’ve tried so far don’t want to work with the other plugins i use, so it would be nice if Mantra could do it for me.
Chris
February 12th, 2013 at 15:11 #3635In reply to: child theme not working
Pete
Many apologies, my 2012 child theme does not work with the Theme URI missing. Very sorry to mislead you.
February 11th, 2013 at 21:44 #3610In reply to: Presentation page image size
Kay
Cryout Creations mastermindIt’s a lot easier to try things out yourself than ask around on the forum. Try a size, see what happens, try another one and keep on going. Don’t be afraid to experiment.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes. -
AuthorSearch Results