HI
Just installed the tinymce plugin too and i got the same issue. when anyone clicks on the new reply nothing happens in chrome browser :/
Is there any fix for this ?
thx
HI
Just installed the tinymce plugin too and i got the same issue. when anyone clicks on the new reply nothing happens in chrome browser :/
Is there any fix for this ?
thx
Bama,
exact same issue? so XP on a localhost? with FF? but you mentioned chrome…
so doubt its the same issue… so could you please explain your issue? start with wp, sp and tinymce versions… along with browser version… any errors in the browse console?
Mr Papa said
Bama,exact same issue? so XP on a localhost? with FF? but you mentioned chrome…
so doubt its the same issue… so could you please explain your issue? start with wp, sp and tinymce versions… along with browser version… any errors in the browse console?
no. its a live website and the issue is only on Chrome :/
all latest i could download 4.0 , 551 latest just downloaded tiny from plugins yesterday.
Chrome :
Version 37.0.2062.103 m
or android phone chrome browsers on 3 different phone Z1 compact,nexus7,s3
all the other buttons seem to work just the add reply/add topic not doing anything :/ odd one
probably this: https://simple-press.com/documentation/codex/faq/troubleshooting/what-is-this-jquery-conflict/
did you check the browser console for any js errors when clicking the button?
can you give us a link to your site so we can check for obvious conflicts?
Mr Papa said
probably this: https://simple-press.com/documentation/codex/faq/troubleshooting/what-is-this-jquery-conflict/did you check the browser console for any js errors when clicking the button?
can you give us a link to your site so we can check for obvious conflicts?
Sent you a PM…sorry my website is not public
If I had to guess, I would think its your site loading of this:
<script src=”https://code.jquery.com/jquery-2.1.1.min.js”></script>
That is likely to conflict with the jquery version loaded and used in the WP environment (currently 1.11.1 on your site)…
The 2.0 version of jQuery ditches support for IE 6, 7 and 8… WP has not ditched support for all of those yet…
you definitely dont want to load two different version of jQuery… I would try to remove that non supported one…
that line is probably removable lucily
will give it a go in a sec and report back.
i have removed that line cleaned cache/refresh and the issue is still there :/
so when that page loads, you now have a dozen or so js errors on the page – mostly related to jquery… which clearly explains why the button wont work… when a js error occurs, often the rest of page js processing is shut down…
some are from theme, some from other plugins and couple from SP… so need to figure out what js is having the problem…
if you have already temp switch to default wp theme with no change, then next test is disable all other plugins and try again… if working, re-enable plugins one by one until it breaks…
it was the theme :/ i asked the developer to sort them out as i need that theme :/
how can i disable the menu line on tinyMCE ? just noticed its not on here either
Thx anyway !!!
Yellow Swordfish said
You want us to remove an image of a photoshopped fish?
HAHA sorry wrong img
anyways i have decided to move on with my project as i had an offer from someone to invest in my sites and he wants a separate forum engine. :/
Thnak you for the help