Support Forum
The forum toolbox icon should appear when you hover the mouse cursor over one of the topic rows. Are you not seeing this and/or are you clicking on it with no response?
Either would suggest a javascript conflict/error as the most common cause - usually fixable.
YELLOW
SWORDFISH
|
It is our old friend - http://codex.simple-press.com/.....-conflict/
Your theme - or it might be woocommerce - is loading jQuery from the google CDN. To make things worse, 'woocommerce' is also loading the jQuery UI from a version it is supplying.
So there is disregard for using the proper Wp supported versions - nor is the WP API being used to ensure the right ones and only one are being loaded.
woocommerce is also throwing a script error that may cause problems.
YELLOW
SWORDFISH
|
mmm. Improvement but something is still loading this:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
and look how old it is. The official Wp version is now 1.7.2...
YELLOW
SWORDFISH
|
1 Guest(s)