Support Forum
Hi Guys, I had a problem earlier with the tinyMC editor but with the help of the guys from Good Layers I was able to get this sorted. They told me to remove these lines from the function.php
$temp_root = get_root_directory('include/plugin/shortcode-generator.php'); include_once($temp_root . 'include/plugin/shortcode-generator.php'); // shortcode
Now the editor is working but as soon as I activate the upload plugin I can click on the 'add topic' button as often as I want and nothing happens. Can you please point me in the right direction?
Thank you very much in advance.
Jan
not sure you have to remove those lines of code... unless you dont need the added buttons/shortcodes in the wp editor... you could just see how that section of code is corrected and change its calling so it only affects the wp editor... but your call...
as to the other issue, sounds like a js conflict... see: http://codex.simple-press.com/.....-conflict/
with a link to your site, we can help look for obvious conflicts...
Visit Cruise Talk Central and Mr Papa's World
Hi Mr Papa,
link to the website is http://www.hairtransplantassis......com/forum
Thanks for looking into it.
Jan
Yes you DO have the conflict - not with the main jQuery library but with the jQuery UI library. Something is loading it from the google CDN - probably a plugin - and this is going to cause all sorts of problems.
In addition - and I tell you this just so you can keep an eye n th8ngs and at least try and fix it - a script library called ui.slider has a malformed URL and will not be getting loaded. And - the jquery 'easing' library is being loaded twice by two different plugins.
And - finally - your WP theme does not have the mandatory call to the function wp_footer() which needs to be in place (usually in the footer php template) for rather a alarge number of plugins to work correctly - including SP.
It would be worth while sorting all of these issues out. Not too hard if you now where the libraries etc., are being called from.
YELLOW
SWORDFISH
|