Support Forum

Forum Toolbox Not Showing

PS Paul Smith
Paul Smith
Member

I’ve read a couple of other posts addressing this. I understand that there’s a conflict somewhere but haven’t a clue what might be causing the conflict or what to do about it if I DO find the conflict. The forum is here…

livingonanarrowboat.co.uk/forum/

Any chance of a little guidance?

Paul

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

Normally, it comes down to a js/jquery conflict:  http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

but in this case, it appears to be because your theme is missing the wp prerequisite call to wp_footer() in its footer… take a look in the footer.php file of your wp theme and see if its missing… add it near bottom if it is and see if that helps…

PS Paul Smith
Paul Smith
Member

Brilliant! Everything’s OK now. Thank you VERY much!