Ad locations

Posted in: Newsmag
Post count: 18

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

Post count: 6535

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!

Post count: 18

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

Post count: 6535

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!

Post count: 11

Hi Andrei

I need to put 900×250 ad location under Menu? How do I get it? And I also need a module or a PLugin to make ads location work with CPM I need urgently?

Best

Post count: 6535

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!

Post count: 18

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

Post count: 11

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?

Post count: 6535

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!

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