Hi,
my WP is installed on OpenShift and now I’m optimizing the page load time. While doing this I faced with a problem that the LayerSlider’s skin.css does not load (404 error) thus increasing the page load time. Here is the url it searches for the file:
https://mysite.com/wp-content/var/lib/openshift/544f033ce0b8cd619900031b/app-root/data/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.css
The problem is that the url should be https://mysite.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.css. I use child theme and all other resources loads properly.
Could you please help me to change this silly url to the correct one?
Kind regards,
Alex.
Hi cyxou!
Thank you for using Enfold.
Did you install the layer slider as a stand alone plugin? Please use this on functions.php to deactivate the default layer slider.
add_theme_support('deactivate_layerslider');
Best regards,
Ismael
Hi Ismael, thank you for response.
Nope, I’ve never installed it as a standalone plugin. Should I?
I’ve deactivated it as you suggested and now the slider disappeared from my homepage. Turned it on again.
Anybody, please?
Hey!
The code above is needed to disable the default layer slider. If you didn’t install layer slider as a stand alone plugin, remove it. Please refer the solution provided here: https://kriesi.at/support/topic/layer-slider-enfold-3-0-not-working/#post-329400
Best regards,
Ismael
That worked! Thanks a lot Ismael.