Notifications
Clear all

wpForo 1.x.x [Solved] Strange lines when Quoting

6 Posts
2 Users
0 Reactions
615 Views
dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

Hello.

I'm using Neve theme. When quoting there are TWO lines as you can see the capture. I tested that here and it doesn't happen. I tested in a staging new site and it happens without any changes or plugins.

Any idea what it could be?

Thanks

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

@dimalifragis,

This is just a simple CSS conflict with the theme or other plugins. Please leave the concrete URL to allow us to debug it and provide a CSS solution for you.

dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

@sofy thanks, it doesn't have a real url yet. I will try an other theme, since there are no plugins installed.

There will be a url next week, so if i don't find a solution until then, i will come back and provide it.

dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

@sofy i was able to create a temp sub domain for you to see the issue.

http://wpforo.removed.com/index.php/community/main-forum/quote/

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

Support Team
Posts: 4710

@dimalifragis,

Use the CSS code below:

blockquote:before, blockquote:after {
     display: none;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

dimalifragis
Posts: 2615
Topic starter
(@dimalifragis)
Famed Member
Joined: 4 years ago

@sofy MANY thanks. Solved.