Post setting style 1 not compatible with top article ad

Posted in: Newspaper
Post count: 49

When choosing the post style 1, where the feature image is floated to the left, everything works well until we use the article top spot for advertising. Since the ad is placed under the image, the float-left is then cancelled out with ad box’s style of clear: both.
Is it possible to move the ad above the featured image? (Unless there is a better way you can think of)

Post count: 23312

Hello pinnaclecompass,

If you want to move your article top Ad above the featured image for post template style 1, you have to use the do_shortcode method. First of all, please ensure that you have added your Ad code into Custom Ad 1 field like this -> http://screencast.com/t/zr6GWv3hZ and then you have to add this code ->
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?> in loop-single.php file like this -> http://screencast.com/t/hsXIUf3qA
The result you should see here -> http://screencast.com/t/j5xucHQpEYu4

Hope this helps and let us know how it goes!

Thank you for the message!

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