Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post a link to your site so I could check it out? You can contact me directly at bryce@minsharestudios.com

    Thread Starter worldlightmedia

    (@worldlightmedia)

    Thanks. I think I’ve fixed it.. the next update should be out within the next few days… I’ll include the patch there.

    Thread Starter worldlightmedia

    (@worldlightmedia)

    Wow, great! I am looking forward to it. Thanks!!

    Thread Starter worldlightmedia

    (@worldlightmedia)

    In the mean time, I was wondering what it was you saw, and if perhaps you could give me a helping hand in fixing it on my end. Would appreciate any help you can offer! Thanks!

    It looks like your carousel plugin doesn’t enqueue itself properly using wp_register_scripts, so it’s having a conflict in custom.js. The code in your custom.js file also isn’t ideal.. instead of

    jQuery(document).ready(function() {
        jQuery("#newslist").jcarousel({

    It should be (I believe)

    jQuery(document).ready(function($) {
        $("#newslist").jcarousel({

    But without FTP access to your site, I can’t be sure.

    Still working on the update… sorry about the delay. Adding a few new features with this update and I’ve gotten busy with other stuff.

    Update just went out… give it a try now. I’ve encased my script in a wrapper.. so it might be less likely to cause conflicts.

    Thread Starter worldlightmedia

    (@worldlightmedia)

    The update didn’t resolve the conflicts on mine, (z-index?) but I just saw the previous post. I’ll try those fixes next. In any event THANK YOU VERY MUCH!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: jQuery Notify] conflict with other jQuery plugins?’ is closed to new replies.