Javascript and forum issues
-
Hi there,
First of this is my first time really using this forum. So thank you all for your time.
I will try to be brief about my problems:
I have recently launched a new site, and I have experienced difficulties with having my forum Simple:press working. The site is located at http://www.webackpack.dk and the forum theme im using is MyThemeShop’s Playbook theme.
First thing first – I have managed to find the javascript:void(null) mistake by removing the following coding from functions.php:
//replace jQuery with Google hosted version
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js”), false, ‘1.7.1’);
wp_enqueue_script(‘jquery’);This made my forum to work. The forum is still saying “javascript:void(null) in the bottom of the page, but the forum is working.
Now to my next probem!
After I have removed that code is does affect some graphic elements on the side. My “Recent / Most popular” widget (Which is made into the theme) does not shop up correctly. Furthermore are my drop-down menus not showing up correctly.
You are able to see how the themes widgets and drop down menus normally looks like here: http://demo.mythemeshop.com/playbook/Can anyone please help me with getting the graphic / widgets back as before, while STILL having the forum to work?
Thank you in advance
Kind regards
Lars
The topic ‘Javascript and forum issues’ is closed to new replies.