Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #893733

    adaptifyDesigns
    Participant

    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.gif

    Not 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

    #894727

    Rue Nel
    Moderator

    Hello 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.