Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'cache'

Home / Forums / Search / Search Results for 'cache'

Viewing 20 results - 5,041 through 5,060 (of 5,558 total)
  • Author
    Search Results
  • #38259

    1. Make sure you are on the basic tab of your super cache settings.

    2. Ok so do what I said first:
    “If you want to stick with the post summary then you need to set a featured image and set the summary option to be landscape photo.”
    See this: http://docs.kadencethemes.com/virtue/#blog_posts

    Then set your home page to be the posts page. You can decide weather or not to show the full post but you still need to set the post page.

    3. I just meant a link to your page where you can see the widget… here add this css:

    .sidebar .widget_newsletterwidget {
      background: #399647;
    }

    Ben

    #38246

    Ben –

    1. I went to settings > wp super cache. plugins as you suggested but I don’t see any button for clearing cache. I only see a few plugins that show enable or disable. I still can’t see any images on my homepage.

    2. I do want to display the whole post on my homepage. I went to settings > reading but I don’t see the “page content” module as you mentioned. There are only two options….Your Latest Posts or A Static Page.

    3. Yes, would really appreciate your help with the custom css. I would like to have the background for the Newsletter widget to be green #399647. Where do I go to find the link on that widget for you?

    #38134

    Hello Frinds,

    One strange thing is happening in one of my Portfolio page.
    The last image is overlapping with the Bottom Portfolio Carousel. It is happening with perticular this portfolio only. Rest of my portfilio is perfectly fine.

    Sometime, after making multiple refresh this problem goes down.
    Steps I have done :-
    1. Clearing the Cache of Browser,Database etc
    2. Even created a new portfolio post with the same Name but the problem persist.

    Any suggestion will be much appriciated.

    Warm Regards,
    Ari.

    #38122

    1. In the plugin settings. Settings > wp super cache

    2. The page you linked to is showing the whole post, Your settings are showing the post summary. If you want to stick with the post summary then you need to set a featured image and set the summary option to be landscape photo.

    See this: http://docs.kadencethemes.com/virtue/#blog_posts

    If your wanting to display the whole post then you can’t use the latest posts module in the theme options > home layout. You will need to set your home page as the latest posts page in settings > reading and use the “page content” module or use a blog shortcode in your static page content:

    http://docs.kadencethemes.com/virtue/#shortcodes

    3. For custom colors on each widget you would need to learn css and use custom css if you want to have control. Or hire a web developer to work with you on customizing widgets.

    Else if you know what you want and have a link to the widget I can help you with custom css to set for one specific widget but there aren’t options for this in a wordpress sidebar.

    Ben

    #38111

    1. I’m sorry, this is a dumb question, but where do I clear the cache?

    2. How do I get the image on the first post to stretch across from left to near the sidebar just like this site…www.sallysbakingaddiction.com

    3. how do I add background color to the individual widgets on the sidebar? I don’t want all the widgets to have the same color. I want them to be different colors. Where can i find the color codes so that I can play around with the color schemes.

    thank you.

    #38016

    1. With super cache, yes. If you use a plugin like w3 total cache it’s much easier to delate cache.

    2. Your cart page should have the shortcode:

    [woocommerce_cart]

    See here: http://docs.woothemes.com/document/woocommerce-shortcodes/

    If you had woocommerce make your pages or installed the demo content then they should already be there.

    Ben

    #38011

    Still a mystery. I’ve cleared the cache on all browsers and it doesn’t matter whether I’m zoomed in or out. HOWEVER, I do see that the correct positioning tries to load for a split second and then reverts to the single column. I haven’t done anything with any of the php templates. I’ve only altered the CSS. And even if I did know how to work with php and scripts, why would it be working fine in Firefox? Strange indeed.

    #38010

    Hi Hannah

    Hmmm. That’s weird. You just have to hover over the main secondary menu items. Tried it on Mac/Chrome and Windows/Firefox and got same issue with both. I’ll try clearing caches etc…

    #37971

    Hi there. I do clear the cache pretty often if not every time I make a change. I read on another forum that sometimes it’s best to delete the plugin and reinstall when done making changes to the website. Do you think that is a good idea?

    I’m sorry I don’t think I have the woocommerce shortcake. How do I go about getting that? Also, I forgot to mention that when I installed the woocommerce plugin I did not get a prompt to install the woocommerce pages.

    #37963

    You are using super cache. Meaning you have to clear the cache after you change anything in the admin. Make sure it’s cleared.

    The page you have set to be your cart page in the woocommerce settings. Do you have that woocommerce cart shortcode in the that page?

    Ben

    #37960

    1. You are using supercache. If you want to use that plugin you have to clear the cache in the settings every time you change anything. Right now I see posts on your home page. But I aslo see that it’s a cached version of your page.

    2. In your theme options > home layout. What all do you have enabled in the home page manager. If you aren’t using something you need to leave it disabled.

    3. I don’t see heading 4 but I’m guessing it’s related to the above ^

    clear you cache.

    Ben

    #37892

    Hmm, Have you tried clearing your browser cache?

    How about zoom are you zoomed in or out in your browser settings?

    Your child theme seems to be trying to load a style sheet that isn’t there. Are you adding a function in your child theme for scripts?

    Ben

    In forum: Virtue Theme
    #37860

    Hi,

    When I use the code above in functions.php in my child theme, there is no error but the side bar does not appear in the recipe post page. Actually, the sidebar disappears – the primary sidebar also does not appear.

    Now, when I revert back and update the template/sidebar.php with the original code below, still I do not get the sidebar-primary-recipe but I get the “Primary Sidebar”(the original theme primary sidebar)

    <?php
    if( get_post_type() == ‘recipe’ ) {
    dynamic_sidebar(‘sidebar-primary-recipe’);
    } else {
    dynamic_sidebar( kadence_sidebar_id() );
    }

    I cleared the cache, flushed the permalinks. No effect.

    I want to use the “sidebar-primary-recipe” in recipe archive page and also in recipe post page. Can you help ?

    Thanks.

    In forum: Virtue Theme
    #37602

    Hello Ben,
    I started this a while ago, and used your first suggestion above, but it didn’t reduce the text overlay enough on mobile, so I’ve now changed it to your second suggestion (remove the slider text totally on mobile) but I can’t get it to work.. I’ve cleared the cache on my mobile and saw the browser slowly reload everything.
    I’ve left your second suggestion in place for the moment.
    Any ideas on what’s wrong?

    Tks, John
    checked on samsung s5

    here’s the total contents of the custome css panel:
    /* .sliderclass {
    padding: 0px;
    } */

    /* take out space above slider home page */
    .contentclass {
    padding-top:0px;
    }

    /* make links bg on footer wider */
    #containerfooter .menu li a {
    padding: 2px 12px;
    max-width: 160px;
    }

    .product_item .kad_add_to_cart, div.product form.cart{
    display:none;
    }


    @media
    (max-width: 767px) {
    .cycloneslider-template-standard cycloneslider-caption {
    display:none
    }

    In forum: Virtue Theme

    In reply to: Mobile Slider

    #37558

    cleaned your cache where? This is a mobile slider it will not show up by simply resizing your screen you have to load on mobile.

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Slider

    #37557

    Hi Ben,

    I apologize for using this post. I will do my own in the future. I did it because it was kind of a follow up on this one. So you see it in your phone? ok, I have cleaned my cache like 20 times and I still cannot see it, but if you see it then I am fine with it. Many thanks again for your great support.

    Gustavo.

    In forum: Virtue Theme

    In reply to: Mobile Slider

    #37540

    Hello Ben,

    I am having the same issue, I created a slider just for the mobile version of my site (theme options and then selected home mobile slider – choose revolution slider – then choose my slider mobileslider), but it is still showing the slider of the desktop. I cleared the cache of my browser. But I see in this forum that you mentioned “You can deactivate the page cache just for the front page in your w3 total cache settings.” what are you referring too? Is W3 the plugin? FYI: I don’t have that plugin installed. My website is this one http://wipgbdesign.com/poolfencene_california am I missing something that the mobile slider doesn’t show? Thanks for your response in advanced.
    Best Regards,

    Gus.

    #37487

    a. If your using wp super caching you will have to clear your cache after every change.

    1. You can change the spacing with css like this:

    #nav-main ul.sf-menu a {
    padding: 10px 5px;
    }

    2. You would have to hook into the menu… more complicated hook.. you use something like this:

    add_filter('wp_nav_menu_items', 'kt_add_flags_to_menu', 10, 2);
    function kt_add_flags_to_menu($items, $args) {
     
        if( !($args->theme_location == 'primary_navigation') || (isset($virtue_premium['header_style']) && $virtue_premium['header_style'] == "center" ) )
            return $items;
    ob_start(); ?>
    
         <div class="container"><div class="header-flags">My Custom HTML</div></div>';
    
    <?php  $output  = ob_get_contents();
            ob_end_clean();
     return $items . $output;
    }

    BEN

    #37455

    Have you tried clearing your cache?

    In forum: Virtue Theme
    #37045

    Did you clear you cache after?

    Ben

Viewing 20 results - 5,041 through 5,060 (of 5,558 total)