I want to remove the image from the latest news widget, as it is causing speed issues on my site due to the resizing.
Any ideas would be appreciated.
Thanks
GD
Hey Geoffdoyle!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.news-thumb { display: none; }
Regards,
Yigit
Hey!
Please try adding !important rule as following
.image_size_widget .news-thumb { display: none !important; }
Best regards,
Yigit
Hey!
Thank you for using the theme!
Please disable the minify plugin then add the code. Enable it back after.
span.news-thumb {
display: none !important;
}
Usually minimizing the image sizes and number of plugins that you install will greatly improve the performance. These are the things that you can do to optimize the website speed and page load courtesy of the wordpress community:
1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
4. Use BWP minify plugin to minify scripts and stylesheets.
5. Install WP-Super cache, select all recommended settings.
6. Logout your website, visit every page at least once to create super cache files.
7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
8. Have a cup of coffee.
9. Visit your site after 20 minutes or so.
10. Don’t forget to smile.
Don’t forget to update the version 2.7. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael