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,281 through 1,300 (of 5,558 total)
  • Author
    Search Results
  • #238372

    Well best to start by just experimenting in chrome debugger. Right-click, click inspect. View the tabs that show up and find your console tab.

    There are youtube videos you can search chrome dev tools and find that outline things.

    It’s really more important that you understand the plugins you are installing on your site and how they work. So it might be best to start there and understand how wp-fastest cache works and how you have to clear the cache any time you make any kind of change on your site.

    Ben

    #238371

    Hi Diana,
    Are your buttons showing up when you add them in the backend? Have you cleared your cache? If you’d like you can send login info and we can look into this for you. Just set as a private reply.

    Hannah

    #238349

    I just called GoDaddy again and they said that theirs is a varnish cache and its standard for them… They said it should not be an issue since they use that for all their hosted sites.

    #238348

    I called GoDaddy last night and asked if their caching might be interrupting the shopping cart and checkout flow of the site? They told me their caching caches all of the pages automatically via their SSL protection, but should not cause an issue to my site because its the same for thousands of other wordpress/woocommerce sites they host. Are the session and database caching you mentioned different from what I mentioned?

    #238338

    You are using the plugin wp-fastest cache. You have to clear that plugins cache after you make any updates on your site.

    The cached response still shows your site as if Autoptimize were still running.

    Ben

    #238337

    Sounds like you need to check with your server to make sure they are not adding any session cache or database caching that is interfering.

    Ben

    #238313

    Hi, is it expected that the support forum in Chrome (my preferred browser) is currently not showing, at least to me, an option to upload an image? I have tried clearing my cache and restarting the browser. When I attempt to link to an image I’ve uploaded to Google Drive or Dropbox, those links won’t work.

    Upload Images button shows up fine in Firefox and Safari (latest versions of all browsers, Mac OS 10.12.6).

    Screenshots attached.

    #238294

    Some of the images on this advanced gallery page are stacking one on top of another on first load. It doesn’t clear until the page is refreshed. I added Cache enabler and also Optimole image optimiser today hoping that would help but it is still happening. Do you have any thoughts what it might be?

    Thanks!

    #238279

    Hello, my website is acting weird and not displaying the items and it’s not allowing the checkout process. It keeps reverting to stating that the cart is empty despite having item in the cart. I noticed it was doing this on my mobile device first, then the issue persisted on my desktop too. When I refresh the screen or clear the website’s cache, it shows the item in the cart, but when I click go to checkout, it reverts to stating the cart is empty again. Please help, thank you.

    -Gary
    GroomsRing.com

    #238176

    yes I am using fastest cache.

    sorry, here is the link pro.inearz.com

    #238174

    Hey,
    Are you using a caching plugin? Make sure your cache is being cleared. Can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: favicon

    #238143

    i have cleared cache and still viewing wordpress favicon in chrome mobile search

    #238093

    I’m seeing them look more centered now. Have you tried clearing your cache?

    Hannah

    #238080

    Hi, i’m very sorry, i dont clear the cache.

    Is all ok, thanks infinite.

    Best regards

    #238078

    Hey,
    Can you send me a screen shot. Did you make sure to clear your cache? I see the issue resolved when I check.

    Ben

    #238019

    Hey Sammy,
    Have you cleared your cache since making this change? Can you send login info so I can take a look at your settings? You can set as a private reply.

    Hannah

    #237960

    Hey,
    You can’t “page cache” the home page and use the mobile slider. Basically page caching makes a copy of the output as if viewed from a desktop. And then serves that output to every next visitor regardless of device. Meaning mobile is going to get the desktop version. Some caching plugins allow you to have a mobile and desktop version of cache which would work. Otherwise, you can load both sliders for everyone and hide one for some users and one of others based on screen size.

    You seem to be using “WP Fastest Cache” which doens’t give options for a seperate mobile cache unless you have premium so you will need to load both sliders for everyone and show and hide based on screen size.

    I went in and set that up, using the shortcode option for desktop and adding this into the shortcode input:

    <div class="kt-desktop-slider">[kadence_slider_pro id="1"]</div><div class="kt-mobile-slider">[kadence_slider_pro id="2"]</div>

    Then adding this css:

    .kt-desktop-slider {display:block;}
    .kt-mobile-slider {display:none;}
    @media (max-width: 767px) {
        .kt-desktop-slider {display:none;}
        .kt-mobile-slider {display:block;}
    }

    Ben

    In forum: Ascend Theme
    #237943

    Glad it finally worked! Make sure that you’re clearing your cache.

    Hannah

    #237909

    I am making changes to a page and after I save the edit and view the page the edit does not appear. I am clearing cache.

    How can I fix this?

    #237854

    Hi

    I’ve setup a mobile slider and assigned it as per the theme settings mobile slider settings (KS pro)
    The desktop slider keeps showing up on mobile though
    Have cleared cache on site, cleared history, cache on mobile.
    can you assist

Viewing 20 results - 1,281 through 1,300 (of 5,558 total)