-
AuthorPosts
-
July 10, 2018 at 6:08 pm #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.
July 11, 2018 at 1:26 am #983921Hey integritive,
Thank you for using Enfold.
This thread should help.
This fix or something similar is going to be included in the next patch.
Best regards,
IsmaelJuly 23, 2018 at 10:09 pm #988943Thank 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/
July 24, 2018 at 12:54 pm #989147Hi,
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,
IsmaelJuly 24, 2018 at 4:54 pm #989254no, 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.
July 25, 2018 at 7:22 am #989516Hi,
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,
IsmaelJuly 25, 2018 at 4:31 pm #989782That got it. Thank you for your help!
July 26, 2018 at 5:19 am #990045Hi,
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,
RikardJuly 27, 2018 at 4:56 pm #990783All good to close this. Thanks again!
-
AuthorPosts
- You must be logged in to reply to this topic.