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 - 2,401 through 2,420 (of 5,558 total)
  • Author
    Search Results
  • #168012

    I’ve been clearing my cache(all) from the topbar of my WordPress development page. The tab is “Varnish” and menu item is “Empty Cache (all)”. Am I doing it wrong or do I need to also do the wp-super-cache”?
    To clear WP-Super-Cache, do I go into SETTINGS> WP Super Cache> Contents then click the button “Delete Cache”? Is “Delete Cache” and “Clear Cache” the same thing? Your help and advice on this cache business is very much appreciated. Thank you.

    Thank you for the code corrections. I will make the changes.

    -Chris

    In forum: Pinnacle Theme
    #168008
    This reply has been marked as private.
    In forum: Pinnacle Theme
    #167998

    odd, I still don’t show an admin. While in I can’t access admin tools or clear the cache.

    Ben

    #167983

    Hey,
    You are using a plugin called “wp-super-cache” and to be able to see live changes to your site you have to clear that plugins cache from the plugins settings page after every change you make.

    Next, this css isn’t entirely correct:

    #kad-blog-photo-grid .blog_item .photo-postcontent {
    background: #00000071 !important;
    }
    #kad-blog-photo-grid .blog_item .photo-postcontent:hover {
    background: #0009 !important;
    }

    #00000071 is not a valid hex code. Should only have 6 digits

    For the sake of working with multiple grids on the same page I am going to suggest this update to the code above:

    .kad_blog_item .blog_item .photo-postcontent {
        background: rgba(0,0,0,.4) !important;
    }
    .kad_blog_item .blog_item:hover .photo-postcontent {
        background: rgba(0,0,0,.8) !important;
    }
    

    Try that and let me know if your css updates.

    Ben

    In forum: Pinnacle Theme
    #167978

    The account you sent doesn’t have permissions to clear the cache.

    Ben

    In forum: Virtue Theme

    In reply to: Closed Comments?

    #167960

    I actually was able to comment on the page just fine! I suggest you clear your cache and try commenting again. Unless I’m missing something, it seems to be working fine.

    -Kevin

    #167927

    Hi Ben. After clearing the cache, the dashed lines display properly, but the text alignment is still off, putting some text that could easily fit on one line into two lines. I’m viewing it on an iphone 5c and an android htc, using chrome, safari, and firefox and getting the same display.

    #167914

    Hi,

    I want to change the Pinterest account that my social buttons on point to to a different Pinterest account. I have been through the process of pasting the verification code into Theme Options/Header and Footer scripts/Simple output for footer and header scripts. But when I paste the code in and go back to Pinterest it tells me something has gone wrong. I have tried all the things Pintrest suggests – using different browser, making sure Java is enabled and clearing cache and cookies. Is there something else or different I should be doing?

    In forum: Pinnacle Theme
    #167879

    Sorry I was directly referring to the minify cache. Would it be possible for you to post a temp login I can clear that minify for you.

    Ben

    In forum: Pinnacle Theme
    #167877

    Hi Ben,

    Thanks for your quick response.

    Yes i do clear my cache regularly.
    I use Fastest Cache and clear the cache anytime changes are made.

    Regards

    #167863

    It’s working now (prior to me clearing cache), but wasn’t yesterday. I’m not sure what made the difference.

    Either way, it’s looking great now!

    Thanks.

    #167843

    I’m seeing your page 2 working? Have you tried clearing your cache?

    Ben

    In forum: Pinnacle Theme
    #167820

    Hey Bob, can you clear your cache. It looks like your pulling in css from an older version of the theme.
    Ben

    In forum: Ascend Theme

    In reply to: Site autodownloading

    #167774
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Flex slider

    #167737

    Thanks so much Ben and Hannah,
    We are playing around with the plugins for shareables and thats good thanks.

    The little hiccup when loading http://www.mimiemmanuel.com, we are talking about is: that the slider image kind-of flashes before settling-in if you can see what we mean? We’d like to stop that so it just loads and plays. I’m really not sure, maybe a cache setting?

    Thanks
    Sunrise
    (I’m Mimi’s daughter, working on the site)

    #167675

    Thanks, I had cleared mobile cache, not sure why it wasnt showing, but its there now. Thanks for your help!

    #167668

    Hello KT devs and all the users,

    I am developing my new woocommerce store and would love to use Kadence Woo Extras plugin (to use pics in variations switcher)
    Website works perfect and is very fast also the backed. BUT after I install Kadence Woo Extras (and also some other plugins by KT), page speed goes rapidly down (gtmetrics).
    Yes I am using cache, php7.1 etc. My VPS has 2GB of ram and 4CPUs, it is stored on SSDs (the best hosting in my country) so I think it is a problem with plugin and I am really looking forward to find a solution.

    I am looking forward to see some tips or anything I can do (what debug would like to see?)

    Thank you!

    #167655

    Hi,
    I just viewed from an iphone7 and the logo is displaying fine. Have you tried clearing your mobile cache?

    Hannah

    #167639

    Hello
    I have one minor issue. Virtue theme publishes the “product added to cart”-message which you get on cart page, also on product pages.

    This is not normally a issue. But when you use cache and robot visits your add to cart links, visitors may see strange messages that they have added products to cart, even they have not.
    Is it possible to remove this on product pages?

    I do not need this feature as I redirect customers to cart page after adding product in cart.

    Attached is image of the issue.

    Thanks a lot!

    #167571

    For some weird reason I’m unable to change the slider on the home page of this website: New.hkgcpa.com

    The rest of my changes work, CSS changes, any changes to page text, etc., the only thing I can’t change is the cyclone slideshow? I’ve switched out the code on the home page under the ‘Feature Page Options’ to [cycloneslider id="home-slideshow-2"], but the home page is still trying to load Slideshow “702”.

    I’ve contacted the hosting provider, they won’t clear the server cache because it’s shared hosting, I can’t figure out why other changes work but not the slider??

    Any thoughts are much appreciated.

Viewing 20 results - 2,401 through 2,420 (of 5,558 total)