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 - 5,341 through 5,360 (of 5,558 total)
  • Author
    Search Results
  • #19286

    Try deactivating cashie commerece and clear your cache. If you plan to have an online shop I recommend woocommerce.

    #19220

    Hey,

    Here is a speed test: http://tools.pingdom.com/fpt/#!/bC1MDQ/http://luxepair.com/

    a couple things. First deactivate jetpacks photon, it massively is slowing down your site. Do not use.

    Your slider images are still too large, the size should be some where around 1800px wide. yours are 3400px

    and you should enable a caching plugin like w3 total cache.

    Ben

    #19069

    Hi,
    I uploaded the premium version of Virtue yesterday. I love the theme and loaded in demo version 1, but am being driven nuts by not being able to assign the Secondary Navigation menu. I have added content and tried changing it under Appearances and under Menu location. I have assigned it bright background colours etc but nothing is bringing it to view. I have emptied the cache. This is on a PC not a mobile. Unfortunately I am using localhost so can’t give you view. Is there anything else you can think of that might be causing a problem?
    Thanks

    #18959

    First I would try deactivating your plugins and then clear your cache and test.
    You can use this to remove the “not rated” Just paste it into your custom css box in theme options > advanced settings:

    .product_item .notrated {
    display: none;
    }

    Hannah

    #18952

    I found it!

    You have to empty the cache, for example with W3 Total Cache.

    #18805

    I’ve cleared my cache have you cleared the cache in w3 total cache?

    Ben

    #18790

    What I mean is: Could you make sure your browser cache is cleared and have a look again?

    #18789

    No, it’s still too high in Safari – I just tested on two different laptops. Maybe you still had the cached old css version which was ok for Safari but spoiled it for IE?

    #18691

    I just looked and it looks fine in safari? Did you clear your cache?

    Ben

    #18604

    I fixed it! The first image didnt have the instruction of open in lightbox, so I changed that and purged the cache in Cyclone.

    #18578

    “so pages cannot be cached anyway”

    Yes you can, w3 total cache does a great job with woocommerce. Just test on the demo.

    “Is it worthwhile to use w3 total cache nonetheless just for database caching or minifying JS and CSS?”

    Depends on your server but in most situations yes it’s worth it.

    “Somewhere on the web I read that this might not work with all themes and plugins very well”
    Minify can break plugins that are coded poorly but in general you shouldn’t have any issues.

    The theme is ready for it.

    Ben

    #18570

    If your using a caching plugin like w3 total cache (what I recommend)

    I am not using it yet, instead, I set the Cache-Control headers of static files using Apache’s mod_expires and mod_headers. Using the virtue theme the dynamic shopping cart is on every page (what I find very good!), so pages cannot be cached anyway. Is it worthwhile to use w3 total cache nonetheless just for database caching or minifying JS and CSS? (Somewhere on the web I read that this might not work with all themes and plugins very well…)

    In forum: Virtue Theme

    In reply to: Problem with login

    #18563

    It happends when I go to /wp-login.php
    http://postimg.org/image/4sr5b0rrr/

    Moreover after your suggestion with .htaccess I changed it content with one of my working sites and it goes like this:

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #18484

    Hey,

    “I noticed that virtue_premium/assets/css/skins/default.css does not come with such a version”

    That isn’t your theme options generated css. That is the skin you choose in the theme options > basic styling.
    It doesn’t have a version because it’s not really every changed. Just has some color css styles (all of which can be overridden by the theme options).

    Your theme options css is output into the header using a php function that can easily be cached by page php, If your using a caching plugin like w3 total cache (what I recommend) it automatically clears the cache for the user after each save in theme options, then once you’ve set it how you want it. you can easily clear for all other viewers.

    Ben

    In forum: Virtue Theme

    In reply to: Cart Empty

    #18310

    The empty header and footer files are supposed to be there, they can’t create the conflict.
    Have you cleared your cache after updating? I just tried and everything worked.

    Ben

    #18219

    I’m seeing the full image? And it’s lining up with the page width?
    Have you tried clearing your cache?

    Ben

    In forum: Virtue Theme

    In reply to: templates footer

    #18170

    Ben, thanks it was the WP Super Cache. Changed some setting and it works better. Andy

    In forum: Virtue Theme

    In reply to: templates footer

    #18167

    1. “is not updating the information which is added”

    Did you clear your cache.

    2. Send me a login via email.

    [email protected]

    In forum: Virtue Theme

    In reply to: templates footer

    #18160

    The best thing you can do is run optimizations on your database. Through cpanel or with a database optimizer plugin.

    You are using wp super cache which means if you change anything, update any plugin or theme you will need to clear the cache.

    Looking at your site there seems to be a really strange set up with your wordpress and the folder structure. All your content is in this file structure:

    http://andylubertinaturephotography.nl/andylubertinaturephotography.nl/
    Which isn’t right and probably causing issues.

    Ben

    #18018

    I just looked and all the share buttons were for the product? Have you tried clearing your cache? You have w3 total cache on and in debug mode which you don’t want to use on a live site?

    Ben

Viewing 20 results - 5,341 through 5,360 (of 5,558 total)