Editor missing....please help quickly!
3 posters
Page 1 of 2
Page 1 of 2 • 1, 2
Editor missing....please help quickly!
I recently fixed an issue with my CSS (i was writing notes as //bla bla bla not /*bla bla bla*/) and now thw editor is missing.
It is also like this in new topics and normal replies.
It is also like this in new topics and normal replies.
Last edited by luiz1877 on January 1st 2014, 11:44 pm; edited 1 time in total
Re: Editor missing....please help quickly!
Hello ,
Do you have any CSS related to the editor ? If so remove it temporarily to see if it resolves the issue.
The selectors should contain :
Do you have any CSS related to the editor ? If so remove it temporarily to see if it resolves the issue.
The selectors should contain :
- Code:
sceditor
Re: Editor missing....please help quickly!
I dont have any that i know of but i can check.
Could you help? My CSS is extremely long...
Could you help? My CSS is extremely long...
Re: Editor missing....please help quickly!
Use the search bar at the top of the stylesheet to quickly jump to anything that matches ' sceditor '
Re: Editor missing....please help quickly!
Well if you want to make it simple to see if the CSS is the problem, you can backup your entire sheet in a text document and then remove the CSS for now to see if the problem persists.
Re: Editor missing....please help quickly!
i just noticed something. Where it is mostly mentioned is codes that came with the skin i got. The left me a link. http://royaumedescieux.forumotion.com/u1contact.
So i'll start by removing my codes because yours should be correct right Ange?
So i'll start by removing my codes because yours should be correct right Ange?
Re: Editor missing....please help quickly!
Try removing the editor section of the stylesheet :
It should start at :
and end at :
It should start at :
- Code:
/*Message Editor*/
and end at :
- Code:
/*Widgets*/
Re: Editor missing....please help quickly!
ok
13:21:12 wasnt any of those
13:21:12 wasnt any of those
Last edited by luiz1877 on December 31st 2013, 10:21 pm; edited 2 times in total
Re: Editor missing....please help quickly!
Since the editor update some of those things will not work properly like the used to. When you have done that you can also try this to clean up errors :
Administration Panel > General > Forum > Configuration
Scroll to the very bottom and tick 'resynchronize your forum' and save.
Administration Panel > General > Forum > Configuration
Scroll to the very bottom and tick 'resynchronize your forum' and save.
Re: Editor missing....please help quickly!
No, resynchronizing your forum helps fix errors.
See this :
https://help.forumotion.com/t50777-resynchronizing-your-forum
See this :
https://help.forumotion.com/t50777-resynchronizing-your-forum
Re: Editor missing....please help quickly!
It didnt do anything. Also i saw that the editor works on my kindle fire. (i was using the Silk Browser)
I can give you a temp account(admin of course) on my forum ange then you can see the admin panel and find out whats wrong.
I can give you a temp account(admin of course) on my forum ange then you can see the admin panel and find out whats wrong.
Re: Editor missing....please help quickly!
If it works correctly on another browser try clearing the cache of the browser that is having the issue. Unfortunately I cannot think of much fixes to this since this bug was thought to be fixed.
If it persists try adding this to your CSS :
If it persists try adding this to your CSS :
- Code:
#quick_reply .sceditor-container { height:200px !important; }
#postingbox .sceditor-container { height:350px !important; }
Re: Editor missing....please help quickly!
I added the code, so its big now but i cant write text in it.
Re: Editor missing....please help quickly!
Remove that last code and add this instead :
- Code:
#quick_reply .sceditor-container textarea { height:200px !important; }
#postingbox .sceditor-container textarea { height:350px !important; }
Re: Editor missing....please help quickly!
Now its small again :|
I'll try adding both at once.
19:24:01 Nope that didn't work
19:24:01 Nope that didn't work
Re: Editor missing....please help quickly!
Try this then ( it will not work fully for WYSIWYG mode )
- Code:
#quick_reply .sceditor-container { height:280px !important; }
#quick_reply .sceditor-container textarea { height:200px !important; }
#postingbox .sceditor-container { height:430px !important; }
#postingbox .sceditor-container textarea { height:350px !important; }
Re: Editor missing....please help quickly!
Whats WYSIWYG mode.
And no. That just makes it bigger. Still cant write text.
And no. That just makes it bigger. Still cant write text.
Re: Editor missing....please help quickly!
Okay this is starting to become a pain to fix. I will try to figure out something else. For now I want you to check to see if any of your javascripts could be causing this.
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
Tick 'no' for 'Enable Javascript code management' and save.
Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management
Tick 'no' for 'Enable Javascript code management' and save.
Re: Editor missing....please help quickly!
First you can try removing the style attribute from the editor to see if that is the cause :
To apply :
Administration Panel > Modules > Javascript codes management > create a new script
Title : what you wish
Placement : in all the pages
This will remove the style attrbute :
If that does not work, try this for setting the style attribute :
To apply :
Administration Panel > Modules > Javascript codes management > create a new script
Title : what you wish
Placement : in all the pages
This will remove the style attrbute :
- Code:
window.onload = function() { jQuery('.sceditor-container').removeAttr('style'); }
If that does not work, try this for setting the style attribute :
- Code:
window.onload = function() { jQuery('.sceditor-container').attr('style','width:100%;height:100%;'); }
Re: Editor missing....please help quickly!
21:01:28 Code 1 doesnt work.
21:02:43 Code 2 doesnt work.
The text box thing is small again.
21:02:43 Code 2 doesnt work.
The text box thing is small again.
Re: Editor missing....please help quickly!
So what is the problem with your editor? I just joined your forum and posted an introductory post and it looks and works fine.. ???
Re: Editor missing....please help quickly!
What?!?
Are you on mobile? (mobile/tablet seems to work)
It looks like this to me:
Are you on mobile? (mobile/tablet seems to work)
It looks like this to me:
Re: Editor missing....please help quickly!
The editor appear fine for me, except in mode WYSIWYG.
Mode source code :
Mode WYSIWYG :
for some reason the body element for text in WYSIWYG is not being displayed.
Mode source code :
Mode WYSIWYG :
for some reason the body element for text in WYSIWYG is not being displayed.
Page 1 of 2 • 1, 2
Similar topics
» The Editor Tools Are Missing From The Full Message Editor!
» CSS Missing
» Images missing in Temporary Theme editor
» Servimg.com bad gatewaying
» How can I quickly allow guess to post at all of the forum
» CSS Missing
» Images missing in Temporary Theme editor
» Servimg.com bad gatewaying
» How can I quickly allow guess to post at all of the forum
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum