Notifications
Clear all

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

12 Posts
3 Users
0 Likes
1,337 Views
Posts: 6
Topic starter
(@trkrtrnx)
Active Member
Joined: 4 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: 1869
Moderator
(@alvina)
Member
Joined: 4 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: 4 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: 4 years ago

Member
Posts: 1869

@trkrtrnx

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

 

(@trkrtrnx)
Joined: 4 years ago

Active Member
Posts: 6

@alvina please see at URL is removed

 

Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 4 years ago

You should receive an email.

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

Support Team
Posts: 4233

@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: 4 years ago

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

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

Support Team
Posts: 4233

@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