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.

 

[Solved] Editor H1 above gap

8 Posts
3 Users
3 Reactions
508 Views
gorgeousjorge
Posts: 25
Topic starter
(@gorgeousjorge)
Eminent Member
Joined: 1 year 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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

Tutrix
Posts: 1522
(@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: 1 year 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: 1522

@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: 1 year 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: 1522

@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: 1 year ago

Eminent Member
Posts: 25

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

Thank you, really.