Placing Google ads below post pagination

Posted in: Newspaper
Post count: 33

Hello
Is there’s a way to place AdSense ads right below the next and back buttons in this article on my site?

https://thastory.com/doris-day-6-facts-about-the-legendary-actress-and-singer/2/

Thank you so much

Post count: 18283

Hello !

Either you can try this ads places you can find here: https://www.screencast.com/t/1lmb2Ad84Mm1 Or you can add A single post template and edit it using the tagDiv Composer and add ad boxes.

Thank you !

Post count: 33

Hi,

I couldn’t find a way to edit post templates, and TagDiv composer is not available in my post pages, only accessible when I’m in the home page.

How can I do that, thank you.

https://thastory.com/10-insane-places-around-the-world-you-didnt-know-existed/

Post count: 18283

Hello !

You can edit it by adding a custom single post template to your post pages. Find out more about it here: https://tagdiv.com/customize-articles-with-single-post-templates/

Thank you !

Post count: 33

This theme is AMAZING! I couldn’t describe how flexible it is, I got what I exactly wanted to do, thank you a lot!

I only couldn’t figure out how to make the featured image not show in the other pages like it was the case for the default post template.

Other than that, it is just perfect

Post count: 33

Some little problems I faced that relate to the mobile experience:

– How can I configure ad sizes of mobile devices? I do make modifications on the ads section from the panel but no result.

– How can I get rid of a sticky ad that appears when I scroll down on mobile, I want to disable it because it is against AdSense policy perhaps.

– And lastly, how to minimize the space between the custom ad I created and the next and back buttons -see my page below for reference.

The template I used from the cloud is:

https://thastory.com/tdb_templates/single-post-template-1

For context here is my page:

https://thastory.com/top-5-exercises-every-woman-must-do-for-her-dream-body/2/

Thank you so so much!! and sorry for being silly

Post count: 35449

Hi,

In order to remove the ads that appear on mobile please set in theme panel> ads>header ads -> https://www.screencast.com/t/tMqZsp7NOJCY for the space between pagination and ads you can try this custom css
-> https://www.screencast.com/t/e9LRTK23
.page-nav.page-nav-post {
margin-top: 0;
margin-bottom: 0;
}

Thank you!

Post count: 33

How can I prevent the featured image from showing in each post page (I use pagination)
I’m not talking about how to do it sitewide (the regular way) because I already did so and it worked.

But I’m talking about the custom cloud templates of a post that seem to have their own unique settings, which I couldn’t find how to prevent their featured image from showing in each page, I only want it to appear in the first page.

Here is my page where you can see it’s showing up across all pages

https://thastory.com/10-things-most-of-us-have-been-doing-wrong-our-whole-lives/

Post count: 35449

Hi,

Please try this custom css, this will hide the feature image from post template from cloud that have pagination
[class*="single-paged"] .tdb_single_featured_image{
display: none;
}

Thank you!

Post count: 33

Sorry, but as I said before, I am not looking to hide the feature image permanently, I just want it to show on the first page alone. please.
And only for the cloud templates not the default ones because it already works for that one.

This is an example of the could template for which I want the featured image to be on the first page only:

https://thastory.com/this-is-what-will-happen-when-you-eat-bananas-every-day/

This is an example of the default template where my feautred image only shows in the first page:

https://thastory.com/25-reasons-calicos-should-be-in-your-house/

I hope my words made sense.

Post count: 35449

Hi,

There is an option in tagDiv Composer to hide a row if is use pagination, but this is not work correctly for the feature image, we hope to fix the problem as sun as possible.
-> https://www.screencast.com/t/AAcO1aMCO
The code provide above will apply only on cloud template and will do exact the think you need.

Thank you for your understanding!

Post count: 33

Hi,
The issue still presists, the featured image still shown in all pagination pages.
Anyway, how can I insert that css code you kindly provided in the could template if there;s no option for this one as simple as the default templates.
Kindly

Post count: 35449

Hi,

You can set that code in theme panel in custom code, custom css and the css should be apply only on featured image from cloud template.

Thank you!

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