first of all thank for your geat work. But i have a question regarding the loading of additional js and css files. I have deactivated via the customizer the Lightbox. But the frontpage will still load the unneeded files.
Is there a possibility to deactive the loading the fancybox via the customizer or can you update the contingency via a theme update?
thanks for you quick response. I solved it by creating a extra plugin which remove the unnecessary fancy box files. One Question: Do you plan to integrate the loading issue in a next theme update?
Hello,
first of all thank for your geat work. But i have a question regarding the loading of additional js and css files. I have deactivated via the customizer the Lightbox. But the frontpage will still load the unneeded files.
Is there a possibility to deactive the loading the fancybox via the customizer or can you update the contingency via a theme update?
Thanks, Guido
Hello Guido,
In this case, please create a new child theme and add the following code to the "functions.php" of the child theme:
Make sure to paste the code at the top of the file. The code will remove all the Fancybox's assets out of the file list.
For more information about the child theme, please check out this article: https://uxbarn.ticksy.com/article/8649/
Regards,
Paul
Hey Paul,
thanks for you quick response. I solved it by creating a extra plugin which remove the unnecessary fancy box files. One Question: Do you plan to integrate the loading issue in a next theme update?
Thanks Guido
Added to the list. Thanks for the suggestion!