Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #497674

    How can I add an advertising banner to the right of a post’s selected image please?

    kind regards,

    PPCHound

    #497684

    Hi PPCHound!

    Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page?

    Best regards,
    Yigit

    #497739

    Hi Yigit,

    Here is the screenshot you requested.

    http://imgur.com/KDCkBy3banner ad

    kindest regards,

    PPCHound

    • This reply was modified 9 years, 3 months ago by PPCHound.
    #498418

    Hey!

    can you provide us a link showing the elements in question please?

    Cheers!
    Andy

    #498687

    Hi Andy,

    I’ve included a private link below.
    The banner advertisement needs to go between the post selected image and the sidebar.

    kind regards,

    PPCHound

    #498990

    Hi!

    You need to modify the includes > loop-index.php file. Look for this code:

    echo '<div class="big-preview '.$blog_style.'">'.$before_content.'</div>';
    

    Add the adsense code below. You will have to add css modifications afterwards.

    .big-preview.single-big {
        float: left;
        width: 50%;
    }

    Cheers!
    Ismael

    #499192

    Many thanks Ismael, I shall try that. You help is much appreciated.

    kindest regards,

    PPCHound

    #499314

    Hi!

    Please do so and let us know so we can mark the thread as resolved or assist you further

    Best regards,
    Yigit

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