Search Results for 'not found'

  • Author
    Search Results
  • #31788
    Cheryl

    Hi…please change to resolved…

    I did try a different theme but wanted Tempera back so I put it back and took away plug ins and add ons one by one..

    I found the culprit – an iframe email list sign up form – when I removed it my slider was back
    so I did a workround – just a button to click to go to the sign up page ,not an embedded form
    thanks

    #31121
    Michelle

    I found the answer to my own question. Another user posted the instructions here: https://wordpress.org/support/topic/how-do-i-disable-mobile-theme-in-jetpack-18-broken-with-thesis

    #30962
    Genti

    I found your post in another topic.
    Thank you for resolving this problem.

    #30723
    Yasir

    I saw these tutorials but I don’t found solution to my problem.

    I translation all .po file (Theme Nirvana) but there 5 strings don’t work on the site, so how I can solution this problem?

    This is .po file:

    https://www.mediafire.com/?b6tnbckbct3ta57

    Note: I but the 5 strings on Fuzzy to you can get to it quick.

    #30673
    nicole

    Hello Cryout Creations. First time on WordPress, Tempera is a very nice Template and very user friendly. I can make any change i wanted ut to now.

    Only one thing, i cannot find is when the height of the header is flexible, we would like the header image to join the main menu.

    Also i cannot change the width of the Top-Bar, and cannot see the Social Icon in it neither…

    Thank you for your help, in the Forum, i found a lot, but this time, i get stuck

    Have a nice day !

    #30638
    Tina

    I find it so disappointing that there is not real support for the Cryout Creation themes. All other theme creators offer great free-of-charge support, but here one can wait and wait and nobody takes care of the problems.

    The only support one sometimes get is the one from other users. Thank you to Ana-Maria.

    Just to close my question properly and in case somebody else has the same problem, I was today (!) able to find the solution … after many and long days of searching and waiting for support here.

    The solution can be found in the tempera settings under “Beitragzusammenfassungen” = in English = ?? = it is the 8th option in the settings. There is an option “archive/categoriepages” and needs to be set to “full” and there is some option like “newspaper layout”. This needs to be deactivated! Now I have an archive page with all all links and other formating features where all posts are listed up on top of the other, not next to each other.

    #30614

    In reply to: Mobile Display Issues

    Brad

    ParabolaVersion: 1.4.2

    I love this theme because it offers so much flexibility for those like me with no PHP skills. I also like the way the menus rollup and display on the smartphone.
    I have a problem with the header widget. It works OK on my PC but not on my Samsung S5 smartphone.
    The header widget goes to the left and overlays the company name on the smartphone.
    Other widgets are OK.

    Perhaps the problem relates to Zed’s previous post but I not even know what W3 cache is,
    I also found that when I created a CHILD, my widgets were wiped out, This was easy to recreate my widgets.

    #29192
    madlopt

    I spent two days looking for how to fix this bug. And, in my opinion, i found how.
    In content/content-frontpage.php, find that code:

    				/* Start the Loop */
    				$the_query = new WP_Query(array('posts_per_page'=>$parabolas['parabola_frontpostscount']) );

    And change it to that:

    
    				/* Start the Loop */
    				$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    				$the_query = new WP_Query( array('posts_per_page'=>$parabolas['parabola_frontpostscount'], 'paged'=>$paged) );

    Don’t forget to uncomment that line:

    //if($parabola_pagination=="Enable") parabola_pagination(); else parabola_content_nav( 'nav-below' );

    It is a pity that such beautiful products are released with these ugly bugs that are not a programmer will not be able to fix it. I am convinced that if something you know how to best do it yourself!

    #29135

    In reply to: WooCommerce | Tempera

    Brenda

    WooCommerce is a big deal— is the shopping plugin available to use with Tempera?

    I also found that below the gallery it lists all the page names for the site—how do I remove this?

    I looking to update my present website and am thinking about using Tempera but I must be able to have a reliable store plugin to sell my books… is WooCommerce or another easily available?

    #29126
    Ross Willits

    You can change the weight of the font using the Custom CSS box under Miscellaneous Settings.

    Add this:
    .inline-slide-text {font-weight: 600 !important;}

    You’ll get a medium bold weight. You can change the 600 to another value that’s supported by your font. I think you can also use font-weight: bold.

    I found that you have to use the !important designation for this to work right.

    Good luck!

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

    #29018
    Pilxy

    We already discussed problems with BBpress before. Not just links, also your avatars are broken from the second post down. What I found so far is, that there is a conflict with .reply a somewhere within the theme. Not just in parabola, it’s present in all of the cryoutcreations themes.

    Unfortunately it looks like nobody really cares about it, altought they obviously have the solution, as bbpress works normaly here as their support forum.

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

    #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

    #28868

    In reply to: Nirvana settings

    Matt G

    Error I’m receiving;

    nirvana_thumbnail.png/wp-content/themes/nirvana/images/headers
    GET 404NotFound text/html
    load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,json2,utils,plupload&ver=4.1:3
    Script
    8.9 KB
    32.5 KB
    715 ms
    616 ms

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

    akis_man

    I solve the problem by changing in style.css this:

    #access > .menu > ul > li > a:not(:only-child) span:after {
    	font-family:"Open Sans";
        content: '\25be'; /*this one was the old one --> \e80a';*/
        position: absolute; 
        right: 5px;
        top: 10px;

    After that my site looks like that:
    after changes in style.css

    The arrows is a bit different, but they work.
    The arrows can be found in:

    #28709
    Kat

    As I continued reading through the forum, I found the solution:
    The widget appearance differs depending on whether or not responsiveness is triggered.
    When site fits on screen, the columns behave normally (with hover effects and all); when responsiveness kicks in because the site no longer fits the screen, the theme considers this to be a mobile device (hence no mouse to hover with) so it replaces hovering effects with static elements with texts under the images.

    So, just enlarge your browser and Ta-Da! It works! 😉

    Robert O’Leary

    Hi Again, I deactivated all plugin and tried other themes and still I have the same issues. I have an option with one of the plug-ins to have a desktop and mobile version. With the mobile version toggled, I just get a “404 Not Found Screen”. Help!
    Robert

    #28534
    Troy

    I did something like this in the custom css. I found this issue in another post.
    #access { margin-top: 0px; }

    #28504
    Debbie

    I’m using the Tempera theme (which I love and use a lot) and everything works fine for this site except on iPhones the header area takes up all the room on the screen so when someone goes to the site all they see is blank turquoise space, everything is there, but they have to scroll down to see it. I found that not allowing zoom has fixed other issues with this theme on iPhone, but I’ve already disabled zoom for this one and it doesn’t seem to fix the issue. What else can I do?

    Thanks!

    #28411
    Onkel Heini

    Hi,

    Read More works for me, but the pagination code is still genrated with class=”inactive”. This causes the google crawler to “file not found” errors.

    Maybe you should remove it completly.

    #28087
    Wes Dickson

    Ok, so I found this code in theme-setup.php

    wp_nav_menu( array( ‘container_class’ => ‘menu’, ‘menu_id’ =>’prime_nav’, ‘theme_location’ => ‘primary’,’link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) );

    and it’s very similar to the Original Code noted in the reputedly successful example above.

    It looks like the main thing I need to add to this code is this bit:

    ‘menu’ => get_post_meta( $post->ID, ‘MenuName’, true)

    However, when I added it in, trying various locations, my theme crashed and I had to delete and reinstall.

    I’m guessing there’s a conflict because menu_id is being defined as prime_nav, but I’m also trying to define “menu” with the inserted code. I tried overwriting the prime_nav definition, but that didn’t work either. I’m guessing it refers to prime_nav somewhere else in the code (though I’ve had no luck finding it).

    Any help out there?
    I’m just a beginner, so be gentle with me…

    #28068

    In reply to: Post Separator-color

    Asp

    Not to worry found it in… (admin/custom-styles.php)…. Thanks…

    p.s. i notice that there are no creators helping in these boards, thats off putting to stay and pay…

    #27902
    Diana

    I found it! Please close this. I’ll start another question in a separate topic.

    #27794
    Christine

    Hello,

    thx for trying to help 🙂

    I found the section and removed the whole text but it did not help.

    Guess I will have to send my logins to Zed. Is it right that I have to danate first to be able to do that?

    #27609
    Simon

    OK a little update. This only happens on any Cryoutcreation theme i try. Any other theme i use including twenty twelve etc shows the primary navigation properly.

    I have a local install on my laptop that does not have this issue. I have copied several theme files to actual site and no change. I have found that wordpress ignores the following line <nav id=”access” role=”navigation”> found in the header.php file in the cryout_masthead_hook section.

    Can anyone suggest why this is?
    I have turned off all plugins, everything is up to date but not sure why this function is ignored?

    Please any help would be awesome as this theme is perfect to use.

    #27494
    Louis

    I found it, you need to go to Appearance -> customize -> widgets -> Presentation Page Columns.
    There you drop a “Cryout Column” in and set image and text.

    You cannot change the default images and text, they vanish as soon as you put one cryout column in.

    Well hidden.. One hour of searching..

    #27423
    Kay
    Cryout Creations mastermind

    Hi guys,

    This is not a WP 4.0 problem. It’s a theme bug that we’re working on fixing. Until then, the temporary solution is to set the same number of posts on ‘Blog pages show at most’ setting, found on the WordPress dashboard >> Settings >> Reading and on the Presentation Page Settings.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27328
    Kay
    Cryout Creations mastermind

    Hi Zedus,

    This topic was not related to activating the slider. Please start your own thread when not on topic. Also, I see you found out to activate the slider.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
Viewing 30 results - 151 through 180 (of 294 total)