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] Display issue

8 Posts
2 Users
1 Reactions
1,531 Views
Posts: 30
Customer
Topic starter
(@steelbookpro)
Member
Joined: 9 years ago

Hello,

Since the last update of wpdiscuz, I have a problem with emoticons display. You can see it in the picture : emoticons are all at the left and they are framed. Do you have an idea of ​​the problem ? 
Thanks ! 

image
Untitled 1g
7 Replies
Astghik
Posts: 6450
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

@steelbookpro,

Please leave the example URL to allow us to check the issue. 

5 Replies
Customer
(@steelbookpro)
Joined: 9 years ago

Member
Posts: 30
Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6450

@steelbookpro,

Use the CSS code below: 

#wpdcom .wpd-comment-text img{
       float: none;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Customer
(@steelbookpro)
Joined: 9 years ago

Member
Posts: 30

@astgh : thanks, it works, but there is still the frame around the emoticons. Do you have an idea of ​​the problem ?

Astghik
Admin
(@astgh)
Joined: 8 years ago

Illustrious Member
Posts: 6450

@steelbookpro,

This is again a small CSS conflict with the theme or other plugins.

The code below should solve the issue:

#wpdcom .wpd-comment-text img {
   float: none;
   border: none;
   padding: 0;
}

The code in the previous post can be removed. 

Customer
(@steelbookpro)
Joined: 9 years ago

Member
Posts: 30

@astgh : thank you very much, it's work ! 👍

Astghik
Posts: 6450
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

BTW, your topic has been moved to the correct forum. 

Share:
Scroll to top