-
AuthorSearch Results
-
January 12th, 2015 at 01:11 #29066
In reply to: Bug in version 1.0.3
Niffy
I have tried all these suggestions and I, too, cannot get the nirvana settings drop downs to work. This is quite upsetting as finally, after years, I found a theme I LOVED!
Any other suggestions?
January 11th, 2015 at 19:00 #29063In reply to: Bug in version 1.0.3
Bruce
Yuka–Thank you 🙂 Got it.
Cryout–FYI:
I deleted the updated install from my site and replaced it with a .zip install downloaded from your site. No change in the bug.
If it will help, I can give you Admin privileges to my site so that you can experience the issue first-hand. It is a build in progress, and nothing there is sacred at this point. Skype me at “abcompany-dot-com” if you would like to do this. I will leave the 1.03 install in place for a few days waiting for your reply.January 11th, 2015 at 06:11 #29056In reply to: Bug in version 1.0.3
Bruce
Same issue–updated to 1.03 and Nirvana settings are locked. Tried it on 2 computers and FireFox + MSIE, same. How do I revert to 1.02?
January 11th, 2015 at 03:13 #29055In reply to: presentation page center text on slider
Annette
I’ve tried all but one of these suggestions and still not working. With the last suggestion, there is a note that says any changes will be deleted with updates, so that one seems pointless.
I’d really like to know how to do this as it’s an obvious misalignment.January 10th, 2015 at 22:06 #29051In reply to: Bug in version 1.0.3
Brian V
Had this same problem after upgrading to wordpress 4.1 and nirvana1.0.3.
I could still export and import the settings just fine, so I ran the export thru a json parser and noticed in the export file the key “nirvana_socialsdisplay[0-x]” had string values in some fields and numeric in others.
I fixed it by searching for all the occurences of “nirvana_socialsdisplay[x]”:1, and replacing with nirvana_”socialsdisplay[X]”:”1″ (I enclosed the 1’s in quotes). I then reimported the settings file and everything started working again fine.
January 10th, 2015 at 21:13 #29050In reply to: Cryout columns animation not working
Paul
Hi Zed,
Great theme, but this is not working either on Safari or Chrome browser 1280 mac 13′ monitor. Tried several settings in Column Display but it doesn’t work. If I disable the responsiveness in layout setting it works, but that’s not an option. Any idea?Thanks
PaulJanuary 10th, 2015 at 14:46 #29042In reply to: presentation page center text on slider
GUWI66
Suche im Template die “frontend.css,
scroll runter bis zum Eintrag: .slide-text
dort dann “text-align:left” auf “text-align:center” stellen
funktioniert!!!!!!January 10th, 2015 at 05:27 #29037In reply to: Nirvana settings
Brian Watt
Zed, tried switching themes to Twenty Eleven, uninstalled Nirvana 1.0.3, downloaded a fresh copy, and reactivated it. Still the same problem; menus won’t expand. Email me if you want me to try something different.
January 10th, 2015 at 00:20 #29029In reply to: Bug in version 1.0.3
Sharon Cho
Hi I tried what you said to do on both the Mac and PC but nothing. Is there a way to uninstall the theme and reinstall it?
January 9th, 2015 at 22:30 #29022In reply to: Nirvana settings
Sharon Cho
I’m on wordpress 4.1 running Nirvana 1.03 and can’t get to the settings either. I’ve now tried Opera on a PC and Safari on a Mac. Neither settings will open. Help please?
Thanks.
January 7th, 2015 at 21:20 #28994In reply to: Slider not showing up after update
carrieS
Never mind. I got it back.
Prior to the update i was having issues with the main nav drop down arrows. I just read a post about disabling CSS minification in the caching plugin. So i thought maybe it was all related. I disabled that setting, emptied cache, emptied minify cache… and slider is back…January 6th, 2015 at 23:57 #28978In reply to: Columns not displaying in replicated blog posts page
Tracy
I understand this has something to do with float and that it is not applying to my custom post types for some reason. I assume this is because posts are renamed at somepoint in the tempera code but I can not find the location to add my custom post type to whatever loop has been engineered here. If anyone has some ideas on a quick work around to get the float to apply it would really make my day!!
I have changed my page template, it now is a direct reflection of the blog template, minus the get_option and $paged which seems to draw out the regular posts and none of the custom posts.
Here is my current page template.
<?php /*
Template Name: Boat Show
*/ ?>
<?php get_header(); ?>
<section id=”container” class=”<?php echo tempera_get_layout_class(); ?>”>
<div id=”content” role=”main”>
<?php cryout_before_content_hook(); ?>
<div class=”container”>
<?php
$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$the_query = new WP_Query( array( ‘post_type’ => ‘bs_posts’) );?>
<?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($tempera_pagination==”Enable”) tempera_pagination($the_query->max_num_pages); else tempera_content_nav( ‘nav-below’ );
else : ?>
</div><!–container –>
<article id=”post-0″ class=”post no-results not-found”>
<header class=”entry-header”>
<h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘tempera’ ); ?></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.’, ‘tempera’ ); ?></p>
<?php get_search_form(); ?>
</div><!– .entry-content –>
</article><!– #post-0 –>
<?php endif; ?>
<?php cryout_after_content_hook(); ?>
</div><!– #content –>
<?php tempera_get_sidebar(); ?>
</section><!– #container –>
<?php get_footer(); ?>
I have tried putting div class containers around code. Because I see the post meta is spanning the page and perhaps because this is not in the container is why the float is not working properly.
Obviously this did not work.
Can anyone PLEASE suggest a work around to get the float to work properly and the posts to display 2 across as they should.
Please.January 5th, 2015 at 19:29 #28961In reply to: How do I turn off the Comment Field?
Tom
Comments were previously disabled and no pages or posts were created with comments enabled originally. Only one comment managed to be posted between the time the field was somehow activated and now. I have since permanently deleted it and no comments remain on the site at all. I have double checked all of the pages and none of them have comments activated in the screen options.
I may have narrowed down the issue to conflict with a plugin: Flickr Photostream. On a whim I copied the code out of “theme-comments.php” and deleted its contents. When I reloaded the pages I had open one of two things would happen, the load would freeze and continue to attempt to connect indefinitely or I would receive a CURL error which mentioned the Flickr API. This only happens on pages where I currently have the plugin’s shortcode pasted in for photosets. What’s strange however is that the comments field appears on multiple pages including those which do not include those shortcodes. Stranger still, the comments field is still visible when the plugin is deactivated (but still installed). These may be two separate and unrelated issues, however.
January 5th, 2015 at 13:19 #28955In reply to: Dec 31st update broke my site
Chris
Hi Paul – 1.0.1 had a problem where there was a missing function name in a critical file. This causes PHP to have a bit of a fit and thus break the site. I applied the fix as per Zed’s comment and it’s now working as expected.
I’ve not tried 1.0.2 yet…
January 4th, 2015 at 13:13 #28944In reply to: Nirvana settings
Hellmet
Hello there, I have just updated to version 1.0.2 and the settings issue still seems to be there. I have just tried with your Tempera theme and have no problem opening the settings menus. WordPress 4.1, chromium browser
January 3rd, 2015 at 01:49 #28919Tom
Have you tried text widgets to check if they work?. Maybe the problem is with slideshow widget you want to show in this place?
January 3rd, 2015 at 01:43 #28918In reply to: social media links
Tom
@Laura
You have to copy&paste your FB address to link field in Nirvana settings. Forget #. It is placeholder only meaning “this place”. When you leave # as address, correspondent social icon appears but has no apparent effect when clicked as it points to the address you already are (“this place”).January 2nd, 2015 at 17:15 #28902In reply to: Dec 31st update broke my site
jason
I don’t understand what Sunil is saying with all the grammar errors. Not to be rude. I just want to be able to fix this and can’t. Do I add
nirvana_content_navto line 330? My line 330 is currently blank in my theme-loop.php.Also I am renaming my nirvana folder via ftp and uploading the 1.0.0 version. I hope that overrides and lets me back in my site. Right now I have no access what so ever.
Ok. I just copied the folder and now I have access. I saved the last folder by renaming it, just in case. Blog is back up and running. Phew, close call.
DO NOT UPGRADE YOUR NIRVANA THEME TO 1.0.1
Zed, please give us a fix ASAP! By the way, I love all the Cryout Creations themes! (maybe not the zombie one, it’s kind of weird.)
December 31st, 2014 at 23:43 #28885In reply to: Dec 31st update broke my site
Vincent
The latest update seems to have changed my default thumb sizes. They are set to 150×200 but on some galleries they now appear at 130×200 and on some they now appear at 100×200.
Why is this, can it be corrected, and if not, how do I revert back to the previous version of Nirvana?
Thanks in advance!
December 31st, 2014 at 23:41 #28884In reply to: Nirvana settings
Vincent
The latest update seems to have changed my default thumb sizes. They are set to 150×200 but on some galleries they now appear at 130×200 and on some they now appear at 100×200.
Why is this, can it be corrected, and if not, how do I revert back to the previous version of Nirvana?
Thanks in advance!
December 31st, 2014 at 23:26 #28883In reply to: Nirvana settings
Matt G
Found the 1.01 upgrade but still cannot access the advanced settings for any of your Theme’s.
Here’s the steps Ive taken,
Focused on using three internet browsers to test each theme
1. Internet Explorer, Chrome, FireFox
2. Disabled all plug-ins on each Browser
3. Disabled all word-press plug-ins
4. Inspected Elements of each them in each Browser
5. Received the same error and recommendations in each
A. Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)B. Failed to load resource: the server responded with a status of 404 (Not Found)
in reference to (customize.php) then images then nirvana_thumbnailAnd the additional details of the 404 errors in the get section are;
ous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3 m.fn.extend.domManipload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3 m.fn.extend.appendload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1108 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.addOneload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1 x.each.x.forEachload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 o.(anonymous function)load-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1100 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.renderload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:1095 api.HeaderTool.ChoiceListView.wp.Backbone.View.extend.initializeload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 b.Viewload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:72 wp.Backbone.View.Backbone.View.extend.constructorload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:70 dload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 e.HeaderControl.e.Control.extend.readyload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 k.addload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 e.Control.e.Class.extend.initializeload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 e.Classload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 fload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:2 fload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 m.extend.eachload-scripts.php?c=0&load[]=underscore,customize-base,customize-controls,jquery-ui-core,jquery-ui-w…:3 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 jload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 k.fireWithload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 m.extend.readyload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:2 J
December 31st, 2014 at 06:32 #28867In reply to: Nirvana settings
Matt G
I also tried accessing a couple other advanced settings for themes you have created, and was unable to open them either.
My problem is a little different then what everyone else seem’s to be experiencing. When I open the customize tab, it flashes advanced settings and then disappears.
December 31st, 2014 at 06:26 #28866In reply to: Nirvana settings
Matt G
I’m having the exact same problem with version 1.0 and WordPress4.1
Ive attempted to access advanced settings with Mozilla, FireFox, Chrome, and IE.
Cryout, thanks for all you do
December 30th, 2014 at 11:22 #28854In reply to: "save changes" in settings leads to a 403 error
Zed
Cryout Creations mastermindDonDominio.com / MrDomain.com hosting is also affected by this, so if you’re hosted here and encountering this issue, clear the Custom Footer text field before saving theme settings.
This issue no longer occurs with fresh theme installs but updates may still get this because the old sample footer text is kept between updates.
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.December 26th, 2014 at 09:24 #28836In reply to: Cryout columns animation not working
susie
OK – I think I got it to work. I filled in all the fields and made the image size EXACTLY as needed and voila!, it worked. So far I’ve done only one, but I think that is the trick, else I am back.
PS: not filling in all fields resulted in the image not showing. It had just the little icon that tells us that there is no connection to the image.December 25th, 2014 at 14:54 #28828In reply to: errors found for Parabola.
Walt
This used to be a good theme like a year ago. Unfortunately, with all the updates to WP, the theme itself lacks sufficient updates to keep it up to date and compatible.
I have also found that if you actually pay for a theme (like on Themeforest or Elegant Themes) there is a LOT more functionality, compatibility, and it’s virtually limitless to what you are able to do. Plus, paid themes generally come with top notch support, as opposed to this set of themes where the author only drops by about once a month to answer a few questions.
(Not knockin you or your products Zed, just calling it how I see it)
December 24th, 2014 at 01:16 #28799In reply to: presentation page center text on slider
Laurel Knight
I also tried that…:( Didn’t work on mine either. Love the theme, no complaints! Just would like to center the text on the slider images!!!
December 23rd, 2014 at 21:04 #28789In reply to: Responsiveness problem
Zed
Cryout Creations mastermindThe theme is not designed with a sidebar on the presentation page. Adding custom CSS for it there applies throughout the site, breaking the theme’s normal functionality.
You’ll need to either make the CSS only apply on the homepage (and correct it to be responsive) or correct it everywhere.
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.December 22nd, 2014 at 23:39 #28776In reply to: Slider only showing a loading symbol
sve
I have the same problem, with a Mac computer of a friend ?
December 21st, 2014 at 00:11 #28759In reply to: Font and Text Size issues on regular page.
J.R. Jarvinen
I’m having similar problems; simple text editing sometimes results in different size fonts. Trying to change several lines at the same time to one font or one size fails miserably.
After googling several days, the solution seems to always be to edit some css file somewhere that is always obscure and annoying.
My beef with WordPress is why give us all these nice options (font family, size, paragraph/header, etc) to edit our text but have to fix any issues by editing a css file, logging to admin, using ftp, etc.
I even deleted an entire section, replaced it with clean html code that I had edited using notepad. That worked well until I tried changing (using the WordPress editor functions) some text size, adding a color text and other very simple mods. And, of course, now that section is all screwed up again.
If I could, I would move away from WordPress but I am locked into it, at least for the immediate future.
If I highlight a section of text, and select that text to Times New Roman and set the size in that section to be 12, then I would expect that section to be in Times New Roman and the size to be all 12. But that rarely happens.
If I edit using text mode, I expect my html code to reflect reality. But instead, WordPress makes a mess it.
And yes, I am using latest Word Press and latest Atahualpa theme.
And please, if any experts in WordPress have some advice, please leave out any comments about what font I should use and whether or not I should be using paragraphs or headings. If WordPress can’t deal with them, then they shouldn’t be available as options.
-
AuthorSearch Results