|
uCoz Community uCoz Modules Page Editor Mismatch content of articles with template |
Mismatch content of articles with template |
One month ago we change template of our site and after that, we saw that content of many pages are mismatch with template - words are automaticly get the white background color.
So please, can you give us some good advice how to fix this problem? bad, bad page: http://images.vfl.ru/ii/1531391051/442df155/22453478.jpg normal page: http://images.vfl.ru/ii/1531391092/13ed1a3d/22453481.jpg Post edited by Oli - Thursday, 2018-07-12, 10:30 AM
|
Oli, the thing is that most likely, you've added your posts via the Visual Editor + the posts were copied from somewhere else, thus the formatting moved to your website as it is. the only way to resolve it is to edit all the posts with the issue manually, via the Visual Editor -> remove the background white text color; or via HTML, for example:
Code <span style="background-color: rgb(255, 255, 255);">Все травмы, кроме тех, которые возникают в результате несчастных случаев, несмотря на их различия, имеют одну общую особенность – всегда существует одно или несколько лиц, склонных к насилию, которые являются причиной этой травмы. Насилие, преднамеренно направленное на некую личность с целью ранить ее и вызвать боль, приводит к возникновению травмы, при этом жертва подвергается некой разновидности ментального, эмоционального и физического мучения. Это насилие может быть кратким и высокой интенсивности или наоборот – длительным с низкой интенсивностью боли. Хотя это два совершенно противоположных варианта воздействия, к сожалению, как кажется, оба они весьма успешно и разрушительно влияют на личность, выбранную в качестве жертвы.</span> you need to remove the: Code <span style="background-color: rgb(255, 255, 255);"> and Code </span> |
Well, solution which you propose is effective, but on that way we must change every paragraph in all articles, which is not possible.
We find on forum discussion: "how to remove this char on auto tag script" and this script below. Whether this script is good for our aforementioned problem and if is, how to to customize its content? <script type="text/javascript"> $(document).ready(function() { $(".others .tags noindex").html(function(index, html) { return html.replace(')', ''); }); }); </script> |
Well, we found solution for problem highlighted texts, so, first open article in edit mode, than "select all" text/article and then click on icon "remove formatting". This command will cancel all previous editing commands and give you "plain" text.
Post edited by Oli - Saturday, 2018-07-14, 10:22 AM
|
| |||
| |||