Support Forum

User can not press new topic/reply

48 Answers

New Answer

BB Barna B
Barna B
Member

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

MP Mr Papa
Mr Papa
Member

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?

BB Barna B
Barna B
Member

baki2.JPG

 

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

MP Mr Papa
Mr Papa
Member

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?

BB Barna B
Barna B
Member

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 :)

MP Mr Papa
Mr Papa
Member

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…

BB Barna B
Barna B
Member

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 :/  

MP Mr Papa
Mr Papa
Member

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…

BB Barna B
Barna B
Member

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 !!!

YS Yellow Swordfish
Yellow Swordfish
Member

Sorry… Menu Line? Not sure what you mean by that…?

BB Barna B
Barna B
Member

The row above the icons will post a screenshoot in a minute :)

YS Yellow Swordfish
Yellow Swordfish
Member

You want us to remove an image of a photoshopped fish? 

BB Barna B
Barna B
Member

Yellow Swordfish said
You want us to remove an image of a photoshopped fish? 

HAHA   sorry wrong img :D

 

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