Support Forum

User can not press new topic/reply

48 Answers

New Answer

KV kvr28
kvr28
Member

having the same issue with a new theme I’m testing, this is the conflict I am seeing for the theme

wp-content/themes/multinews/framework/tinymce/scroller.js

when I disable tinymce through the forum it works fine

any suggestions?

IK Ike
Ike
Member

Hey kvr,

Can you elaborate a bit? there are quite a few different but similar problems in this thread!

KV kvr28
kvr28
Member

hey Ike, sorry about that, when I have the tinymce plug in enabled for the forum, clicking add reply does nothing, I have it set up on my staging server if you want to take a look, I will pm you a test account credentials

 

http://kvr28.staging.wpengine.com/forums/

KV kvr28
kvr28
Member

weird thing is it works fine on mobile, pc it does not

I made these last two posts from my cell

http://kvr28.staging.wpengine.com/forums/alternative-energy-1/cleaning-a-chimney-the-russian-way/

IK Ike
Ike
Member

Indeed very strange, It seems to be working fine for me, clicking ‘Add Reply’ brings up the editor, and I have no errors in the console. What browser are you using? Has anyone else reported the problem?

KV kvr28
kvr28
Member

really? I’ve tried this on win 8 in chrome and win 7 firefox and IE, let me try xp ff win 7 chrome, maybe I need to clear my browser cache

IK Ike
Ike
Member

I’m afraid so, just tried Chrome, IE, FF, Safari for windows and even Opera, and it works fine all round. That’s not to say there isn’t a problem, would be interested to see what Steve makes of it.. Could be something to do with you being an Admin?

KV kvr28
kvr28
Member

I don’t think so, I tested with the same log in credentials I pmed you, let me test the chrome on my win7 laptop, I don’t have it installed so it will be a fresh test

KV kvr28
kvr28
Member

okay, this is strange, it seems my admin account is the issue like you said, not sure why the theme is creating this, let me check my permissions, this is what I am seeing for a conflict

ReferenceError: mom_url is not defined

IK Ike
Ike
Member

Well, could be a permissions thing, could also be a plugin. Are you using anything that might add to the editor for the admin side? just referencing this post, which was very similar..

KV kvr28
kvr28
Member

Ike, can I pm you admin credentials so you can log in and try? I can’t figure it out

IK Ike
Ike
Member

Sure, can you PM me and Mr Papa, as it’s quite late here in the UK..

IK Ike
Ike
Member

Good stuff. OK, looking at it the conflict is coming from

(function() {
    tinymce.create(‘tinymce.plugins.fsliders’, {

So there is something adding to the editor. The only reference I can find to ‘slider’ is a Momizat Slider in widgets. If this is part of the theme, it might be worth just switching to a default WP theme to see if that resolves the problem… at least then we’ll know..

KV kvr28
kvr28
Member

switching to a different theme does resolve the issue