-
AuthorSearch Results
-
January 30th, 2013 at 06:20 #3407
In reply to: Presentation Page Columns
Colin
Note that I tried what Zed suggested and the links work fine to display the images in the browser including other browsers without logging in.
January 30th, 2013 at 01:02 #3405Ben Linders
Reading this I understand that IE 7, and IE 8 in compatibility mode, are not supported.
January 30th, 2013 at 00:55 #3404In reply to: Left Sidebar in Two-Sidebar, Three-Column Format
Ben Linders
Link to website is http://www.benlinders.com
The problem appears when I use IE 8 with compatibility mode in windows XP. If I understand you correctly, that would make IE8 work like it is IE7, right?
January 29th, 2013 at 21:33 #3401In reply to: Left Sidebar in Two-Sidebar, Three-Column Format
Kay
Cryout Creations mastermindHi!
Could you each show us link to your site so we can investigate this further?
Also, Ben, the compatibility mode for IE8 is not enabled by default and when it is on, it’s pretty much like IE7 which we don’t support.
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.January 29th, 2013 at 14:03 #3396In reply to: MouseOver change image in FeatureBox
Zed
Cryout Creations mastermindYou’re on the right track… but not quite 🙂
Don’t include php files in the CSS. “require…” is a php function, it won’t do anything in a CSS file.Mantra’s files are not automatically replaced with child theme files if they get detected.
You need to create a functions.php file in your child theme and include your custom child theme files (copy Mantra’s functions.php file and edit it to include your own files). Keep in mind your directory structure.Also, not all Mantra functions are over-ridable easily with child themes. Some need to be unhooked and their child theme copies hooked in their place.
But at least the front-page function does not need 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.January 29th, 2013 at 13:18 #3384Zed
Cryout Creations mastermindIE 8 in compatibility mode behaves and identifies itself as IE 7. And we don’t support IE7… IE 7 was too insane to be supported nowadays.
Compatibility mode shouldn’t be the default… at least it wasn’t on the 3 computers I tested on (but they had OS and browser updates installed, so this might make a difference).
Even IE 8 has its quirks, but most of the theme works and behaves normally 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.January 28th, 2013 at 18:22 #3374In reply to: MouseOver change image in FeatureBox
Luigi
Hi Kay!
I tested the mouse-over effect by modifying the original files: defaults.php and theme-frontpage.php.
They worked fine.
After that, I made a fresh install of Mantra (so to get back to the original files).
Then, I’ve created a Child Theme and activated it.
The style.css goes like this:
/*
Theme Name: mantra Child
Theme URI:
Description: Child theme for the Mantra theme
Author: LZ
Author URI:
Template: mantra
Version: 0.1.0
*/@import url(“../mantra/style.css”);
.site-title a {
color: #009900;
}require_once( get_stylesheet_directory(). ‘/defaults.php’ );
require_once( get_stylesheet_directory(). ‘/theme-frontpage.php’ );The modified files are: defaults.php and theme-frontpage.php.
I now have placed those two modified files in the Child Theme (inside two Child Theme’s directories, ‘admin’ and ‘includes’), but it seems they’re doing just nothing…
Since it’s the first time I use a Child Theme, can you help me in getting it to work?
Thanks…
Regards
Luigi
January 26th, 2013 at 14:07 #3342In reply to: Presentation slider
Zed
Cryout Creations mastermindAndrei, there’s no way for us to guess what plugin is causing the issue. Follow the steps here to debug.
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 26th, 2013 at 11:45 #3339In reply to: Presentation Page List of Recent Blog Posts
Maaike
This is a wonderfull theme. Thank you very much for creating it!
I would love to display my 5 recent blog posts under the 4 columns in the presentation page you have provided.
I tried to put some shortcode in textfield 3 and 4 but these fields don’t support shortcode.
Could you please provide me with the correct html/css code to get these recent blog posts into the front page?
It would be very much appreciated! Thanks in advance,
Maaike
January 25th, 2013 at 01:05 #3328In reply to: MouseOver change image in FeatureBox
Kay
Cryout Creations mastermindHi Luigi!
Congrats on your site. Looks great.
1. Editing the php file is the only way to achieve that at the moment. Done properly you wouldn’t have to change the code every time you change a photo if you’d keep the same photo names. But it would involve a little bit of work since the whole thing is in a ‘for’ loop.
2. That flashy effect is from the theme. If you want to remove that go to the same /includes/theme-frontpage.php file and remove this part:
jQuery('#front-columns > div img').hover( function() {
jQuery(this)
.stop()
.animate({opacity: 0.5}, 100)
.fadeOut(100)
.fadeIn(100)
.animate({opacity: 1}, 100) ;
}, function() {jQuery(this).stop();} )Good luck!
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.January 24th, 2013 at 19:32 #3311In reply to: How to remove html code in footer?
Javi
Thanks for your answer, but i can’t found the place. When i go to mantra settings in the dashboard, and i select graphics settings, i can type more codes in the text field, but not see what are inside, i can’t edit there.
I’m trying to found the php file where are this codes but i don’t have lucky.
So… i’ve tried to found the line of codes in footer.php and several more files but nothing for now.
If anyone can help to solve this problem, i would be really grateful.
Thanks again.
January 24th, 2013 at 18:24 #3302In reply to: Change just the header font
Kay
Cryout Creations mastermindHi!
Nope, you don’t need to change any files. In the Mantra Settings page >> Miscellaneous Settings you have a field called ‘Custom CSS’. Paste the above code there and save the settings.
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.January 24th, 2013 at 18:18 #3300In reply to: Image instead of rule
Kay
Cryout Creations mastermindWe’ll try to fix that in the next theme update. Until then if you could show us a link to your site we could explain how you could achieve that.
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.January 24th, 2013 at 17:56 #3296In reply to: How to remove html code in footer?
Zed
Cryout Creations mastermindYou remove that from the same place you typed it in. If it’s an input field in Mantra settings, you’ll find in Mantra settings, in the same place under Graphics 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.January 24th, 2013 at 17:50 #3291In reply to: Easy FancyBox and images
Zed
Cryout Creations mastermindIf 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 24th, 2013 at 09:58 #3252In reply to: Left Sidebar in Two-Sidebar, Three-Column Format
Ben Linders
I’m also using the 3 colum, 1 left and 1 right sidebar. In Internet Explorer 8 on windows XP, the main text overlaps the left side bar if compatibility modus is switched on (which I think is the default). If I switch compatibility modus off, the site looks ok, although there some strange things while loading. Chrome is ok both on XP and windows 7, as is IE 9 on windows 7.
Anything I can do to make this work on IE 8?
January 24th, 2013 at 03:33 #3249In reply to: Disable comments or "leave a reply"
david
I found the answer to this, albeit very strange. I was only able to disable the comments function when viewing all pages and un-checking the box in “quick edit mode”
January 20th, 2013 at 23:27 #3188In reply to: Content / Sidebar Width
Rich
I am not sure what you meant by the reset button. I refreshed my browser in there? If i hit the restore defaults on the bottom left of the page on the mantra settings page, i will loose everything i put into the website, i only know because i tried that last time. Is there another button i don’t see? Thank you for the help
January 20th, 2013 at 22:40 #3187In reply to: Are "Stickies" supported?
Zed
Cryout Creations mastermindThe “sticky” option is set in the dashboard when you create/edit a post, in the Publish panel under Visibility; click edit to see the checkbox.
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 20th, 2013 at 22:30 #3184In reply to: Change Titles
Zed
Cryout Creations mastermindEvery line of text that appears on the presentation page is editable from the Presentation Page section of Mantra Settings. Just click on the names of the areas/subsections and a lot of fields will open up.
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 18th, 2013 at 11:51 #3146In reply to: Presentation slider
Zed
Cryout Creations mastermindI don’t believe that will help you. Mantra does not include any javascript libraries, it just uses WordPress’ own.
I see a lot of javascript errors on your website. The only way to debug that is to disable ALL plugins and see if the errors go away (if not, more testing is necessary to pinpoint the problem).
Then enable the plugins one by one and always check to see when the issues reappear.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 18th, 2013 at 02:33 #3140In reply to: Centre image and responsive images
Andreas Torgersen
Hello, if you go to my page at http://www.seoc.no, you will see a animated 3d man pointing at a table. I’m trying to get this picture centered.
I have already tried to put the relativ sizes, but it seems like that this is not supported in the field “Extra text 1” under the folder “Presentation page”. Can you please tell me if it’s right that this is not supported, and if so, will this be corrected in the next update?
I also wonder if it’s possible to create a footer to be shown under “Extra text 2”?
January 17th, 2013 at 23:14 #3139In reply to: Presentation slider
Zed
Cryout Creations mastermindjquery-lightbox-for-native-galleries uses the “latest” jQuery library from Google Code. I assume this “latest” got updated at some point in time in the past few weeks and is no longer the same 1.8 included with WordPress.
Google calendar might also use jQuery…
Disable that plugin for a moment and see if your issues 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.January 17th, 2013 at 17:44 #3133In reply to: Conditional Widget Presence
definitio
Also try Dynamic Widgets…extremely versatile and user friendly advanced options
January 17th, 2013 at 17:24 #3129In reply to: Presentation slider
Zed
Cryout Creations mastermindKarolina,
You are using a plugin named ‘jquery-lightbox-for-native-galleries’ which loads its own jQuery library which may or may not be incompatible with WordPress’ built-in one. I recommend switching to Fancybox for WordPress
You are also using a ‘jj-nextgen-jquery-slider’ plugin which loads its own nivoSlider jQuery plugin, the same slider we use in Mantra. A plugin should not load js code on pages it is not active on.
These doubles are most likely incompatible with each other and will fail to work if active at the same time.
You need to be more careful when installing plugins and leave active only those which you use.
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 16th, 2013 at 14:07 #3103In reply to: Presentation slider
Karolina
Hallo, leider geht seit heute der Slider an der Presentionspage nicht mehr, es wird nur noch das erste Bild angezeigt.
Bis jetzt lief alles tadellos, ich verwende die Version 1.8.7. möchte allerdings auch nicht updaten, denn ich habe sehr viele Einstellungen vorgenommen.
Könnt ihr mir bitte helfen?
Danke
January 15th, 2013 at 17:38 #3084In reply to: cheatin' uh on layout change
Zed
Cryout Creations mastermindThat’s an odd issue.
Maybe these steps help: http://wordpress.org/support/topic/cheatin-uh-error-on-anyone-who-is-not-an-editor-or-administrator?replies=3
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.Last updated 5 months ago #3054Forum: Zombie Apocalypse
Bug reports and general Zombie Apocalypse theme information -
AuthorSearch Results