Notifications
Clear all

wpForo 1.x.x [Closed] Text Editor full screen issue

6 Posts
3 Users
1 Reactions
907 Views
Muhammad Umar Farooq
Posts: 32
Topic starter
(@pkheart)
Trusted Member
Joined: 5 years ago

Hi wpforo team,

I am facing an issue with text editor, all tools are working fine in normal mode but in full screen mode many features are not working (Font size, Text color, Insert/edit link, Spoiler and Emoji).

 

for more details: https://www.screencast.com/t/NUfetbImx

Topic Tags
5 Replies
Alvina
Posts: 1867
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @pkheart,

I've asked our developers and currently waiting for a response from them. I'll let you know once I get a response from them.

dimalifragis
Posts: 2615
(@dimalifragis)
Famed Member
Joined: 4 years ago

I have seen this issue with optimizers. It is a css issue, you need to exclude some css (from tinymce).

3 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@dimalifragis,

 
Please try the following CSS code:
 
.mce-container.mce-panel.mce-floatpanel.mce-menu.mce-animate.mce-menu-align, 
.mce-container.mce-panel.mce-floatpanel.mce-popover.mce-bottom,
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in,
.mce-wpf-emoji-extra-wrap.mce-container.mce-panel.mce-floatpanel.mce-popover.mce-bottom{
z-index:999999999 !important;
}
 
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.
In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Muhammad Umar Farooq
(@pkheart)
Joined: 5 years ago

Trusted Member
Posts: 32

@alvina

Thanks, It's working fine for me 🙂

Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1867

@pkheart,

Thank you for letting us know.

Glad to hear that worked.