Move placement of ads

Posted in: Newspaper
Post count: 73

I have a few requests:

1) Is there a way to change the placement of the advertisements on the article pages? For example, I would like the ad placed above all post content, so the ad is first item shown, followed by the rest of the items (category breadcrumbs, title, subtitle, article)

2) How can I remove the social media share buttons that appear between the post title and the first paragraph text of the post? (It’s too cluttered up there; too hard to see the story title and its beginning content.)

3) The square buttons showing a user to click for next page to continue reading (when page break is used on article post) are too hard to find at the bottom of the post because they are below the social media share box and advertisement. I want these buttons to appear immediately below the last paragraph of the post. Can we move the advertisement lower below these buttons or move the buttons up?

Many thanks for your help.

Post count: 7909

Hi,

1. You can add a custom ad for the post template that you use, just edit the file and use do_shortcode function – http://screencast.com/t/0pSIpUWyHe

<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>

There are many topic about how to add a custom ad, as reference:
https://forum.tagdiv.com/topic/move-the-bottom-article-ad-spot-below-the-share-bar/
https://forum.tagdiv.com/topic/move-bottom-article-ad/

2. You have an option to disable the top share buttons in Theme Panel > Post Settings – http://screencast.com/t/U6oKOhxAp

3. The article bottom ad is added in the post content so it will be difficult to move it, the best way would be to use a custom ad instead, like on your first question and place it bellow the post pagination – http://screencast.com/t/rYW22HFj6tv

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.