Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 9 users online :: 0 Registered, 0 Hidden and 9 Guests :: 1 Bot
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
textarea Problem
Page 1 of 1 • Share
- bodahassan
- Gender :
Posts : 28
Points : 3075
Reputation : 0
Location : Egypt
Language : arabic
Browser : Forum Version :
[ltr]Good evening
I have some problems in the editor box when you add it to a page I currently edited
The first problem shows 2 textarea and I don't know the cause of the problem
I've added this editor and it works fine on this page : http://sd.koutstore.com/h3-page
The second problem: when pressing the switch editor mode button editor disappears
This is the page for preview
http://sd.koutstore.com/h6-page
[/ltr]
I have some problems in the editor box when you add it to a page I currently edited
The first problem shows 2 textarea and I don't know the cause of the problem
I've added this editor and it works fine on this page : http://sd.koutstore.com/h3-page
The second problem: when pressing the switch editor mode button editor disappears
This is the page for preview
http://sd.koutstore.com/h6-page
[/ltr]
Last edited by bodahassan on Tue 23 Aug 2016, 18:49; edited 1 time in total
Hhi @bodahassan,
I believe the problem may be because the editor is hidden by default. What happens when you have the editor displayed by default ?
I believe the problem may be because the editor is hidden by default. What happens when you have the editor displayed by default ?
- bodahassan
- Gender :
Posts : 28
Points : 3075
Reputation : 0
Location : Egypt
Language : arabic
Browser : Forum Version :
[ltr]Sorry @Ange Tuteur but I don't understand your question[/ltr]
On this page the editor is not visible :
http://sd.koutstore.com/h6-page
Once you press next it's visible.
Try making the editor visible without having to hit "next".
I'm assuming the issue of two textareas has to do something with this. But I need to confirm that theory first.
http://sd.koutstore.com/h6-page
Once you press next it's visible.
Try making the editor visible without having to hit "next".
I'm assuming the issue of two textareas has to do something with this. But I need to confirm that theory first.
- bodahassan
- Gender :
Posts : 28
Points : 3075
Reputation : 0
Location : Egypt
Language : arabic
Browser : Forum Version :
I tried hard to fix these problems, but it didn't work with me.
Find the fieldset tag that the textarea for the editor is in, and add these attributes to it :
so you get this :
After that, find this script :
and replace it with this :
- Code:
id="message_box" style="display:block !important;"
so you get this :
- Code:
<fieldset id="message_box" style="display:block !important;">
After that, find this script :
- Code:
<script>$(function() {$(function() {
var instance = $('#text_editor_textarea').sceditor('instance');
if (instance.inSourceMode()) {
instance.toggleSourceMode();
}
})});</script>
and replace it with this :
- Code:
<script>$(function() {$(function() {
var instance = $('#text_editor_textarea').sceditor('instance');
if (instance.inSourceMode()) {
instance.toggleSourceMode();
}
$('#message_box').hide();
})});</script>
- bodahassan
- Gender :
Posts : 28
Points : 3075
Reputation : 0
Location : Egypt
Language : arabic
Browser : Forum Version :
@bodahassan add this CSS to the HTML page or your stylesheet :
- Code:
#message_box .sceditor-container iframe, #message_box .sceditor-container textarea {
width:100% !important;
}
- bodahassan
- Gender :
Posts : 28
Points : 3075
Reputation : 0
Location : Egypt
Language : arabic
Browser : Forum Version :
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum