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 - 4,421 through 4,440 (of 5,558 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    Topic: Blog Issues

    #65715

    Hello,

    I’m not sure anyone here can help me, but I recently hired someone to go in and help with the loading speed on my website pages. Not only is not faster, but now the blog pages are loading funny.

    Each page is designed to showcase blogs based on categories and subcategories using the tabs shortcode. Nothing is showing up, and when you click on the tabs the URL changes. Example: will change to

    Any thoughts? This “developer” hasn’t been much help… he says it’s working fine from his point of view, but I’ve cleared the cache, restarted my laptop, gone incognito- you name it and nothing!

    #65580

    In your settings > wp-super cache just go there and click “delete cache” to rebuild it.

    Ben

    #65576

    I turned off wp-super cache and that did. Never had that issue before. I assume when I turn it back on it will rebuild its cache from scratch.

    Thanks so much for your help, I am amazed at how good you are at this!

    Craig

    #65573

    1. Did you clear your wp-super cache after you added the css?

    2. In your theme options > main settings. Make sure to reselect your logo… I’m seeing this selected : https://birdfeet.net/wp-content/uploads/2014/10/BirdFeet-Logo-100-point-with-Tag-Line3.png

    And there is no image there.

    Ben

    #65524

    Hey,
    I suggest using w3 total cache over super cache.
    Little tutorial: http://code.tutsplus.com/tutorials/configuring-w3-total-cache-general-settings-i–cms-20920
    Your best to contact your hosting provider about the best settings as it’s a little different per host.

    The main things is if your using a caching plugin you have to clear it after you make changes. The point of caching is to hold a copy of the site so all the queries don’t have to run every time someone visits. If you then make a change to the site you need to clear the cache so that change shows.

    In light of that I always suggest waiting till your down developing the site to install and run caching.

    Hope that helps,
    Ben

    #65520

    1. I don’t see this css on your site? Did you clear your cache on the site after you added it?

    2. Yeah you need to create a new function that uses this call: https://docs.woothemes.com/document/woocommerce-product-search/api/

    Ben

    #65506

    Yes Ben, I used wp super cache plugin…now I deactivated it,,,
    Hi Ben, I think wp super cache or total cache is important plugin too, but im very poor to set up those plugin appropriately.
    Would help me which plugin is good for web and how to setting up? do you have any reference link to do that.

    Tnank you
    Danny

    #65502

    Hi Hannah,

    Thanks for your reply.. This is indeed the only setting that isn’t saving properly, at least so far 🙂

    I’ve cleared my cache and asked a friend to have a look and we both keep on seeing 10 blog posts instead of 6..

    Anybody else who has a clue what can be happening here?

    Tess

    #65467

    Hey Tess,
    I just tested this on my site and it works fine. Is this the only setting that isn’t saving properly? Have you tried clearing your cache?

    Hannah

    #65295

    Hey Richard,
    Make sure your cache is cleared. Can you post a link to your site?

    Hannah

    #65241

    I don’t have the code for that plugin so I can’t tell you why it doesn’t change after ajax. My guess is that it’s an issue with the cached version of the cart.

    Can you email me the plugin so I can see the code?

    [email protected]

    In forum: Virtue Theme

    In reply to: Layout destroyed

    #65230

    Did you clear the cache on your site?
    Ben

    #65142

    Sorry! Definitely misunderstood.
    First of all, make sure your cache is cleared. Next, do you know your php settings? It definitely could be your php memory needs to be increased. Your host should be able to help you with this. Or see here- http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/

    Hannah

    #65012

    It works for me, just not with Chrome within X hours of making the change (not sure how long that is, TTL setting in domain’s DNS?). Did you try restarting /opening in another browser/logging out and viewing your site? Also, type in your build site at kproxy.com and see what the world will see without browser caching.

    It seems to be a caching thing, although clear cache fix doesn’t do anything. The good news is it is not a permanent problem, for me anyway. It is frustrating though, with the “Preview Changes” function especially.

    I also use “Use Any Font” plugin on my last site and Chrome STILL insists on showing me the version without my custom font. I haven’t gone around computers that didn’t have anything to do with the building of the site, so… I am keeping my fingers crossed, and I haven’t heard from the client on it, which, with this one, I definitely would have…

    #64940

    Hey,
    When I click the link I am taken to your category page. What browser are you using? Have you tried clearing your cache?

    Hannah

    #64900

    Hey,
    Are you using any site cacheing from a plugin or is your server adding caching?

    I’m looking at your link and not seeing any issue.

    Ben

    In forum: Virtue Theme

    In reply to: A couple of things

    #64877

    4. Not always but with a new site it can be, Make sure to flush the page cache and renter your site map and see what happens in the next week.

    5. You would need to talk with your host about creating that log. With SMTP the emails are sent through that but it’s woocommerce that is creating them. A copy should not show in your sent because it wasn’t created in whatever email plate forum your using.

    Ben

    In forum: Virtue Theme

    In reply to: A couple of things

    #64707

    1. You need to add this css in your theme options > advanced settings since your hiding the sort options.

    .woocommerce-ordering {
        display: none;
    }

    2. You have added this css:

    .woocommerce-result-count, .select2-container {
        display: none;
    }

    You can’t have the second part that is your issue remove .select2-container from this.

    3. You can use css like this:

    .product_item .details_product_item {
        position: absolute;
        top: 50%;
        height: 100px;
        margin-top: -50px;
        width: 100%;
        opacity:0;
        background: rgba(255,255,255,0.9);
        text-align: center;
            transition: opacity .6s ease-out;
        -webkit-transition: opacity .6s ease-out;
        -moz-transition: opacity .6s ease-out;
        -o-transition: opacity .6s ease-out;
    }
    
    .product_item:hover .details_product_item {
        opacity:1;
    }
    .product_item .kad_add_to_cart {
        display: none !important;
    }
    .product_item h4.subtitle {
        margin: 0;
    }

    4. How much time have you given google to clear the cache?

    Ben

    #64704

    Are you turning minify on with w3 total cache?

    Ben

    #64643

    Thank you. I already use w3 total cache. It´s not enough speed which I get with it. I tested my site http://www.coconut-couture.com on pagespeed.de
    My highest score was 40/100. It told me, that I have way too many css and java script files and I should check if there is a possibility to put the files together.

    In addition, I will try the plugin Hannah suggested.

Viewing 20 results - 4,421 through 4,440 (of 5,558 total)