• Resolved rsgrone

    (@rsgrone)


    I am having an issue on one of my sites that uses a carousel in the middle of the home page…

    Once I enable the assignment desk plugin, the carousel stops working… any ideas?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Hey there,
    I’ll need a bit more information if you’d like my help in diagnosing the issue. It does sound like you have a Javascript conflict. Have you looked at the page in Firebug to see what the error is? Is this a publicly accessible site where I can take a look at it too?

    Cheers,

    Daniel

    Thread Starter rsgrone

    (@rsgrone)

    Yes, the site is live http://associated-news-network.com however, I have deactivated the plugin…

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Can you try reactivating and testing with Firebug, or setting up a sandbox site and testing with Firebug? I don’t have enough information to work on to make a diagnosis.

    Thanks,

    Daniel

    Thread Starter rsgrone

    (@rsgrone)

    I just activated the plugin and the carousel in the center of the home page above, has stopped working… Let me know when you’ve looked at the source code so that I can deactivate the plugin…

    Thread Starter rsgrone

    (@rsgrone)

    I loaded Firebug and it states there is something wrong but I have no idea… I am going to deactivate the plugin because I know it is causing the error…

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Here’s the specific problem. When the Javascript on your page hits that error, it stops executing. You have a lot of Javascript on your page, so I suspect you have a conflict with something else.

    In v0.9.5, I plan to only add the datepicker.js file on views that the pitch form is activated with a date selection field. This should resolve your problem.

    If you want to use Assignment Desk in the interim, I’d recommended dequeueing the datepicker.js file with something like this in your functions.php file:

    wp_dequeue_script('jquery-datepicker-js');

    Hope that helps,

    Daniel

    Thread Starter rsgrone

    (@rsgrone)

    oh that’s all I was seeing as well, and error with datapicker.js

    Thread Starter rsgrone

    (@rsgrone)

    I will just deactivate the plugin until the update comes out… thanks for the help…

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Great, sounds good.

    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Updated Assignment Desk to v0.9.5. Can you see if this fixes your problem?

    Cheers,

    Daniel

    Thread Starter rsgrone

    (@rsgrone)

    That’s seems to have done the trick…. thanks

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘[Plugin: Assignment Desk] Plugin Breaks Carousel.js’ is closed to new replies.