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,381 through 5,400 (of 5,558 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Theme update

    #16911

    Hey, that is strange. Did you try clearing your cache?

    #16832

    I updated slider to version 4.6 now.

    On your page try disabling the parallax section as a test. clear your cache and reload the page.

    do you mean parallax section at slider options?

    #16820

    Well without being able to repeat I not sure what to try next. Do you have the latest version of the sider. 4.6?
    https://www.kadencewp.com/updating-revolution-slider-for-virtue-premium/

    On your page try disabling the parallax section as a test. clear your cache and reload the page.

    Ben

    #16800

    Can you clear your cache and try this site: http://themes.kadencethemes.com/virtue-premium-4/

    I checked your site on every browser I can access, no issue.

    Ben

    #16776

    Love the new theme. I was a fan of the Virtue theme so I had no problem purchasing the new theme.

    With that said. I came across an issue with your theme and W3 Total Cache, specifically the minify settings.

    Seems that when i have Minify enabled all the body content will not populate. The areas where they are suppose to be are click-able so the theme recognizes that the items on the home page are there but you physically can’t see anything in the body.

    For now i just disabled the minify setting and it works great but hopefully you can help me or make the necessary changes to prevent that from occurring to anyone else.

    Thank you.

    #16768

    Yes, I cleared cache and restarted browser
    I have this issue in crome and mozilla. In demo I have this issue too https://cloud.mail.ru/public/e238d3d79581%2Fdemo.jpg
    White stripe only on slider, it’s not on the page below.
    It disappeared after resize of window.

    #16766

    Have you cleared your cache?
    I still don’t have this issue in chrome for me, does it give you space in the demo? http://themes.kadencethemes.com/virtue-premium-4/
    Ben

    In forum: Virtue Theme

    In reply to: Spacing Issues

    #16616

    Added to my footer widget, cleared the cache…no dice. I can see it move to the anchor point in the background but the dropdown is still there. Using a iPhone 4.

    In forum: Virtue Theme

    In reply to: Custom Background

    #16611

    You do clear your cache after every change your your theme options right?

    and if you want this to only apply to one page you need to do it different. The page id for employment is 204 so you would do this with custom css:

    
    body.page-id-204 {
    background: url('YOURMAPIMAGEURL');
    }
    
    body.page-id-204 .contentclass {
    background: url('YOURPNGIMAGEURL');
    }
    

    Ben

    In forum: Virtue Theme

    In reply to: Spacing Issues

    #16606

    Seems as though the spacing issue went away. Not sure how, perhaps me clearing the cache did the trick. Well, now I have it to where if you are on an iPhone, iPad or iDevice if you are on the About page and after you make a selection, the dropdown stays there. 🙁

    #16494

    WOO HOO!! YOU ARE AWESOME!!

    Thank you so much Ben!

    Do I just have to clear my cache in WordPress or should I also do it in the browser that I am using?

    I went ahead and did both but wanted to know for future reference! I will be marking this resolved!

    #16492

    got to clear your cache with the css in your custom css box that I pasted above.

    Ben

    #16477

    Can you clear your cache so I can see whats going on?

    Ben

    In forum: Virtue Theme

    In reply to: "fatal error"

    #15913

    Id like to add here that Ive increased pho memory in wp-settings.php

    // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
    wp_initial_constants();
    define( ‘WP_MEMORY_LIMIT’, ’96M’ );

    Plus I’m using the following plugins:
    – Black Studio TinyMCE Widget
    – Contact form 7
    – Contact Form DB
    – Google Analytics for WordPress
    – Jetpack by WordPress.com
    – Page Builder by SiteOrigin
    – Redux Framework
    – Revolution Slider
    – W3 Total Cache

    #15778

    ok, make sure your cache is clear. And start deactivating plugins, and testing.
    There is an error on your site and it’s hard to tell where it’s coming from.

    Ben

    #15760

    I’m seeing your whole site? When I test with safari on iphone. Have you cleared your cache?

    Ben

    #15511

    Hi
    Thanks its been fixed. There was a problem with fixed widgets plugin not with w3total cache minify of js. I have edited its setting. Now its working perfect. Thanks for the css for hiding menu item.

    cheers
    Bhupen

    #15508

    yes, i have cleared all the cache in w3 total cache but its just the same. i have no idea how this happen. there is previous version of virtue theme in my another subdomain single site http://apexmembers.apexworld.com.au
    It has no problem with the related products in product page. see the difference in the old previous virtue theme in http://apexmembers.apexworld.com.au/product/iphone-icon

    see the difference in new updated virtue theme http://apexworld.com.au/product/pears-shampoo-fruit-extracts-400ml.

    Seems like i need to install a fresh virtue theme again. but how can i do that. i tried deleting theme and uploading it again but the settings would be the same. how can i delete the theme including all settings and the demo imports that i have done of virtue premium and install fresh one?

    Thanks
    bhupen

    #15488

    Did you clear your cache? In w3 total cache?

    #15478

    Hey,
    1. With the newest update you can have a full width dropdown menu. I just added the ability to select that option and choose how many columns that drop down should have. I don’t know how that would conflict with your menu plugin. If you just need to hide and show menu items though you don’t need a plugin you can just use css, There is a class in the body tag is a user is signed in. Here is an example:

    .menu-loginregister {
    display:block;
    }
    body.logged-in .menu-loginregister {
    display:none;
    }
    .menu-myaccount {
    display:none;
    }
    body.logged-in .menu-myaccount {
    display:block;
    }

    2. 4 columns doesn’t mean four products. It’s a carousel and shows more.. Your site isn’t starting the carousel. Have you emptied the cache?

    3. Yes this is actually the intention of the filter, It’s designed for smaller stores that have all the products or on one page. Because the animation couldn’t happen like it does it you had to re query the site for all the products of a certain category.

    If you have a store with a lot of products then you should only use the filter on category pages not the shop page or not use the filter at all. If you want an ajax filter (one that loads all the products when you click a category) then use this plugin: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/

    There is an example of that plugin in use here: http://themes.kadencethemes.com/virtue-premium-3/shop/

    Ben

Viewing 20 results - 5,381 through 5,400 (of 5,558 total)