Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Where is the cache?
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Where is the cache?
- This topic has 16 replies, 3 voices, and was last updated 8 years by Kyle – SUPPORT.
-
Posted in: Neighborhood
-
January 25, 2016 at 6:50 pm #243507
I cant find the cache on the theme.
– No cache plugin installed;
– No hosting cache;
– Browsers cache cleared;On the last line of the styling sheet of my child theme, those rules are not being pulled. This is driving me crazy. Cant figure it out where this cache is coming from.
Any help would be appreciated.
Thank you!
January 25, 2016 at 6:54 pm #243509What is your URL?
I don’t suppose you are using a plugin called Autoptimize?
Thanks.
January 25, 2016 at 6:56 pm #243510My bad, didnt include the URL:
http://www.skylarshomeandpatio.com/
I am not using any cache plugin as fas as I know. I looked for it and checked with my hosting provider.
January 25, 2016 at 7:00 pm #243512Please add a WP username, I only see a password.
Thanks.
January 25, 2016 at 7:02 pm #243513This reply has been marked as private.January 25, 2016 at 7:27 pm #243529Hi,
Your child theme code is present and matches what I see the admin: http://www.skylarshomeandpatio.com/wp-content/themes/neighborhood-child/style.css
Thanks.
January 25, 2016 at 7:30 pm #243534I know that because I saved that styling css, that is why I am asking about the cache. Have you try to look if its showing up when you access the site on any browser? See screenshot
Attachments:
You must be logged in to view attached files.January 25, 2016 at 8:05 pm #243542It does not match actually. Look closer
Attachments:
You must be logged in to view attached files.January 25, 2016 at 8:30 pm #243552Your CSS is likely wrong for the product category pahe, please test adding your CSS to this:
@media only screen and (max-width: 767px) { body.woocommerce .has-one-sidebar ul.products li.product { /* Your custom styles */ } }
January 26, 2016 at 12:38 am #243631David,
No offense, but to be honest, I think you are acting a little too rushed here. Let me more specific:
If you access the stylesheet thru the link you sent me (screenshot 1) OR inspecting the resources pages on chrome (screenshot 2) you will notice that it does NOT match what I have saved. You can look the REAL stylesheet on the editor of WP or FTP (screenshot 3).
Your comment is irrelevant of what I am telling you. Notice on the screenshot 2 (chrome inspector) you will see that the page width is under 479px, which makes my CSS perfectly fine for what I am trying to accomplish.
You can try yourself, add any css rule and refresh the page to see if you update automatically.
SO, going back to my original question: Where is the cache? Do you know? If you don’t, please just say it and don’t try to just to give irrelevant answer.
Once again, I dont have any cache plugins installed and either hosting cache.
Thanks!
Attachments:
You must be logged in to view attached files.January 26, 2016 at 9:32 am #243660Hi
For me the CSS you have in your style.css file is showing up when I inspect the front end of the site: http://d.pr/i/7D3M/5VybXh3g
– Kyle
January 27, 2016 at 8:47 am #243970I am not sure if I believe you. Just deleted all my browser cache and still not updating. Most important, my boss is not seen the update either.
Not trying to be difficult here guys, but I dont think you are taking me that seriously.
The 2 columns still not being displayed correctly on iPhone 5.
Is there any theme cache? Any settings or anything?
January 27, 2016 at 9:01 am #243971The CSS is there it’s just not enough to overwrite the rule in responsive.css, try this instead:
body .woocommerce-shop-page ul.products li.product.has-post-thumbnail, body .product_list_widget > div > ul.products li.product { margin-right: 4% !important; width: 46% !important; }
Still put it inside the media query
– Kyle
January 27, 2016 at 9:08 am #243974Man,
I don’t seem to be specific enough. ITS NOT UPDATING!!!! See screenshot!
Stop trying to correct my CSS and pay attention of what I am asking pleasE!!!!
Is there any theme cache? Any settings or anything?
Attachments:
You must be logged in to view attached files.January 27, 2016 at 9:19 am #243978You have some hard cashing going on somewhere, because I’ve changed the css, cleared my browser cache and hard refrshed the page and you;re right, it’s not updating on the front end. But that is no fault of the themes, your server may have some caching functionality turned of
You need to asks your hosts why your files are not updating
– Kyle
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.