Search Results for 'ie'

  • Author
    Search Results
  • #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?

    #29063

    In 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.

    #29056

    In 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?

    #29055
    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.

    #29051

    In 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.

    #29050
    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
    Paul

    #29042
    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!!!!!!

    #29037

    In 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.

    #29029

    In 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?

    #29022

    In 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.

    #28994
    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…

    #28978
    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.

    #28961
    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.

    #28955
    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…

    #28944

    In 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

    Tom

    Have you tried text widgets to check if they work?. Maybe the problem is with slideshow widget you want to show in this place?

    #28918

    In 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”).

    #28902
    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_nav to 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.)

    #28885
    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!

    #28884

    In 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!

    #28883

    In 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_thumbnail

    And 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

    #28867

    In 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.

    #28866

    In 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

    #28854
    Zed
    Cryout Creations mastermind

    DonDominio.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.
    #28836
    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.

    #28828
    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)

    #28799
    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!!!

    #28789

    In reply to: Responsiveness problem

    Zed
    Cryout Creations mastermind

    The 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.
    #28776
    sve

    I have the same problem, with a Mac computer of a friend ?

    #28759
    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.

Viewing 30 results - 2,071 through 2,100 (of 3,166 total)