Search Results for 'ie'

  • Author
    Search Results
  • #35041
    Zed
    Cryout Creations mastermind

    In the email “social” icon field, simply enter your email address, like email@domain.com.
    The theme will auto-detect this and turn it into the correct link of:

    mailto:email@domain.com


    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.
    #35033
    Zed
    Cryout Creations mastermind

    If the plugin provides a shortcode, you can place the shortcode in any of the Extra Text fields on the presentation page.


    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.
    #35030
    Zed
    Cryout Creations mastermind

    Stu, it is in the settings page itself, in the News box (the WordPress 4.4 compatibility announcement).
    If you’re not seeing the news then your server may be blocking outgoing connections.

    Todd, please read the announcement and install the settings plugin mentioned earlier.


    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.
    #35001
    Udi Burg

    Ok, tried to upload custom logo but it won’t show up on the header image.
    Why is that?
    See here:
    http://www.udiburg.com/blog10

    #34976
    Zed
    Cryout Creations mastermind

    Funny thing…. turns out it’s not a bug.
    I know, that’s hard to believe that a Tempera user reported a bug that’s not a bug. Haha. 🙂
    Sorry about that. Here’s the funny part, I was using the admin panel from a different website because I had too many browser tabs open. Doh!

    It’s good news when bugs turn out to be non-existent 🙂


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

    Hi, thanks for your answer.

    Is there any “hack” way around this? I’ve tried putting the following code into single.php but it didn’t work..

     <div id="front-columns"> 
     <?php
    	foreach($columns as $column):
    		if($column['image']) :
    			$counter++;
    			if (!isset($column['blank'])) $column['blank'] = 0;
    			$coldata = array(
    				'colno' => (($counter%$nr_columns)?$counter%$nr_columns:$nr_columns),
    				'counter' => $counter,
    				'image' => esc_url($column['image']),
    				'link' => esc_url($column['link']),
    				'blank' => ($column['blank']?'target="_blank"':''),
    				'title' =>  wp_kses_data($column['title']),
    				'text' => wp_kses_data($column['text']),
    				'readmore' => wp_kses_data($readmore),
    			);
    			tempera_singlecolumn_output($coldata);
    		endif;
    	endforeach; ?>
    </div>
    #34959
    lobo

    WP 4.4 installed plugin activated , IE 11 cache cleared but its not working for me .
    Any help what I can do?

    Current active (or parent) theme is: Nirvana.1.2.2/nirvana.
    This plugin is designed to work only with the supported themes.
    The plugin is INACTIVE.

    #34953

    In reply to: Tagline

    Zed
    Cryout Creations mastermind

    There are no such fields.

    You need to use/write custom styling (CSS) and place it in the theme’s Custom CSS field (in the 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.
    #34918
    Ken

    When I first came upon the page/theme you were able to see both the widgets I had, plus the posts (with the first paragraph preview.) Now however, I can only see one or the other. Is there a way to have both?

    #34917

    In reply to: Tagline

    Ken J

    Where are the fields located for “body #site-description { color: …; font-size: …; }” for me to edit?

    Is this done through WordPress or do I need to be on the host’s site (like Go Daddy)?

    thanks

    Zed
    Cryout Creations mastermind

    Eydie, you renamed your theme folder. The plugin only activates when the (parent) theme is called “tempera”.


    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.
    #34902
    Zed
    Cryout Creations mastermind

    Julien, did you update to WordPress 4.4 and you’re seeing that alert?

    Did you install the settings plugin (as described here)?


    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.
    #34888
    Jürgen Dackweiler

    das Problem konnte ich nur Lösen indem ich einen anderen Browser nutze. Google Chome funktioniert anscheinend nicht:
    MAC – Safari funktioniert!

    #34879
    Helen

    Hi – I’ve just had a panic attack too! I followed all Zed’s instructions (in Chrome), but Peter is right … switch to IE11 on a PC and you’ll get your settings back. **Thank you** Peter.

    #34861
    Peter

    I found that the Nirvana settings page does not work in Chrome, switched to IE11 (on a PC) and it now works. Am running latest WP, Nirvana, plug in and Java.

    #34852
    GaryY

    In addition to the above code I have also tried to achieve a 301 redirect using the PLUGIN “Simple 301 Redirect” Unfortunately it appears that it is impossible to achieve a 301 redirect whilst the Nirvana theme is active.

    Have other users experience with this?

    #34842
    Zed
    Cryout Creations mastermind

    Pages (from WordPress’ perspective) are separate content than posts and have nothing to do with posts.
    Those sections that display/list posts are category (pages). You can include a post in as many categories as you want. You can then display as many categories in your menus as you want as well.

    The theme’s features don’t replace WordPress basic functionality, but extend 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.
    #34836
    phyllis

    I never got an answer to this question… does anyone know if it’s possible to make the images in the cryout columns LINKABLE to the page. I have text and “read more”, but clients are programmed to click images to link… (This is a client request), I know that link works from the title and from the read more, but it would be nice with the image also. Thanks!

    #34834
    kelly

    Having the same problem here too! It said to download the “Cryout Serious Theme Settings,” and I did, and I still don’t have my menu back. Help!! I need to update my client’s site ASAP.

    #34805
    Tomas

    @Lou
    go to aspect,
    tempera setting,
    presentation page,
    culumn display and setting ( static on image ) ( no animated ).

    @Natalie
    if you want change the rollover color
    copy this code in:
    aspect,
    tempera setting,
    various setting,
    css custom

    .column-image-inside {
    opacity:0.0;
    }

    Ciao

    #34453
    Zed
    Cryout Creations mastermind

    Wordpress follows the Template Hierarchy in picking the appropriate file for rendering.

    Double check your registered post type (first parameter of register_post_type()) is the same word you use in the filenames.

    If you’re using pretty URLs (permalinks), you’ll also need to create rewrite rules for WordPress to know when to use the custom post type templates. I suggest testing with simple links (?post_id=X) first.


    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.
    #34448
    Zed
    Cryout Creations mastermind

    The customizer is WordPress core functionality and not controlled by the theme.

    Everything you see there is WordPress itself, and you should ask this question on the WordPress forums. I believe you will need a different widget (provided by a plugin for example) for the functionality you want. The default one cannot do 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.
    #34445

    In reply to: Format header image

    Zed
    Cryout Creations mastermind

    1) The header image is inside the header area (does not cover the top menu / top bar and does not extend left/right beyond the content limits). To simulate a full width/height header image, you can use the site background image.

    2) The built-in widget displays all categories. You need to search for a plugin which provides a widget that lets you pick which columns to display.
    These widgets are WordPress core functionality and are not controlled by the theme.


    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.
    #34440
    Rod Martin Jr

    Resolved!

    I tried a couple of other things and now it seems to be solved. The one that seemed to work was re-installing WordPress from the Updates page. As this is a new website, something must’ve gone wrong on the initial upload.

    Thanks for all your good work. This is my favorite theme and used on several of my websites.

    Best regards,
    Rod Martin, Jr.

    #34438
    Rod Martin Jr

    Thanks for fast response. I had only one other plugin active: Akismet anti-spam. I have disabled it, closed browser and tried the Cryout plugin again, but the jquery error message persists.

    #34436
    Zed
    Cryout Creations mastermind

    We’ll look into it (hoping Edge doesn’t turn into the new IE6/7/8)


    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.
    #34434
    Zed
    Cryout Creations mastermind

    The settings fields only accept HEX colour codes and will filter out/reset any content that is not a six digit hexadecimal number.

    You need to resort to custom styling applied on top of the theme’s styling to use rgba colours.


    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.
    #34422
    Zed
    Cryout Creations mastermind

    Presentation page fields only accept shortcode. Placed (basic/advanced) HTML there will get filtered out by WordPress on save.


    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.
    #34420
    Zed
    Cryout Creations mastermind

    Follow the quick debug guide (stickied on this forum) to figure out what is the cause of the interference.


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

    In reply to: Parabola Settings lost

    Zed
    Cryout Creations mastermind

    The settings are stored in the database and cannot be retrieved from the files (wp-content folder).


    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.
Viewing 30 results - 1,771 through 1,800 (of 3,146 total)