Support Forum
Hi all,
New installation of SimplePress on my site, but having problems with editors.
The basic plain text editor works fine generally, BUT when trying to 'quote', the text box does not contain the quoted text, it remains blank.
When using the bbcode editor (my preferred choice), when trying to start a new topic, I am presented with the first screenshot below.
When quoting a post with bbcode editor, the editor appears correctly, but still does not contain the quoted text (see second screen shot).
The theme designer has had a look and cannot see any errors, so has suggested I come here next!
Site is at: http://www.passengerfans.co.uk/forum/ - login details can be provided via PM if necessary.
Thanks in advance,
Andy
so you are saying on new topic, you cannot post with bbcode? only when quoting but the quoted stuff does not show up?
hard to see because as you note, guests cannot post...
first, try a quick temp change to wp default theme and see if still issue...
for us to go further, would need a temp account sent to us via pm... please include yellow swordfish, BrandonC and myself on the pm and link back to this topic...
Visit Cruise Talk Central and Mr Papa's World
That's exactly correct Mr Papa. Sorry, I had forgotten that I had it set that guests cannot post so you couldn't replicate it!
It does appear to work correctly on the Twenty Eleven theme (sorry again, I meant to check that before I posted my first post, but it was late!)
I will inform the theme developer also, but if you are able to have a look to see what might be causing it, that would be helpful. PM sent.
Thanks again.
okay, well now we know the source of the conflict... not sure the theme author will help much, but who knows...
looks like its loading a single js file
<script type='text/javascript' src='http://www.passengerfans.co.uk/wp-content/themes/Tersus/js/nv-script.pack.js'></script>
any chance you know what that js file is used for?? its minimized so not really readable... are you using it? what about on the forum page itself (ideally theme would only load it when needed)...
perhaps you can comment it out in header.php or functions.php or whatever file its included in just to see if it matters...
Visit Cruise Talk Central and Mr Papa's World
ah cool... it might not be compatible with the version of jquery or jquery ui that ships with wp now...
enqueueing may not help if there is a conflict... and you really want a dependency in there I think...
wp_enqueue_script(”jquery-effects-slide”,false,array('jquery'));
in order to make sure jquery is loaded first... if its dependent on jquery ui, you would need that too...
but to not load it on the forum page, you can change it to
if (!sp_is_forumpage()) wp_enqueue_script(”jquery-effects-slide”,false,array('jquery'));
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)