Search Results for 'ie'

  • Author
    Search Results
  • #31162

    In reply to: Responsive

    Lisa

    I have the same problem. This theme is not responsive at all on my mobile devices. I have put in a specific text and image width and have justified the text but yet it’s not responsive. Is there any way to fix this?

    #31129

    In reply to: Couple of questions

    MikevZ

    Hi Nicole,

    As for your first question, I suggest you enter “#” in the URL/address field. At least that’ll prevent opening a webpage. This behavior is basically how WordPress menus work.

    I got no suggestions for your second questions.

    For your third question, drag the Cryout Column widget to Presentation Page Column with the Admin/Appearance/Widgets option.

    Hope that helps,
    Cheers Mike

    #31124
    Diane

    I am also having the same problem with Nirvana all of a sudden. None of the page links are working – on ly the presentation page shows. None of the menu links work. I can see the page in the page editor, but when I go to view the page – I get the same 404 error from the page directory! I have been messing with this for days and have not figured out what happened or how to fix it. Anybody?? Help!

    Thanks!!

    #31103

    In reply to: Slider problem!

    Cheryl

    Hi…I love Tempera….

    but tried to use on a new site and the “new” version has slider problem..

    it has disappeared as others said…just gone..

    I have taken out all plug ins…tried Nirvana and Mantra which work , slider works
    reinstalled Tempera and it i

    I don’t like the width of Nirvana, sorry and I don’t like the large “column” tabs…but may have to try to use it if Tempura sider problem not fixed. I love Tempera and hope this is fixed, it is a great theme

    thanks

    #31042
    Sean

    Thanks – I got it.

    For some reason โ€˜post__inโ€™ => $pieces_array, failed to work after creating a variable for the count, so I used ‘post__in’ => explode(“,”, $tempera_slideSpecific), in the query instead of post__in’ => $pieces_array,.

    #31037
    Sean

    I’m having the same issue in Tempera. The slider only shows the first post in a series of comma-delimited posts. Seems it’s not incrementing the count.

    Unfortunately, I don’t understand the code suggestions above. It looks like the code needs to be changed for both custom_query and custom_query_2. I’ve attempted to incorporate the code with no luck. While I haven’t broken the first page, I haven’t improved it, either.

    Can someone post a working code sample?

    Thanks!

    #31007
    Leah

    screw you

    Lol excuse me?! I didn’t want to remove it, I was forced to after it became HUGE and it looked absurd. I don’t know how it happened, I don’t know what I did to cause it or if I even did anything – it just happened. I though there may have been something wrong with footer.php, so I actually googled what it was supposed to contain for Nirvana’s latest version and I pasted it – didn’t work. I tried setting a different height for the footer with CSS – didn’t work either, it was only affecting the bottom portion. I may not have been selecting it correctly – I did mention I’m still learning.

    I did all that in order to KEEP YOUR FOOTER. My client actually requested I removed it, and I told them about your policy and that they’d have to buy the premium version, so he stopped asking. Couple of days later, it blows up and becomes 2 – 3x its regular size. After trying everything I could think of, I gave up. Other people have access to the site’s admin panel, I don’t know who touched what. A plugin might have messed it up, I don’t know. But I didn’t do it on purpose and I only removed it when I absolutely had to. So please keep that attitude in check – I’ve seen people from your team being dicks to others on here and on WP’s support page, it really puts me off of wanting to use any of your products, free or premium, in the future. I was going to ask you to help me fix the original footer because I liked how it looked, that’s why I mentioned having a problem with it. But after waiting for over a week to get help only to see you bitching me out, it looks like I’m keeping your footer off my client’s site. You have made a great theme, I salute you for that, but you can’t treat your clients like this, even the ones who aren’t currently paying you. To think I was going to donate after finishing the project..

    PS. Oh and the highlights? My touchpad’s drivers needed updating, nothing to do with the website itself. So I guess I don’t need your help for that either.

    #30997
    Julie

    Hi,

    I am trying to change the main text on my front page. I change the text in the page which I chose as my static front web page, but nothing change on the website. I even try to delete it completely and replace it by a new one, but what appears on the website is still the old one.
    Any idea what can be happening?

    My website is http://www.barasavon.ca

    Thanks,

    Julie

    #30984
    MikevZ

    Dear Zed,

    Could you please review my second post from the top? I’ve noticed your latest replies in the forum stating (understandingly) there’s no support of any kind for people who removed the ‘Powered by’ line.

    My initial paid offer for supporting Polylang no longer applies since I’ve managed to get it working by myself, but of course my other $25 offer still stands to get that warm and fuzzy feeling ๐Ÿ˜€

    Thanks for creating the very best WP-theme!

    PS. The short captcha expiration time annoys the living hell outta me ๐Ÿ˜‰
    Cheers Mike

    #30974
    Brady C

    correction…… the categories are not password protected. I meant the posts in the category I want to display are password protected. The category template works for preview catid 16 however, figured out that the protected posts don’t show on the category template. Is there some code or parameter that I will need to change to display protected posts with this template?

    #30973
    Brady C

    Also, the categories I need to display are password protected. Does that make this undoable?

    MikevZ

    You could download the theme as .ZIP, then extract theme-functions.php in Nirvana\Includes\ and replace this file with your modified version.

    The snippet(s) you’ve probably modified originally looks like this:

    /**
     * Site info
     */
    function nirvana_site_info() {
    	$nirvanas = nirvana_get_theme_options();
    	foreach ($nirvanas as $key => $value) { ${"$key"} = $value ; }	?>
    	<em style="display:table;margin:0 auto;float:none;text-align:center;padding:7px 0;font-size:13px;">
    	<?php _e('Powered by','nirvana')?> <a target="_blank" href="<?php echo 'http://www.cryoutcreations.eu';?>" title="<?php echo 'Nirvana Theme by '. 'Cryout Creations';?>"><?php echo 'Nirvana' ?></a> &
    	<a target="_blank" href="<?php echo esc_url('http://wordpress.org/' ); ?>" title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'nirvana'); ?>"> <?php printf(' %s.', 'WordPress' ); ?></a></em>
    	<?php } // nirvana_site_info()
    add_action('cryout_footer_hook','nirvana_site_info',15);
    
    /**
     * Copyright text
     */
    function nirvana_copyright() {
    	$nirvanas = nirvana_get_theme_options();
    	foreach ($nirvanas as $key => $value) { ${"$key"} = $value ; }
    	echo '<div id="site-copyright">'.$nirvana_copyright.'</div>';
    } // nirvana_copyright()
    #30956

    In reply to: Cryout Columns Bug

    Zed
    Cryout Creations mastermind

    When the screen with drops below a certain with, the theme considers it runs on a mobile device and changes the layout of the columns to disable the animations (as mobile devices don’t support hover events). This is expected behaviour.

    View your site on a larger screen and you’ll see the animated columns.


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

    What font names/identifiers are you inputting in the theme option fields?


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

    I am having the same problems, the presentation widgets are stacked one on another instead of 3 per row. I have tried viewing it on my phone and a much bigger screen but its still the same. HELP

    #30924
    Timo

    Hi Daniele,
    I need also a video in one of the cryout columns in my presentation page.
    Your code [video src="http://youtu.be/VxA3atHD2QM"] didnยจt work for me. Did you adjust something else?

    Thank you very much.

    Kind regards
    Timo

    #30916
    Tomas

    ok guys, is the name “tempera” coming from temperament? because is has definitely moods!

    right now, it changes website layout just after changing fonts! and I havent done any other changes in settings…

    I was just playing with google fonts (thanks that you repaired it) and it was ok, but now when I change to basic fonts, like Georgie, Cambrie, Futura it destroy my settings!

    any help???

    #30903

    In reply to: Slider problem!

    Melissa

    I’m having a similar issue. The slider was working fine and then suddenly disappeared off my site. All the settings are the same, but no mater what I’ve tried, still no slider. I love the theme, but I’m one step away from switching the site to a new one because this is an important component that is no longer working.

    #30896
    Marjo

    I also need to remove the space between the text area and the columns and have tried all the same solutions as those above with no success.

    Please inform how this can be accomplished. Thank you for your help!

    #30885
    MikevZ

    Hi Jeroen,

    It truly -is- great ๐Ÿ™‚

    Just uploaded the finished wpml-config.xml file for you to grab with the instructions in a readme.txt that’s packaged in the .ZIP file on my download page:

    http://van-zand.com/nirvana-wpml

    PS. What didn’t work well with Polylang? From all the plugins I’ve tried, it’s the only one that works out of the box without compatibility issues (at least with non-WPML plugins).

    Good luck and let me know how it works out for you (if you email, feel free om in het Nederlands te schrijven ๐Ÿ˜‰

    #30879
    Jeroen

    Thanks Mike that sounds really great!
    I tried installing polylang but then my site didnt work that well anymore. I decided to put the code you made in the already excisting wpml-config.xml in the sitepress-multilingual-cms folder which comes with wpml. However i see no changes yet. Do you think this method is not posible or am i not seeing it?
    How do you translate the frontpage now?

    Let me know, I really hope it works!

    #30875

    In reply to: change font color

    Stuart

    Thank you, Wayfarer. I tried all the setting under Color Settings and none of them worked. The color isn’t listed there.

    #30864
    Jeroen

    Love the theme as well, but are getting stuck on translating the custom fields of the presentation page.

    Wayfarer

    Hi Annette

    I think the slider itself has a pause on hover:true setting in the code (I am afraid I am not great at code, so I can’t tell you how to change this – maybe someone else can do that for you.)

    But … a possible short-term workaround might be to at least flag to your users that there are more pictures in the slider when it stops as they hover:

    Tempera Settings > Presentation page > Slider settings > Slider arrows > Visible on hover

    It won’t fix the issue, but it will give your users a clue that there are more pictures to view. Just a thought.

    #30862

    In reply to: remove commenting

    Wayfarer

    Hi Angela

    Have you tried disabling comments in both these ways?

    From your WordPress dashboard
    1. Navigate to the specific page that has the comment option enabled, hit edit, scroll down to the bottom of the page (beneath the SEO) and uncheck Allow Comments

    2. Navigate to the all pages screen, and select Quick Edit for each affected page and uncheck the option in there for Allow Comments.

    I hope that works for you.

    #30861

    In reply to: change font color

    Wayfarer

    Hi Stuart

    Have you tried:
    Tempera settings > Color Settings > Content > Content Headings?

    Hopefully that will do the trick.

    avni853
    #30842

    In reply to: sidebar and footer

    Lorne

    I thought I posted a reply last night.
    After trying out the presentation page, I disabled it and the sidebar and all its contents were no longer showing on my site. When I looked at the Jetpack plugin page, there was a note telling me the right side bar was no longer available. It said to remove the widgets. When I viewed the page the right side bar and the footer were not showing.
    I logged out and then back in again, and I had to customize through the theme again and reinstall the right side bar widgets. Then it was working fine again.

    It is resolved now.
    thank you.
    Lorne

    #30836
    Zed
    Cryout Creations mastermind

    The column captions are designed to move below the columns when the theme considers it is viewed on a mobile devices – screen width is below a certain value – as mobile devices do not have hover events for the animations.
    This is part of the theme’s responsiveness feature.


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

    The slider isn’t showing up – I selected to use Custom Sliders and uploaded images (jpg) to it per the size dimensions specified (1920 x 580). This issue didn’t happen on another website where I installed the same theme and slider is working fine there (http://communitypreppers.com), so not sure what I’m doing wrong with this one!

Viewing 30 results - 1,981 through 2,010 (of 3,166 total)