Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

FAQ Plugin JS isn't working, need help WordPress

  • SOLVED

Hi Guys,

I have installed this plugin: [[LINK href="http://constellationtheme.com/demo/faq-demo/"]]http://constellationtheme.com/demo/faq-demo/[[/LINK]] on my custom demo theme, I have asked the plugin dev for help, but there is no response :(

Here is the page that the demo is on: [[LINK href="http://bit.ly/ioH1We "]]http://bit.ly/ioH1We [[/LINK]]

I have deactivated ALL of my other plugins, so I know it i a theme issue, problem is I suck at .js!

The Box sections are supposed to open and close to display the content as they do here: [[LINK href="http://constellationtheme.com/demo/faq-demo/ "]]http://constellationtheme.com/demo/faq-demo/ [[/LINK]]

Can someone please have a look at this and tell me exactly what is going wrong, and where and what to change?

I am not really looking for replacement plugins, as the content that needs to be entered is quite complex, ie images, buttons etc. The nice thing about this plugin (if it worked) is that the content is entered via a Custom Post Type.

Thanks

*** UPDATE ***

I forgot to say that wp_header & wp_footer tags are in place!

Thanks

Answers (3)

2011-06-22

Denzel Chia answers:

Hi,

My firefox error console has shadowbox undefined, did you remove a plugin that uses shadow box?

Thanks.


Denzel Chia comments:

Hi,

Go to this file http://dev4.awdclients.co.uk/wp-content/themes/dryad/includes/js/general.js
and comment out Shadowbox.init();

This should fix this javascript error.

For your information, any javascript error other than the intended script will cause everything to stop working.

Thanks.


Justin Walmsley comments:

Thanks Denzel,

Problem solved!!!!! :)

Just voting for you now!


Denzel Chia comments:

Wow! Thanks!

Haven't got a selected answer for a long time!

2011-06-22

Utkarsh Kukreti answers:


Justin Walmsley comments:

Everything that was i the download folder for the plugin has been uploaded (i checked and uninstalled and re-installed twice ;))

I think those files might be specific for the Constellation Theme, and not the plugin.

Thanks

2011-06-22

Christianto answers:

Hi,

Is this http://bit.ly/ioH1We is your site that has the problem,

You forgot to upload/include shadowbox plugin / Shadowbox function that initialize inside the script.

Shadowbox.init()

You can delete it if you don't need it..