Tagged: x
-
AuthorPosts
-
April 21, 2016 at 9:40 am #893733
My site’s url is: https://warmupandworkout.com
When I use the lightbox shortcode to load embedded youtube videos, the loading icon does not display and there is a console error in chrome dev tools stating that the request for the loading gif is returning a 404.
The attempted request is the following:
https://warmupandworkout.com/wp-content/themes/x/framework/framework/img/global/ilightbox-preloader-light.gifNot sure if this is just a typo, but for some reason there is an extra /framework/ directory in that path.
Is this just me, or is this a bug?
Thanks in advance for a fix.
– Colin
April 21, 2016 at 10:53 pm #894727Hello Colin,
Thanks for writing in! This is a bug in the recent release of X. For the meantime, in order to resolve this, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.ilightbox-loader.light div{ background:#fff url("//warmupandworkout.com/wp-content/themes/x/framework/img/global/ilightbox-preloader-light.gif") no-repeat center; }
Once our developers could place a fixed for this issue, it will be updated and will be rolled out in one of our future release updates. Thank you for your understanding.
-
AuthorPosts