Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1160451

    Hi there,

    I need to get my javascript working (the URL to the page is at the private content section).
    Enfold seems to be blocking my plugin/script.

    #1160522

    Hey KevinWijnbergen,

    Have you tried disabling all active plugins to see if the issue resolves?

    Best regards,
    Jordan Shannon

    #1160811

    Hi,

    Thanks for your reply.
    I just tried with all plugins turned off.
    Unfortunately, this makes no difference at all.

    #1161021

    Hi KevinWijnbergen,

    What code are you trying to add?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1161350

    Here you go

    #1161543

    Hi,
    Sorry, the login didn’t work for me, please check.
    I assume your script is the remove img titles?
    please adjust to this:

    (function($){
    $(document).ready(function(){
        $("img").removeAttr("title");
    });
    })(jQuery);

    Best regards,
    Mike

    #1161683

    Login should work now with same credentials.
    It’s the plugin: Native web radio player

    Thanks!

    #1161695

    Hi,
    Thanks for the login, the script I pointed out before was giving the error that Victoria, so I corrected. Often with javascript an error in one script can keep other scripts from working. Your web radio seems to be working now, please check.
    I tested the two play buttons in the screenshot in the Private Content area, are these what you were talking about?

    Best regards,
    Mike

    #1161934

    Hi there,

    I fixed it!
    The problem was the cookie consent bar js error (which should be fixed in the next Enfold update).
    Any idea when this update becomes available?

    I also want to create a blank page which opens in a popup window (when you click at the button: “Luister Live” in Mike’s screenshot).
    The player should adapt to the width and height from the popup window.

    Thanks again!

    #1162274

    Hi,
    Glad to hear, yet it is still unclear which script you were having issue with, was the cookie consent bar waiting for user approval?
    Please see the screenshot in Private Content area of your “Luister Live” popup, it seems to be working good, perhaps you can explain further.

    Best regards,
    Mike

    #1162361

    I installed the JS version of the player for now.
    Managed to got it working.

    Thanks for all your time!

    #1162366

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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