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'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Blog Issues
November 5, 2015 at 3:18 pm #65715Hello,
I’m not sure anyone here can help me, but I recently hired someone to go in and help with the loading speed on my website pages. Not only is not faster, but now the blog pages are loading funny.
Each page is designed to showcase blogs based on categories and subcategories using the tabs shortcode. Nothing is showing up, and when you click on the tabs the URL changes. Example: *Login to see link will change to *Login to see link
Any thoughts? This “developer” hasn’t been much help… he says it’s working fine from his point of view, but I’ve cleared the cache, restarted my laptop, gone incognito- you name it and nothing!
In forum: Virtue ThemeIn reply to: Want to move the widget to 5 px below the Top Bar.
November 4, 2015 at 12:34 pm #65580In your settings > wp-super cache just go there and click “delete cache” to rebuild it.
Ben
In forum: Virtue ThemeIn reply to: Want to move the widget to 5 px below the Top Bar.
In forum: Virtue ThemeIn reply to: Want to move the widget to 5 px below the Top Bar.
November 4, 2015 at 12:20 pm #655731. Did you clear your wp-super cache after you added the css?
2. In your theme options > main settings. Make sure to reselect your logo… I’m seeing this selected : https://birdfeet.net/wp-content/uploads/2014/10/BirdFeet-Logo-100-point-with-Tag-Line3.png
And there is no image there.
Ben
In forum: Virtue ThemeIn reply to: Problem with homepage layout manager
November 4, 2015 at 10:24 am #65524Hey,
I suggest using w3 total cache over super cache.
Little tutorial: http://code.tutsplus.com/tutorials/configuring-w3-total-cache-general-settings-i–cms-20920
Your best to contact your hosting provider about the best settings as it’s a little different per host.The main things is if your using a caching plugin you have to clear it after you make changes. The point of caching is to hold a copy of the site so all the queries don’t have to run every time someone visits. If you then make a change to the site you need to clear the cache so that change shows.
In light of that I always suggest waiting till your down developing the site to install and run caching.
Hope that helps,
BenIn forum: Virtue ThemeIn reply to: Primary menu visible in mobile
November 4, 2015 at 10:13 am #655201. I don’t see this css on your site? Did you clear your cache on the site after you added it?
2. Yeah you need to create a new function that uses this call: https://docs.woothemes.com/document/woocommerce-product-search/api/
Ben
In forum: Virtue ThemeIn reply to: Problem with homepage layout manager
Yes Ben, I used wp super cache plugin…now I deactivated it,,,
Hi Ben, I think wp super cache or total cache is important plugin too, but im very poor to set up those plugin appropriately.
Would help me which plugin is good for web and how to setting up? do you have any reference link to do that.Tnank you
DannyIn forum: Pinnacle ThemeIn reply to: Homepage Latest Posts showing too many posts
Hi Hannah,
Thanks for your reply.. This is indeed the only setting that isn’t saving properly, at least so far 🙂
I’ve cleared my cache and asked a friend to have a look and we both keep on seeing 10 blog posts instead of 6..
Anybody else who has a clue what can be happening here?
Tess
In forum: Pinnacle ThemeIn reply to: Homepage Latest Posts showing too many posts
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Currency Logo not changing on top bar
November 2, 2015 at 11:05 am #65241I don’t have the code for that plugin so I can’t tell you why it doesn’t change after ajax. My guess is that it’s an issue with the cached version of the cart.
Can you email me the plugin so I can see the code?
In forum: Virtue ThemeIn reply to: Layout destroyed
November 2, 2015 at 10:35 am #65230Did you clear the cache on your site?
BenIn forum: Virtue ThemeIn reply to: Overiding – how to fix it?
Sorry! Definitely misunderstood.
First of all, make sure your cache is cleared. Next, do you know your php settings? It definitely could be your php memory needs to be increased. Your host should be able to help you with this. Or see here- http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/Hannah
In forum: Pinnacle ThemeIn reply to: transparent header stopped working with logo upload
It works for me, just not with Chrome within X hours of making the change (not sure how long that is, TTL setting in domain’s DNS?). Did you try restarting /opening in another browser/logging out and viewing your site? Also, type in your build site at kproxy.com and see what the world will see without browser caching.
It seems to be a caching thing, although clear cache fix doesn’t do anything. The good news is it is not a permanent problem, for me anyway. It is frustrating though, with the “Preview Changes” function especially.
I also use “Use Any Font” plugin on my last site and Chrome STILL insists on showing me the version without my custom font. I haven’t gone around computers that didn’t have anything to do with the building of the site, so… I am keeping my fingers crossed, and I haven’t heard from the client on it, which, with this one, I definitely would have…
In forum: Virtue ThemeIn reply to: Categories and posts and grids
In forum: Pinnacle ThemeIn reply to: transparent header stopped working with logo upload
October 29, 2015 at 11:50 pm #64900Hey,
Are you using any site cacheing from a plugin or is your server adding caching?I’m looking at your link and not seeing any issue.
Ben
In forum: Virtue ThemeIn reply to: A couple of things
October 29, 2015 at 5:59 pm #648774. Not always but with a new site it can be, Make sure to flush the page cache and renter your site map and see what happens in the next week.
5. You would need to talk with your host about creating that log. With SMTP the emails are sent through that but it’s woocommerce that is creating them. A copy should not show in your sent because it wasn’t created in whatever email plate forum your using.
Ben
In forum: Virtue ThemeIn reply to: A couple of things
October 28, 2015 at 4:28 pm #647071. You need to add this css in your theme options > advanced settings since your hiding the sort options.
.woocommerce-ordering { display: none; }2. You have added this css:
.woocommerce-result-count, .select2-container { display: none; }You can’t have the second part that is your issue remove .select2-container from this.
3. You can use css like this:
.product_item .details_product_item { position: absolute; top: 50%; height: 100px; margin-top: -50px; width: 100%; opacity:0; background: rgba(255,255,255,0.9); text-align: center; transition: opacity .6s ease-out; -webkit-transition: opacity .6s ease-out; -moz-transition: opacity .6s ease-out; -o-transition: opacity .6s ease-out; } .product_item:hover .details_product_item { opacity:1; } .product_item .kad_add_to_cart { display: none !important; } .product_item h4.subtitle { margin: 0; }4. How much time have you given google to clear the cache?
Ben
In forum: Virtue ThemeIn reply to: Speed up loading time of website
In forum: Virtue ThemeIn reply to: Speed up loading time of website
Thank you. I already use w3 total cache. It´s not enough speed which I get with it. I tested my site http://www.coconut-couture.com on pagespeed.de
My highest score was 40/100. It told me, that I have way too many css and java script files and I should check if there is a possibility to put the files together.In addition, I will try the plugin Hannah suggested.
-
AuthorSearch Results


