This topic has 8 replies, 3 voices, and was last updated 2 years, 4 months ago ago by Rose Tyler
Hello pls i need some help in the following issues
1. How do i make my website Images load faster. I noticed my images don’t load until i tap the screen (Desktop and Mobile). Is there a setting i need to activate to make this go away.
2. Also pls how do i remove Product Category Function from Search Button.
Hello,
1/ Provide URL of your site and temporary wp-admin access, so we can take a closer look.
2/ To disable categories, add the next code in Theme Options > Theme custom CSS > Global:
.ajax-search-form .ajax-search-categories, .ajax-search-form .ajax-extra-content {
display: none;
}
@media only screen and (min-width: 993px){
.search-full-width .et-mini-content {
height: 300px;
}
}
Regards
Thanks
Hello,
Try to change Image Loading Type in Theme Options > Speed optimization, clear cache and check the result. If this doesn’t help, try to disable cache plugin you are using and check then. If the issue depedns on your cache plugin, check settings of the plugin or contact support of it.
Regards
Which of the loading types would u recommend for best practice.
Thanks
Hello,
We recommend the Lazy Loading type. But you use the WP Rocket cache plugin and enabled the Delay JavaScript execution option, this option improves performance by delaying the loading of JavaScript files until user interaction (e.g. scroll, click). So, I think that your issue with image loading is related to that option. Try to disable that and check.
Regards
Thank you Olga.
Hello,
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
The issue related to '‘Website Image Performance and Search Button’' has been successfully resolved, and the topic is now closed for further responses