Notifications
Clear all

[Solved] Editor H1 above gap

8 Posts
3 Users
3 Reactions
314 Views
gorgeousjorge
Posts: 25
Topic starter
(@gorgeousjorge)
Eminent Member
Joined: 8 months ago

Hi again.

I think this is a "problem" with wordpress/theme wich replicates within wpforo.

When i copy text from another "wordpress" website i get a huge gap above.

Best viewed here:

 

https://youtu.be/JJY0BSyQzAE

 

Can you help.

 

Thank you and best regards.

7 Replies
Sofy
Posts: 4773
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Please leave the example URL where we can see the isue. 

Tutrix
Posts: 1453
(@tutrix)
Noble Member
Joined: 5 years ago

@gorgeousjorge 

You copy and paste 8 div's that are before the H1 tag

 

gorgeousjorge
Posts: 25
Topic starter
(@gorgeousjorge)
Eminent Member
Joined: 8 months ago

Yes i see that now, but how do i do not copy the div? I only select the text aparently.
It´s because the format of the copied text?

It`s from another wordpress site.

Anyway here is the link:
https://apdrone.ddns.net/apdroneforum/community/test-forum1/test-topic/

Thanks

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@gorgeousjorge 

Paste the copied content as plain text and then format it in the wpForo editor

gorgeousjorge
Posts: 25
Topic starter
(@gorgeousjorge)
Eminent Member
Joined: 8 months ago

Hi Tutrix, yes i know that works but i guess my forum members won`t know that out of the box.
Anyway why does this happens? It´s only when i copy text from wordpress sites or ot is more generalized?

Here is the link from i copy the text:

https://www.apdrone.pt/protocolos/fidelidade/

 

Thanks.

2 Replies
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@gorgeousjorge 

your WP Theme sets a css clear: both; for H1 tag

try this code

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content h1 {clear: unset !important;}

add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

gorgeousjorge
(@gorgeousjorge)
Joined: 8 months ago

Eminent Member
Posts: 25

@tutrix jesus H crist it works. Your the man.

Thank you, really.