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] Videos overlap text below it after increasing video player width in settings

7 Posts
2 Users
2 Reactions
1,242 Views
Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 7 years ago

This is the problem:

image

After changing Embed video player width and height (can I use "auto" on height?) the videos overlaps the text below it. Can you fix it?

I have no custom CSS code in use.

6 Replies
Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 7 years ago
2 Replies
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6450

Hi @masteraeon

We'll provide you a solution soon. 

Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6450

@masteraeon,

Please use the CSS:

#wpdcom .wpdiscuz-embed-wrapper iframe{
    position: static;
}
#wpdcom .wpd-comment-text .fluid-width-video-wrapper {
    padding-top:0 !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 7 years ago

That fixed it. Thanks! Will this code be included in the next version of the plugin?

1 Reply
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6450

@masteraeon,

This is a specific CSS conflict on your website. You should keep the code.

Posts: 18
Topic starter
(@masteraeon)
Eminent Member
Joined: 7 years ago

Ok. You're super quick to answer. Impressive support! 🙂

Share:
Scroll to top