Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Clicking Add topic button and visual editor comes with style issues

12 Posts
3 Users
0 Reactions
1,802 Views
Posts: 6
Topic starter
(@trkrtrnx)
Active Member
Joined: 6 years ago

Hello wpforo,

Today i installed your plugin and like it. Planing to use for my community but;

I have created a forum they i tried to adding a topic but the visual editor opening with style issues. Please see attached file. Why and any solution please?

11 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @trkrtrnx,

It seems there is a plugin conflict.

Could you please deactivate the plugin one by one and check after each deactivation to find the problem maker one.

3 Replies
(@trkrtrnx)
Joined: 6 years ago

Active Member
Posts: 6
Posted by: @alvina

Hi @trkrtrnx,

It seems there is a plugin conflict.

Could you please deactivate the plugin one by one and check after each deactivation to find the problem maker one.

@Alvina thank you for your attention. I tried one-by-one deactivating but the situation is still same πŸ™

Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@trkrtrnx,Β 

Please leave tha example URL to allow us to check it.

Β 

(@trkrtrnx)
Joined: 6 years ago

Active Member
Posts: 6

@alvina please see at URL is removed

Β 

Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @trkrtrnx,

Please register some testing user and send the user's login details to info[at]gvectors.com email address.

We're not able to register to your website. Somehow the reset password URL doesn't exist in the message content. So please navigate to Dashboard > Forums > Settings > Emails Tab, find the "New User Registration Email for user" section and make sure the [set_password_url] shortcode is included in the email content.Β 

Posts: 6
Topic starter
(@trkrtrnx)
Active Member
Joined: 6 years ago

You should receive an email.

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@trkrtrnx

The issue is solved by us. Please check it.

Don't forget to press CTRL+F5 (twice) on the frontend before checking.Β 

We've just added the following CSS code in the "Custom CSS code" textarea located in the Dashboard > Forums > Settings >Β Styles Tab:

#wpforo #wpforo-wrap .mce-toolbar .mce-btn-group {
width: auto !important;
}
#wpforo #wpforo-wrap .wpf-topic-create .mce-container-body .mce-container .mce-container-body .mce-container > div {
display: flex;
}
Posts: 6
Topic starter
(@trkrtrnx)
Active Member
Joined: 6 years ago

Wouw, it is almost done, only the Heading tag style left near the Bold tag.

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5483

@trkrtrnx,

Please add the following CSS code in the "Custom CSS code" textarea as well.

.mce-flow-layout-item:nth-child(2) {
margin-left: 20px !important;
}

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.Β  Β Β 

Page 1 / 2