I think the problem might be in the litespeed cache plugin.
Try to disable javascript minification and javascript combine options in the cache plugin, or disable the plugin overall, to confirm if this is the case.
The theme has javascript and CSS minification built in (accessible through theme options), there is no need to minify the theme files again. The theme only loads certain scripts (like before after slider) if they are needed on the specific page (only if the slider is actually on the specific page). Such scripts must also be loaded in the correct order. And this is the problem with the script minification through the caching plugins, they don't really know how to handle this logic, they just bundle all the scripts and smush them together. No matter if the slider is present on the page or not... The result is sometimes more javascript then neccesery, or not loading some of the needed javascript files.
Hello, I have added Before/After Slider to my website but unfortunately Before/After Slider does not appear on my site.
It only appears when I change the screen size with F12.
Also, the doctor picture and About doctor sections at the top of my Doctors page have disappeared.
I also can't completely dominate the Breadcrumbs area.
I'm waiting for your help.
Hi,
I think the problem might be in the litespeed cache plugin.
Try to disable javascript minification and javascript combine options in the cache plugin, or disable the plugin overall, to confirm if this is the case.
The theme has javascript and CSS minification built in (accessible through theme options), there is no need to minify the theme files again. The theme only loads certain scripts (like before after slider) if they are needed on the specific page (only if the slider is actually on the specific page). Such scripts must also be loaded in the correct order. And this is the problem with the script minification through the caching plugins, they don't really know how to handle this logic, they just bundle all the scripts and smush them together. No matter if the slider is present on the page or not... The result is sometimes more javascript then neccesery, or not loading some of the needed javascript files.
I hope this helps,
Andrej
OrionThemes