Hey, i have two questions:
1. is it possible to deactivate the post advertising for selected posts?
2. in the previous version of Newspaper i edit the “editor-style.css” like here descibed but now it doesn’t work anymore in version 7.6.1? http://pastebin.com/6T6zAe2f
/*
usage:
.td-block-row {
.mx-row(td-block-span);
}
@all_span_selector - is the begining of the span selector
*/
/* ----------------------------------------------------------------------------
editor style
*/
/* max width - content + sidebar */
/*html .mceContentBody {*/
/*max-width: 696px;*/
/*margin-left: 24px;*/
/*margin-right: 24px;*/
/*background: #ffffff url('images/editor-style/grid-sidebar-desktop.gif') repeat-y left top;*/
/*font-family: Verdana, Geneva, sans-serif;*/
/*position: relative;*/
/* responsive Landscape tablet */
/*}*/
/*html .mceContentBody:after {*/
/*content: 'SIDEBAR';*/
/*color: #ccc;*/
/*position: absolute;*/
/*right: -50px;*/
/*top: 0;*/
/*display: block;*/
/*width: 10px;*/
/*word-break: break-all;*/
/*}*/
Hello,
1. Unfortunately our theme ad system works across the whole site. It cannot activate or deactivate an ad for specific posts/pages. You will have ti use an ad plugin for such functionality. You can try adrotate for example
2. Well the file gets replaced so any at all customization to the theme files will have to be re-added. Please always make a back-up of your modifications as the theme files get replaced and you will have to re-add the modification after each update.
There is no update proof method of altering the theme files unfortunately
Thank you!
1. Ok
2. Yes i know this and uploaded the file again but it doesen’t work anymore.
Well you should not upload the old file over the new files as you will break the theme. You should just add the modification in the file not the whole file. There is also a possibility your customization will not work anymore as code gets changed and you will have to adapt your custom code to the new theme code. customization is not as simple as it seems.
Thank you!