Sticky ad only inner pages

Posted in: Newspaper
Post count: 186

Hi Support,
Please i want to load a sticky ad code that will load only on inner pages, but not home page. can help me with a code that will make it load that way.

Am suppose to paste the ad code in my <body>

Post count: 22421

Hi,
if you paste the ad code in your tag, it will appear everywhere on the site, or maybe there is a part that goes in the body and a shortcode that goes inside the page itself. If you require help on this you will have to be more specific and provide as many details as possible. Please provide a link to the ad provider’s implementation guide.
Thank you!

Post count: 186

This is all i need to add to my site and it appears everywhere by the left side as stiky ad

<script data-cfasync=”false” type=”text/javascript” src=”//www.eboundservices.com/ads/sticky_responsive.js”></script></script>

Post count: 22421

Hi,
I tested this ad and it works as expected. Simply do exactly as advised and add it inside the body tag in header.php: http://screencast.com/t/BHNA6ev1iWv and it will work.
Thank you!

Post count: 186

Yes, its working fine on my end. but my home is full row width, so it will cover some text when it appears on the home page. that is why i want it to appear only inside the inner pages and post.

is there a way i can do it not to appear on home

Post count: 22421

Hi,
Please provide a link to your site so I can try a few css tricks but I cannot promise anything since the theme has no support for this type of ad.
Thank you!

Post count: 186
Post count: 22421

Hi,
As I understand this, you want to hide the ad on the homepage but have it display on any other pages. You can do this with a bit of css like so:
.home .InMargin_Top{
display:none!important
}

Hope this helps.
Thanks.

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