160X600 Ad on right side

Posted in: Newspaper
Post count: 56

Hey,

I want to add a 160X600 vertical banner to the right side of the site (RTL site), and also so it would appear only on desktop.

Where should i inster the code?

This is how it looks when i add the code into the loop-single.php page >> https://postimg.org/image/4lui11kp1/

I want the ad to stick to the right side.

Thanks

Post count: 7909

Hi,

The theme doesn’t have a specific spot for this. On post page the ads are implemented on post content.
You will need custom modification for it and if you want to make it sticky you will need to make also a css code for it. Try to implement it in the single.php(for default post style) for your specific case – http://screencast.com/t/SExM9G0z7r87
Please note that we cannot provide custom services at this time and you will need some php/html/css experience to implement it.

Thanks!

Post count: 56

Should the code under get_header(); ?

Right now the ad is loading beofre the page. Also not a good thing for me.

Thanks

Post count: 6535

HI

The content is loaded on the page following a specific order. If the code which call the ad is added before page’s content the ad will be loaded first. try to paste the ad-code above get_footer() to load it after page’s content.

Thanks!

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