Hi.
I previously purchased NEWSPAPER 8 and I’m very impressed of the design.
I’ve chosen to use CITY NEWS demo.
The ‘problem’ is that I have many banner advertisements on my website and I don’t want to place them all in sidebar, because your designed might lose its great appearance.
In order to place them (in HOMEPAGE) in a 3/3 position in one or two rows (at 2 or three different placements) I’d like your opinion whether I could have my advertisements like posts (ex. advs category with post image the banner itself, no title etc) or not. If I can, please advice the ideal size for 4 banners at each row.
Thank you in advance,
Nik
Hi,
You can use ad boxes everywhere you want in the page structure. So you can place ads in the homepage where you want them to appear. If you mean like posts as in a block, that will not be possible.
The ads will be displayed as they are intended to by your ad provider, you can add titles to them however
– https://www.screencast.com/t/rBV3V0TceD
Rows can also be stretched to accommodate ads if needed
– https://www.screencast.com/t/iBxlUSsSmApC
So you can experiment with ads and layouts until you find the result you are satisfied with.
Thanks
All I can add with TD composer are custom ads (which I have used all of them) and sidebar.
https://www.screencast.com/t/s7O3UHHsl
I want to add mush more banners (with smartlists or else)
Hi,
At the moment there are only 5 custom ads available that could be placed in pages. If you would like to insert more ads you could consider using a plugin, such as the Adrotate. Here is some more info about the plugin
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Based on user feedback this plugin works with the theme, you could use it to display more ads on your website. Or try different ad inserting plugins if needed.
Thanks
Hi,
Our plugin will automatically deactivate itself if it detects plugins that are not part of a predefined list in it’s code
– https://www.screencast.com/t/2DORngA6lc
This check could be deactivated and it will be active permanently, but that may cause problems with some plugins
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
You could do that and see if everything works properly.
Thanks
Hi.
I’ll try to use common articles to post advertisements, but I need some help.
I don’t want the title to appear to block post. Can I add an extra class to the block and then add css for the title to hide?
If yes, what’s the css I have to use and what extra class should I add?
Thank you,
Nick.
Hi,
A class can indeed be added to blocks, this will allow more precise targeting by CSS. If you want to remove the post title for a specific block, you could do it like this
– https://www.screencast.com/t/9m2PFe6R
– https://www.screencast.com/t/XGIyrOa9
Code used in example here
.myclass .entry-title {
display: none;
}
If this is not what you wanted, please mention what exactly you want to, some examples with links or screenshots will be helpful.
Thanks