Hi,
Can i add ad spaces to the sides of the website as shown in the link below? – If so, kindly tell me how?
https://s10.postimg.org/jrknjp7p5/unnamed.png
Regards,
Nigel
HI
Yes you can add ads there but to achieve that are required some customizations in theme’s core files. First you need to edit header.php file and add this code here: http://screencast.com/t/5MswRTB2vo9c then edit footer.php and add this code: http://screencast.com/t/sSroCgmdD
<div class="left">
<!-- ad'd code goes here-->
<p> left ad</p>
</div>
<div class="right">
<!-- ad'd code goes here-->
<p> right ad</p>
</div>
You will also need this css in theme panel > custom code > custom css: http://screencast.com/t/uMbRJkD8A6Fa
.left{
position: fixed;
top: 300px;
left: 60px;
}
.right{
position: fixed;
top: 300px;
right: 60px
}
Hope this helps.
Thanks!
HI,
Thank you, it worked!
1 – How do i display something like this – till i get a contract for that location?
https://s9.postimg.org/5o13jd3en/side_ads.png
2 – How to add the left ad and right ad to the theme panel>ADS section so i can easily edit the ad?
Regards,
Nigel
Hi
1. You will need an image with a portrait aspect ratio, something like 90x720px. Use a photo editor to make such an image.
2 Please check this link, here I’ve offered a solution: https://forum.tagdiv.com/topic/how-to-add-more-custom-ad-spots/
Thanks!
Hi
Please check this link, I’ve posted a solution here: https://forum.tagdiv.com/topic/strip-under-the-main-menu/
The theme have it’s own ad’s system and we don’t have any additional plugin which handle ad’s location. You can try ad-rotate plugin, from our reports it works fine with the theme: https://ajdg.solutions/manuals/adrotate-manuals/
Thanks!
Hi,
I am getting this error when i am trying to access the wordpress admin
block
Warning: Cannot modify header information – headers already sent by (output started at /home/dharma/public_html/wp-content/themes/Newsmag/includes/td_config.php:1) in /home/dharma/public_html/wp-includes/pluggable.php on line 1224
Regards,
Nigel
Hi Andre
I understand that the theme has its own advertising system which is cool (only if it had CPM options ) but we need also to have a CPM(click per impressions) or CPC options, how do I put an ad at the header ad 90×720, Advertising plugin with CPM, or replace it with another ad zone plugin option?
HI
@nigelpradeep please open a new thread and explain there your issue, it’s easier to understand. Meanwhile try to deactivate all plugin, clear all caches then test again.
@ardian the reports related with ad’s activity are generated by google if yu;re using ad-sense ads. There you will find all information. If you don’t use ad’sense then you will need some taking code but the theme does not handle this part.
Thanks!