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 - 1,481 through 1,500 (of 5,558 total)
  • Author
    Search Results
  • #220075

    Also please note that on this site: https://www.institut-huaxia.org/ you are using caching. You can not cache the home page and show different sliders for different devices. In your w3 total cache setting make sure to turn off page caching for your home page.

    Ben

    #219962

    I’ve tried deactivating plugins now (and clearing cache) but that makes no difference, so I’ve deleted the post. This has solved the problem with the thumbnails on the category page not appearing. I will just have to rewrite the post with a few static images instead. But I do wonder if the issue with the category page was also due to an overload of images… that’s the category with most thumbnails. I guess I’ll find out when I post again…

    #219960

    Hi Ben,

    yes i log in as admin, and settings of woocommerce disappeared 🙁 I mean on the left side from panel I dont have anymore woocommerce button.
    And in plugins when I click settings under woocoomerce plugin I am not allowed to access it…

    Now I change PHP to 7.2, I also manually via FTP reinstall woocommerce again, clean cache and nothing helped…:(

    #219936

    Hello,

    Did you clear your cache after removing the code? Where exactly are you adding it to?

    -Kevin

    #219932
    This reply has been marked as private.
    #219928

    Have you tried clicking the clear cache button?

    Hannah

    #219926

    Hi Kevin,
    I have to admit I’m not an expert, this is a managed WP sit and there’s a ‘clear cache’ option, which I assume means I am caching(?).
    On my browsers I try reloading and sometimes the first sliders appear but not all seven. I’m still not getting any images on category page on any browser…
    Andrew.

    #219924

    Hello,

    Are you using a cache on your site? It seems that the sliders load on the second reload of the page. If you’re not caching on your site, try setting that up and let me know if it makes a difference.

    -Kevin

    #219894

    Hi Nancy,
    Have you cleared your cache? Can you post a link?

    Hannah

    #219797

    ok, so from what I read most browsers are smart enough to not load those.

    But to remove via the php output and run two cache files you would need to add a filter like this in a child theme:

    add_filter('kadence_pagetitle_display', 'custom_remove_pagetitle_for_mobile' );
    function custom_remove_pagetitle_for_mobile( $pagetitle ) {
    if( is_page('18') && wp_is_mobile() ) {
    return false;
    }
    return $pagetitle;
    }

    Or using lazy load could be a good option.

    Ben

    #219778

    Hello,

    I’m seeing the icons show on that site. Have you tried clearing your cache to see if that makes a difference?

    -Kevin

    In forum: Virtue Theme
    #219643

    I’m seeing the menu show now! Have you tried clearing your cache?

    -Kevin

    #219578

    Ben,

    I am using WP Rocket for caching and it actually creates a separate cache for mobile and desktop if you ask it too. So that is how it has worked on the site I have it setup on in Pinnacle.

    I the slider plugin I am using does not use background images. So I may have to try a different slider or try the lazy loading.

    I will send you a link to the dev site.

    As Always thanks for all the help / support.

    Jeremy

    #219492

    Hi Hannah,

    That wasn’t showing up even when I tried creating a new page which is why I was confused. So I deleted the pages created, cleared cache and now it works.

    Sorry about that. But thank you!

    #219418

    So, cache cleared, maybe the problem is that it is added by shortcode?
    How to solve?

    check my page: http://maltex-malczyszyn.pl

    -Jarek

    #219375

    That is odd, did you clear your cache after turning this setting on?

    -Kevin

    #219026

    Hi Hannah
    thanks for responding
    the answers are
    1. Have you created product archive templates already? YES
    2. Have you cleared your cache after enabling Kadence WooCommerce Elementor Pro? YES
    3. Make sure you keep the free version enabled as both are needed. YES both are enabled

    #219021

    Hey,
    Have you created product archive templates already? Have you cleared your cache after enabling Kadence WooCommerce Elementor Pro? Make sure you keep the free version enabled as both are needed.

    Hannah

    #219020

    Hi guys,

    First off, thank you so much for making awesome themes- I’ve been using Virtue and Pinnacle for years and your support has always been excellent.

    I’ve been having a couple issues with the front page and with some of my galleries (Virtue theme) and I was hoping you could take a look. It seems to have started around the end of February (I think when my host GoDaddy switched the site to WordPress 5.1, although I’m not sure if that is related or not).

    When I visit the front page ( it always shows the logo and menu items, but it doesn’t always show the kadence slider and/or homepage widget content below it. Sometimes it might load the slider but no content below, other times it just shows white space below the logo and menu. The weird thing is when you reload the page it usually loads perfectly. It works fine on mobile, this just impacts desktop (I tested in Chrome and Firefox on multiple computers).

    Another (related?) issue shows up on posts with a gallery at the bottom (example: I don’t use a plugin gallery, it’s just set to default grid, but sometimes it loads disconnected with white spaces in between the images. A quick reload of the post usually activates/fixes the grid alignment, but I’m not sure if anyone will do that.

    I thought it was a cache issue (I cleared multiple times) or a plugin issue (I removed inactive plugins and removed heavy ones like jetpack) but nothing has fixed it. GoDaddy said it would be related to the theme, so I was wondering if this was something you might be able to help with.

    Thanks again as always!

    Adam

    #218941

    Hello,

    Looks like it’s not loading the posts propely. Try going to Settings> Permalinks, and resave them. Then clear your cache.

    Does that fix the issue?

    -Kevin

Viewing 20 results - 1,481 through 1,500 (of 5,558 total)