-
AuthorSearch Results
-
October 7th, 2014 at 11:08 #27593
In reply to: Custom Logo header not showing
Morten
I have the same problem. Settings seems ok to show the custom logo. It works on a sister site. I have tries to re-upload but it does not help. Any ideas how to fix it?
October 6th, 2014 at 17:19 #27582In reply to: how do I change the breadcrumbs color in nirvana?
reem
thanks. I tried to create a child theme and I got to this line where all tutorials says: “@import url(“../twentyfourteen/style.css”);”
what should I wrire there instead (exactly)? I use host gator as my hostOctober 5th, 2014 at 23:29 #27575In reply to: Continue reading button in slider
jogorba
Hi, thank you for your wonderful theme !
I hope you can release this update soon, it will be great because a lot of people are surprised that they can’t click on the text field in the slider area.October 5th, 2014 at 17:55 #27573In reply to: Navigation Menu not working
simon
Also forgot to say that this works fine in the customize preview section so am wondering what file might be causing this issue?
October 3rd, 2014 at 17:37 #27550In reply to: Read More on Sliders Disappears
ryan
So true, experiencing the same problem. Please kindly fix 🙁
October 3rd, 2014 at 09:37 #27545In reply to: "save changes" in settings leads to a 403 error
Bembis
Hi,
I’m having the same problem, but it appears only in one hosting provider(name “A”) server. I’m using Nirvana theme in another hosting provider(name “B”) server and there are any problems and theme settings work perfectly fine. I tried Nirvana using Xampp in my computer and it works great. So it’s something wrong with server side settings. Actually “A” hosting admins asked me if I could ask theme authors what server side settings needed for Nirvana theme.
P.S. I have tried Mantra theme on “A” server and “save changes” work fine.
September 27th, 2014 at 09:47 #27450In reply to: Cannot disable Responsiveness
pokernuts
sorry forgot to mention the flash between page loads is not visible in firefox what ive been using to develop the site, after noticing this i then reinstalled wordress over 5 times on fresh servers without plugins to make sure it wasnt my end, this also happens on a local dev server too, so whatever the problem is im unsure but believe me its there. btw i love your themes but there unusable in these situations seeing as google and ie are the widest used browsers on the planet
September 27th, 2014 at 09:37 #27449In reply to: Cannot disable Responsiveness
pokernuts
oh by the way you really could do with updating tempera because in internet explorer 11(especially ie) and google chrome there is a flash of unstyled content betwwen page loads when this theme is activated, it has been tested over and over again on fresh wordpress installs with fresh databases on 2 different servers without any plugins installed,please could you check this out as im halfway through developing one of my sites with this theme.
September 27th, 2014 at 01:53 #27445In reply to: Sidebar/Widgets on Presentation Page (Below Slider)
AKA
First of all, thank you for this theme – it looks amazing and is extremely user-friendly. With that said, this theme would benefit from a sidebar option on the presentation page. I didn’t want to have to do it but I will need to use another theme for the website I am working on as it requires a sidebar on its presentation page.
September 26th, 2014 at 19:43 #27433In reply to: bbpress – every second post looks broken
Rob
Hi to both of you. I don’t have an answer to your problems but was wondering how you got bbpress to look like that on the Parabola theme. I’ve been searching and adjusting for a week now and nothing I do changes anything. I still have the adverts on the right of the forum which I want to replace with forum posts and information. Also the posts all look like my blog and not like a forum should. I tried the recommendations from bbpress and NOTHING has worked.
I’m not a coder or programmer so as simple as possible would be appreciated.
Thanks
September 26th, 2014 at 09:04 #27421In reply to: Antivirus finds Problems
Kay
Cryout Creations mastermindAs a side note, themes downloaded or installed from WordPress.org are thoroughly checked and tested by a review team before being made available. So you’re on the safe side when using WordPress.org themes. Of course, one can never be too sure 😉
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.September 25th, 2014 at 01:49 #27403In reply to: Presentation page option missing
Heyzeuss
Then I’m guessing my problem lies elsewhere. I’ve set up the Nirvana presentation settings as best as I could, but without any result. There is no slideshow at all. :/
September 23rd, 2014 at 17:13 #27353In reply to: Translate the "more posts" button
WiSch
Hi Kay.
OK, you’re right… the problem was the missing ‘sync’ between the pot-file and the translated po-file. 😉
After I opened the translated po-file (inside the PlugIn Loco Translate) and used the “Sync”-Button ,the missing field – and some others – was available…
Thanks for your support.Regards,
WiSchSeptember 22nd, 2014 at 23:47 #27343In reply to: Google Analytics
Dave
I tried just putting in the header but didnt work and google is suggesting the creation of a PHP file but no idea how to do that or what directy it would then live in
September 21st, 2014 at 03:36 #27281In reply to: Different Posts to different pages
Brett
Thanks Reena! I just was the same exact question and using the catagories instead of separate pages worked perfectly. So glad I found this now as I’m just building out my site. Would have been much harder to change later. 🙂
September 18th, 2014 at 10:56 #27243In reply to: Settings Not Available
Paul
I have reproduced this error:
Env:
WP 4.0 (clean install on linux)
Nirvana 0.9.5.1 (taken from SVN a few hours after checkin!)Reproduce:
In any browser (IE11 or Chrome 39.0.2159.4 canary (64-bit) or normal Chrome release)
Open WP admin
Install Nirvana and activate style
Go to Appearance/Nirvana Settings
The settings page is shown but the accordion will not work (nothing expands)Diagnosis:
[A similar issue has been raised on Parabola http://www.cryoutcreations.eu/forums/t/a-problem-with-your-wordpress-jquery-library that has very similar code to Nirvana]In this case there is an error on the admin.js script (I think caused by something not loading correctly) where wp is defined but wp.media is not – so you are reading through a null reference.
_orig_send_attachment = wp.media.editor.send.attachment
Hack:
I have proven this to be the issue because I took this whole function out of the jQuery.ready function and now the settings accordion works and I can actually set things!This is NOT the correct fix but I offer it as the only way I can get it working. Over to you guys to correct properly as only you can!
Many thanks for a great theme!
jQuery(document).ready(function() {
var uploadparent = 0;
function media_upload( button_class) {
// var _custom_media = true,
// _orig_send_attachment = wp.media.editor.send.attachment;
// jQuery(‘body’).on(‘click’,button_class, function(e) {
// uploadparent = jQuery(this).closest(‘div’);
// var button_id =’#’+jQuery(this).attr(‘id’);
// /* console.log(button_id); */
// var self = jQuery(button_id);
// var send_attachment_bkp = wp.media.editor.send.attachment;
// var button = jQuery(button_id);
// var id = button.attr(‘id’).replace(‘_button’, ”);
// _custom_media = true;
// wp.media.editor.send.attachment = function(props, attachment){
// if ( _custom_media ) {
// jQuery(‘.custom_media_id’).val(attachment.id);
// uploadparent.find(‘.slideimages’).val(attachment.url);
// uploadparent.find(‘.imagebox’).attr(‘src’,attachment.url);
// jQuery(‘.custom_media_image’).attr(‘src’,attachment.url).css(‘display’,’block’);
// } else {
// return _orig_send_attachment.apply( button_id, [props, attachment] );
// }
// }
// wp.media.editor.open(button);
// return false;
// });
}September 18th, 2014 at 02:12 #27239In reply to: Category Page w/ Intro Template Not Working
Mark LoProto
Actually, an even better question:
I want to create a template that simply pulls a specific category for the page. I remember doing it for Parabola, but can’t seem to find the template anymore.
This is the template coding:
<?php /* Template Name: News Template ( Posts Page) */ ?> <?php get_header(); ?> <section id="container" class="<?php echo nirvana_get_layout_class(); ?>"> <div id="content" role="main"> <?php cryout_before_content_hook(); ?> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $the_query = new WP_Query( 'post_status=publish&orderby=date&order=desc&posts_per_page='.get_option('posts_per_page').'&paged=' . $paged);?> <?php if ( $the_query->have_posts() ) : /* Start the Loop */ while ( $the_query->have_posts() ) : $the_query->the_post(); global $more; $more=0; get_template_part( 'content/content', get_post_format() ); endwhile; if($nirvana_pagination=="Enable") nirvana_pagination($the_query->max_num_pages); else nirvana_content_nav( 'nav-below' ); else : ?> <article id="post-0" class="post no-results not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Nothing Found', 'nirvana' ); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'nirvana' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </article><!-- #post-0 --> <?php endif; ?> <?php cryout_after_content_hook(); ?> </div><!-- #content --> <?php nirvana_get_sidebar(); ?> </section><!-- #container --> <?php get_footer(); ?>September 16th, 2014 at 18:41 #27224In reply to: Pages Do Not Centralise after update to 0.9.5
Kay
Cryout Creations mastermindHi,
Sorry, this is a bug created in 0.9.5 due to some code changes. The new 0.9.5.1 update will have this fixed. It has been uploaded for review but that may take a while. Until then you can download it from here https://wordpress.org/themes/download/nirvana.0.9.5.1.zip?nostats=1 and manually install it.
Sorry for the inconvenience!
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.September 16th, 2014 at 18:40 #27223In reply to: No whitespace on left side after update to 0.9.5
Kay
Cryout Creations mastermindHi guys,
Sorry for this, it’s not an option or anything, this is a bug created in 0.9.5 due to some code changes. The new 0.9.5.1 update will have this fixed. It has been uploaded for review but that may take a while. Until then you can download it from here https://wordpress.org/themes/download/nirvana.0.9.5.1.zip?nostats=1 and manually install it.
Sorry for the inconvenience guys!
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.September 16th, 2014 at 14:02 #27217In reply to: Hiding post date only in specific category
Walt
I don’t believe so.
But this wouldn’t be a theme issue, this would be a wordpress issue.
September 15th, 2014 at 06:05 #27198In reply to: Presentation Page after update to .9.3
Patrick
Apparently there is a conflict with the plugin “W3 Total Cache”. I deactivated it, and the presentation page worked on ie. I then reactivated it, and the presentation page went blank again. The presentation page was working with W3 Total Cache before updating.
September 14th, 2014 at 09:38 #27190In reply to: New Mobile Menu disappears
Mark Wickham
Hi,
I have the same issue when I check my website on my mobile and tap menu It redirects to a search page saying not found, tap again and see the menu briefly before it disappears. Any ideas on how I rectify?
Many ThanksMark
September 13th, 2014 at 18:15 #27185In reply to: Presentation Page Slider Not Working
Cliff
My slider is down as well, And I tried both refreshing methods 🙁
September 10th, 2014 at 16:47 #27146In reply to: Main menu sub menus not displaying.
Kay
Cryout Creations mastermindYou are awesome! Plugins are evil. Themes are transcendental entities. Talking with yourself is the best way to get to know yourself.
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.September 10th, 2014 at 16:40 #27145In reply to: Mantra Settings
Kay
Cryout Creations mastermindHi guys,
In order for us to be able to debug these type of issues we need a bit more feedback.
First, always mention what Mantra and WordPress versions you’re using (and generally make sure you’re using the latest of both). Then, disable all your plugins and check the theme settings page then. In 99.99% of the cases it’s a faulty plugin’s fault that causes this, loading JavaScript on our theme’s settings page when it shouldn’t.
After having checked this, post a message here, detailing the Mantra and WP versions, the fact that you have disabled all plugins for a moment and checked the theme settings then, when the issues first occurred and what else you’ve tried doing to fix this.
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.September 9th, 2014 at 18:12 #27138In reply to: Media caption problem in posts and pages
Kay
Cryout Creations mastermindHi Tom,
We’ve tested this and we didn’t get the same results you did. Everything worked smooth. Could you try switching to another theme (Twenty-something) and see if you’re experiencing the same results?
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.Kay
Cryout Creations mastermindThere is a Link field in the Cryout Columns widget. Just paste the page’s link there. Also, next time, start a new thread if your post is not on topic.
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.September 9th, 2014 at 17:56 #27135Kay
Cryout Creations mastermindCould you provide a working link to your site so we could give you the exact CSS code?
Generally, you shouldn’t edit theme files directly. You can either use child themes, or the Custom CSS field under Miscellaneous Settings. Try adding this to your Custom CSS field:
.nivo-caption {
top:40px !important; //positioning
left:40px !important; //positioning
width:25% !important; //width
}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.September 9th, 2014 at 17:38 #27129In reply to: presentation page formatting
Kay
Cryout Creations mastermindHi Terri,
Where exactly on the front page did you try putting the text? Slider, columns, extra text fields?
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.September 9th, 2014 at 17:21 #27123Kay
Cryout Creations mastermindEven if the site is live you can change the theme for a couple of seconds, especially during low traffic hours. It’s the simplest and easiest way to tell if it’s the theme that’s causing the load or not. Switch to Twenty-Fourteen, check your loading time, switch back to Tempera. Nobody will notice 😉
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