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
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:
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.