Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hi dleifer…

    I took a look and yeah this is a jQuery conflict. The error console shows 2 key JS errors:

    Uncaught TypeError: Object [object Object] has no method 'supersubs'
    in main.js in line 794

    and

    Uncaught TypeError: Cannot read property 'left' of null daves-wordpress-live-search.min.js:1
    LiveSearch.positionResults daves-wordpress-live-search.min.js:1
    (anonymous function) daves-wordpress-live-search.min.js:1
    f.event.dispatch jquery-1.7.2.min.js:3
    h.handle.i

    in daves-wordpress-live-search.min.js

    This theme looks really nice on the front-end, but unfortunately in the code there’s a lot of hardcoded jQuery which is likely the culprit for this breakage and possibly others in other jQuery based plugins down the track. Check out FAQs point 5 for further explanation and tips on how to fix this up in your theme.

    Goodluck! ??

    Thread Starter dleifer

    (@dleifer)

    Many thanks! I will look over the FAQ and see what I can do. If I have success I will post details to help others with this theme. (Risen)

    Hello,

    I’m the author of the Risen theme. The theme does not hard code jQuery. It uses the version of jQuery bundled with WordPress in no conflict mode. The script is properly enqueued.

    What I am seeing in the HTML5 jQuery Audio Player plugin in index.php at line 146 is that a version of jQuery bundled with the plugin is used instead of the version included with WordPress and that it is not properly enqueued but rather it is hard coded.

    <script type="text/javascript" src="<?php echo $pluginurl ; ?>player/js/jquery-1.7.2.min.js"></script>

    This can cause the JavaScript errors that are being seen. I assume this is a remnant left over from an old version of the plugin since this is inconsistent with what is correctly stated in the plugin’s FAQ.

    Thread Starter dleifer

    (@dleifer)

    Hi,

    As the non-technical guy stuck between these two opinions… any thoughts?

    I will be happy to help you troubleshoot if the problem remains after the plugin is updated to properly enqueue WordPress’s jQuery library.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks guys… leave it with me a few days please and I will check this out.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Ok please update to version 1.9.1 to fix this jQuery issue. stevengliebe was correct – I had accidentally left in some old code in index.php. This has now been fixed.

    Thanks to both of you for reporting this so I could fix it. ??

    Thread Starter dleifer

    (@dleifer)

    Many, many thanks! I am extremely impressed with how responsive you have been. With the update the page works exactly as I would expect and the plug-in continues to be excellent!

    Thanks again.

    Plugin Author Maeve Lander

    (@enigmaweb)

    Excellent! Glad to hear the fix worked. ?? Thanks for your help in identifying the problem and if you like the plugin please give a nice rating –>

    Cheers!

    Could you check on my site and see why the player is looking like this:
    THe background color only works on the bottom part of the player and not on the top…

    Here is the link:

    https://www.dropbox.com/s/dfmdpzwcc6b0uur/Screen%20Shot%202013-03-15%20at%2012.51.43%20PM.png

    Also here is the test

    https://sembrare.com/?p=476

    Plugin Author Maeve Lander

    (@enigmaweb)

    @sembrare
    Duplicate post… please continue discussion in just 1 thread you already opened one here > https://www.ads-software.com/support/topic/plugin-not-displaying-correctly-using-pro

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Page background goes white’ is closed to new replies.