Ads in custom areas in single.php

Posted in: Newsmag
Post count: 45

Hi Support Team,
I am about to insert ads in custom areas below the Menu and before the Footer in single.php using your tutorial https://forum.tagdiv.com/how-to-insert-ads-in-custom-areas-of-the-website/
However, the single.php seems not to be updated to the latest version. Could you please occasionally update the tutorial to fit the latest theme version.
Thanks,
Niels

Post count: 6535

Hi

Thanks for reporting this, we will update the documentation as soon as possible. Meanwhile you can follow this links:
-ad under the main menu: http://screencast.com/t/ccxDjge2J1
-ad before the footer: http://screencast.com/t/CZL50u0Kxu
And add this custom css in theme panel custom css:

.td-container-border:before {
position: absolute;
bottom: 0px;
left: 0px;
display: block;
content: '';
height: 100%;
width: 1px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background-color: #e6e6e6;
z-index: 0;
}

The result should be like here: http://screencast.com/t/IpHxiMYn

Thanks!

Post count: 45

Hi Support Team,
I have succesfully inserted ads in custom areas below the Menu and before the Footer in single.php using your instructions above. It works fine for version 2. Can you please give me an update for version 3? I see that the single.php has changed in the latest version of Newsmag.
Thanks,
Niels

http://naturguide.dk

Post count: 6535

Hi

You can use the same implementation as in previous theme’s version as file’s code it’s almost the same. Just paste the code as I’ve indicated before and it should work fine.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.