Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #990815

    Hello,
    I updated from Enfold Version: 4.2.6 to 4.4.1 On my test site only.
    The custom code block that displays my video player no longer works (see link in private). I tried changing settings in “performance”, but nothing works. I also tried several WP plugins, but they don’t display in all browsers/devices (not sure if this is due to plugin or theme). Basically the video does not load. Custom JS, videos are Youtube. I can give you access to the test site but will need your IP number first.
    The live site still runs version 4.2.6 and the video player works fine.
    Please advise how I might get this to work. Thank you

    #991375

    Hey edebe,

    Thank you for using Enfold.

    The access to the staging site is forbidden (403). Please check it carefully. Have you tried to use the theme’s video element?

    Best regards,
    Ismael

    #991735

    HI,
    I can give you access to the test site but will need your IP number -so I can unblock.
    The theme’s video element works for single video, but single video is not suitable for my purposes. I need to show six thumbnails with titles and descriptions same as on my live site. We build a custom player, but it no longer works with recent theme updates. We tried four different YouTube player plugins – none of them worked across all browsers.
    Please help

    #992276

    Hi,

    Thanks for the update. Please disable the security block temporarily so that we can check the dev site. Or post the content of the code block on pastebin.com and then we’ll test it on our installation.

    Best regards,
    Ismael

    #992449
    This reply has been marked as private.
    #993280

    Hi,

    I fixed it – your code contained a syntax error which broke the player. I had to replace this line:

    
    ["This is a test conducted in Gemco's lab on acetic acid. The 4" Gemco Valve is located on the bottom of a feed hopper. The spherical disk easily cuts through the thick slurry, giving a tight shut off.","3BL4mpgWCEs"],
    

    with

    
    ["This is a test conducted in Gemco's lab on acetic acid. The 4\" Gemco Valve is located on the bottom of a feed hopper. The spherical disk easily cuts through the thick slurry, giving a tight shut off.","3BL4mpgWCEs"],
    

    so basically I had to escape the quote after 4 (4″ Gemco).

    Best regards,
    Dude

    #993291

    Thank you so much, You guys are the best!

    #993422

    Hi,

    Great, glad we could help :-)

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

    Best regards,
    Rikard

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