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

    In reply to: Kadence Slider Update

    #101708

    Hey Ian,
    Have you tried clearing your cache?

    Hannah

    #101599

    Turns out to be the falcon cache system in Wordfence.
    Flushed all caches and turned it off and on again.

    Looks ok now.

    In forum: Virtue Theme

    In reply to: Theme Speed

    #101467

    Yes, I’m fully up to date with WordPress, WooCommerce, bbPress and the theme.

    I’ve tracked down cause of the slow query – on every page load, custom-woocommerce.php is called, which contains (on line 14 at the time of writing) the following:

    update_option( 'woocommerce_enable_lightbox', false );

    Beneath the hood, this is calling SHOW FULL COLUMNS.

    By commenting out or modifying this line of code (which, obviously, I can’t do on a production site, as I’ll need to do it every time the theme is updated), the page loading is much improved.

    An improvement to this would be:

        // Disable WooCommerce Lightbox if enabled
    	if (get_option( 'woocommerce_enable_lightbox' ) == true ) {
    		update_option( 'woocommerce_enable_lightbox', false );
    	}
    

    There was well over half a second extra query time added on purely with a theme change – yes, WooCommerce and bbPress are fairly “large”, but they are pretty much the only other plugins running – unlike some sites I’ve seen where there are loads of active plugins dragging information from all over the place (ie analytics, social icons etc).

    I accept some extra load time with the additional options and functionality, but this one query was quite annoying!

    I’ve no caching plugin running, firstly as I’m in a development state, and secondly, I have dynamic content based upon the logged in user, which doesn’t appear to cache well, so I’m looking to optimise as much as I can before I implement caching, which should then of course make things even better!

    Garry

    In forum: Virtue Theme

    In reply to: Image menu

    #101405

    We are talking about your home page correct? because on ipad air 2 in portrait view there is only 1 column. Not 2? did you check for zooming?

    By the way I am assuming you’ve cleared your cache?

    Ben

    #101395

    Hi,
    I’m working on this right now. I deleted the contact page and created it again. There is one small progress I deleted WP Cache widget and the map showed up on the contact page. Unfortunately I doesn’t show my location (instead of that it shows a random location somewhere in France :)).
    Regarding API – I can’t see any API field in Pinnacle Theme contact page. There is no such field in Pinnacle Google Map widget as well. I found it in SiteOrigin widget and I’m going to test it.

    #101374

    hi,
    yes, I cleared cache several times. No success.
    And yes, I use the latest version 1.7.1.

    #101244

    Hi, how can I remove or modify this section of my site below? The Keyword generator I used shows up these words as part of my keywords. So I would like to change/remove them. You can see it when you click right with the mouse and look up to the source code.

    regards

    <html class=” yes-js js_active js js no-touch backgroundsize csstransforms3d csstransitions js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths” lang=”de-DE” prefix=”og: itemscope=”itemscope” itemtype=” style=”overflow-y: scroll;”><!–<![endif]–><head>

    #101164

    Hey,
    The site name shouldn’t effect whether or not the map displays. Have you tried clearing your cache? Are you using the latest version of the theme? https://www.kadencewp.com/my-account/

    Hannah

    #101160

    Removed content-product.php from ChildTheme, then cleared all caches (on http://www.jujushop.lt) – no success.

    #101150

    Hello Ben,
    After I updated my websites (www.juju.lt and http://www.jujushop.lt) to woocommerce 2.6 and theme version to 3.7.3 (I think from version 7.5.6) product grid started to load in bad way. I can reproduce it only on first load (when browser and wordpress caches are cleared). After second load (cached version) the grid is OK. I see that the problem in near the footer, and when I scroll to it other products starting to load and they are good. Only that place where was on the footer looks like product are one on another.
    Both websites uses different servers and different cash plugins. Tried on different browsers. Didn’t see any problems on browser console.
    Tried to search for this issue on this forum but didn’t find any topic, so I think I only one who faced that problem (if there some topic that I missed you can just give me a link to it). Tried to figure out where is the problem by myself but no success. I have a lot of custom CSS added to theme, also many plugins. So maybe you can help to figure out where is the problem.
    If you need login to website I can send it to you.

    Here you can see some screenshots:



    Thank you.

    #100983

    Hey,
    Facebook takes a cache of your site that make take server days to clear. It sounds like it’s pulling from a cache before the site was live.

    The only thing you can do is make sure you have all the SEO meta date correctly added. Using Yaost or any other SEO plugin would help you with this.

    Ben

    In forum: Virtue Theme
    #100960

    Thank you Ben… I called GoDaddy and the rep also said that the site is working as it should. I don’t know what’s happening on my end here… Maybe its from the internet provider and browser.

    • Using Firefox with the video clip on the category: It goes back to the top of the page when I click back after viewing a product. This is only happening on the first page so I know it has to do something with the iframe video.

    • Using Firefox without the video clip: Makes the site work fine and intended, so its from the iframe video clip reloading every time I clip back.

    • Using Google Chrome with or without the video clip: It works fine and the way it was intended , but with one problem… It does not cache the page full of product thumbnails and when i click back after viewing an item, it take a white to repopulate the product thumbnails on the screen row by row, especially if i were to click on an item that is way at the bottom on the list (64th position).

    • Using Safari: No problem at all works great on mobile or tablet.

    Thank you,
    Gary
    groomsring.com

    #100909

    Email sent. Here is the reply from the developer below.

    —-

    I have managed to get AIOSC jQuery.select2 (v4.0) component to load, instead of WooCommerce one (v3.5.4) by deleting cache. However, the error is coming from your theme file:

    https://fixwp4.me/wp-content/themes/virtue_premium/assets/js/plugins.js

    Please try changing theme to TwentySixteen and see if issue is still there.

    —-

    In forum: Pinnacle Theme

    In reply to: page gets all messy

    #100861

    The css I pasted above should have worked by stretching them at a larger screen. Was the code not doing anything? Did you try clearing your cache?

    Hannah

    #100786

    Don’t forget to clear the cache.

    In forum: Virtue Theme
    #100771

    My two cents –

    Try changing the Permalinks to “Post name”, flush cache, and check again. ONLY IF that fixes your issue, you will need to place a redirect in your websites root .htaccess file. The code below should work for that.

    #Redirect to keep old links working from permalink issue.
    RedirectMatch 301 /index.php/(.*) /$1

    #100757

    Yes, I have cleared the cache and I don’t cache that page at all (WP Rocket). It probably wont do you any good, because you have to be logged in to see the tickets/problem, but here is the link to the page – https://fixwp4.me/my-support-tickets/.

    If you want me to create a user for you, just let me know.

    Mike

    #100752

    Hi Michael,
    Have you tried clearing your cache after turning off select2? Can you post a link to your site?

    Hannah

    #100745

    Thanks Ben, at first I couldn’t get that to resolve here, but I waited for some time after clearing cache and that worked. Thanks!

    #100692

    That notice from w3 total cache is normal. You shouldn’t clear the cache on the theme activation page but getting that notice every time is normal and it’s important to clear cache after updates.

    Ben

Viewing 20 results - 3,721 through 3,740 (of 5,558 total)