Notifications
Clear all

ACP is displaying redundant " | " characters everywhere

2 Posts
2 Users
0 Reactions
2,366 Views
(@DamienS)
New Member
Joined: 10 years ago
Posts: 1
Topic starter  

Hi there,

I just installed ACP and found that it kept displaying vertical lined characters around where I put the [nextpage] tags.

How do I get rid of these marks?

Here is a link to one of the pages with the marks. Link to example

It is a great plugin! Thank you so much

Damien


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4214
 

Hi DamienS,

This is not a ACP problem, you have some plugin or may be this is a theme issue which adds <code> HTML tag for all shortcodes and plugins which adds something in Post content. Please try to find this incorrect process maker and deactivate it. Also make sure those <code> are not being added in Post Editor.

Here is the image description:

2015-01-09_1210


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4214
 

If you'll not be able to find the "reason" plugin or function you can fix this issue adding this CSS code in your theme's style.css:

.acp_wrapper code {
	    background: none;
	}

Do not forget to do CTRL+F5 on front-end to reload the CSS when checking the result.


   
ReplyQuote
Share:
Scroll to top