Uninstalling Plone Theme Doesn't Remove Custom Favicon - plone

System Info: Mac OSX 10.7, Python 2.6.7, Plone 4.0.7
I'm creating an uninstall profile for a Plone 4 Theme, and everything has gone really smoothly except I can't get the favicon to revert back to the vanilla one. The custom icon was in my images skins directory in my skin path, both of which I've successfully removed with the uninstall profile. After refreshing any page of my site the Sunburst Theme has been applied and all is well except for the favicon. I'm doing all of my work in foreground mode so unless I'm mistaken there shouldn't be any caching causing this.
Any suggestions would be greatly appreciated.

Some browsers cache the favicon separately from any setting you may have for the browser cache. I wouldn't worry as long as the image you get when you call the URL (of the favicon) directly is correct.

Favicons are often cached along with your browser History, so you might try clearing that as well as your cache.
You can also add a cache-busting query to your favicon link which should cause it to reload:
favicon.ico?v=123

Related

'Visual Composer' plugin is outputting weird image links

Morning everyone, i'm having a super weird issue with my recent wordpress migration. I moved the (working) site to another webspace and i'm slowly running out of ideas (jk, already ran out).
Issue: After the migration, the plugin Visual Composer is outputting nonsense image links to the frontend that look like this: https://i.imgur.com/7RocCmE.png instead of the uploaded images url. Result: No images are showing on the frontend.
This issue only happens when i use the single image block provided by VC itself. Inputting an image the wordpress way, inside of a text block, works.
What could be the reason for this? i'm super thankful for any advice since i'm not a programmer.
I have already tried:
Enabling wp debug, not getting any errors
Installing different versions of Visual Composer, multiple times
Reinstalling Wordpress, multiple times
disabling all plugins
completely reinstalling and reuploading everything from scratch
different php versions
As I saw in your screenshot with the src attribute of your image and it has data-src attribute also, I think that it's because the new site (or maybe the new hosting) is using lazy load which will update all images source of the site to the lazy load image for better performance.
Lazy load images mean that the image won't load at the beginning, when you start to scroll down to each section, the images of this section will be loaded. In this way, the site will be optimized and won't load many resources at the beginning.
I think you can:
Check if there is any cache plugin installed, try to deactivate this plugin.
Check with the hosting provider if there is any cache setting installed, try to deactivate this setting also.
See if the image is working in the backend or not, if it's still loaded in the backend, I'm pretty sure that it's the cache issue. If it doesn't load in the backend, I think there is something wrong with your theme source code.
Compare the hosting environment, especially the PHP version of the old and new site to see if there is any differences.

Styling not refreshing for old visitors on WordPress

I’m working on correcting a styling of an element on an WP-based eCommerce site.
The site has both SCSS and CSS files.
To make things quick, I edited the CSS via Appearance -> Customize -> Additional CSS.
However, when I was done and published my changes (and solved the issue), only those new to the website sees the difference.
Those who have visited the site prior to the deployment of the solution, still see the distorted number layout
I also suspected that the SCSS gets compiled every refresh but when I checked the File Manager (cPanel), only the CSS files get modified.
I’m feeling this might be a cache-related issue. I have already disabled a cache plugin (WP Rocket). However, the problem still persists.
What possible issue am I experiencing?
Edit: I did try to use Incognito and the change did reflect. However, the users of the site are non-techy people and don't know how to refresh.
The site is using GoDaddy as the host. Is it possible the issue is on that part?
Thank you

Can't edit fonts in WordPress Theme

I am using the X-Theme with Cornerstone, and it's up-to-date. The website is kelseycopywriter.com
For about a month, the fonts on my website have not been rendering correctly. The sizes are wrong, the font-family is incorrect, and so is the color. The settings in the theme haven't changed, and I've tried overwriting it with CSS. Nothing is working.
I believe this had to do with the Hummingbird optimization app after the most recent WordPress update. For a while, my images were not showing up. Somehow I fixed that, but now the fonts are having issues. I tried un-minifying everything and deleting hummingbird, but nothing is working.
when you use a plugin cache probably you have to clear the cache to see changes. If that not works try to disable each plugin one by one until problem is solved. To do that you can disable plugin from wordpress or if you have FTP access, you cane rename the plugin folder like _hummingbird and wordpress will not load the plugin. Keep me updated

Wordpress themes not working properly - no images or css

I have a strange problem with Wordpress. I needed to move the site to another domain and had issues setting everything up again. It works now, but for some reason the themes are not loading images or their CSS.
I thouhgt there is an error with the source links to the images/css, but nope. Installed fresh Wordpress on the server, even on my localhost with XAMPP, but same issue there. Currently only 1 theme is working properly. All the others, when I install them, or click on live demo when installing them from the admin panel in WP, they show only the text. No images, no CSS (at least for the text colors etc..) is being shown. Do you know what could be the reason for that? Even on a freshly installed WP it should work, right?
Thanks!
Have you tried clearing your server cache and browser cache?

Why after updating a custom WordPress theme it doesn't change?

I bought a theme for WordPress and when i try to edit the theme it would not change a thing.
i even deleted images and background from the theme and it somehow still shows up on the page like its being cached somewhere. I cleared my browsers cache and just to be sure i tried to visit the my website on a different computer and the same page shows up.
My question is does WordPress cache images somewhere automatically? if yes is there any way to flush it?
WP doesn't cache anything unless you have any caching plugins enabled. Try disabling all plugins and double checking that the files you deleted are really the ones that you're seeing in your browser.
Right click on any images to get their source then compare them with the path of the image on the server, are they the same?

Resources