Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #983752

    /config-templatebuilder/avia-shortcodes/slideshow/slideshow.js

    line 227: image = $(‘‘ + image + ‘‘);

    the ” + image + ” results in [object Object] being output to the screen instead of the image tag. I believe this is b/c the image variable is actually an array.

    This happens when there is a link added in the admin for a fallback image. If you leave the link field blank then it works as expected.

    #983921

    Hey integritive,

    Thank you for using Enfold.

    This thread should help.

    // https://kriesi.at/support/topic/fullwidth-easy-slider-with-video-asking-for-object-on-mobile/#post-955294

    This fix or something similar is going to be included in the next patch.

    Best regards,
    Ismael

    #988943

    Thank you!

    Another issue.. I thought the fall back image was only supposed to appear on mobile? It is showing up on desktop too? I’ve messed with the settings some but can’t quite figure out why? Am I missing something?

    You can see it here: http://www.bclip.com/

    #989147

    Hi,

    The fallback image should only display on mobile view. I can’t see the issue on the site. Did you revert the modifications?

    Best regards,
    Ismael

    #989254

    no, I have not implemented the fix yet. desktop view you should see a static image and then the movie loads. for reference this is the static image you should see: http://www.bclip.com/wp-content/uploads/2016/02/equipment4-1200×630.jpg

    had a couple other devs in the office test it and they are seeing it.

    #989516

    Hi,

    Yeah, I see it now. Please implement the suggested modification.
    You can disable the fallback image temporarily with this css code.

    @media only screen and (min-width: 989px) {
        #top .av-video-slide .avia-slide-wrap {
            background-image: none;
        }
    }

    Best regards,
    Ismael

    #989782

    That got it. Thank you for your help!

    #990045

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #990783

    All good to close this. Thanks again!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.