Hello,
I need some direction with ad placements and adjustments please:
1. I would like to add a space at the bottom of posts so the 300×600 ad does not touch the footer. Is it possible to add it globally using TD Composer like I did to the category and home page?
See example here: https://www.screencast.com/t/nTEJwmExI7
2. Same thing here, I would like to add a space at the bottom of pages so the 300×600 ad does not touch the footer. Is it possible to add it globally using TD Composer like I did to the category and home page or do I have to add it individually to each page?
See example here: https://www.screencast.com/t/2en1I6voG
3. I would like to know how I can globally increase the width of the container/div for a post/category/pages so I can fit 728×90 ads in there without getting them cut off. Is that something that can be easily adjusted from the Theme Panel or does it require custom CSS? Just to confirm, I need this for posts, pages and categories because ads will be displayed in posts/pages and in between posts in categories.
See example here: https://www.screencast.com/t/tz6umPOcBZF
4. Looks like the Footer Top ad box does not display the ads on pages, only on categories & posts. Is there a way to change that so the Footer Top ad gets displayed in the designation location globally? You can see the example below on the home page, there is no footer ad displaying but if you click on any of the categories or posts, the Footer Ad displays.
See example: https://www.screencast.com/t/p8QmmNb9ua
Thanks in advance for your help!
Hello rocketman,
1)You should provide your website URL so I can take a closer look at it.
2)Please read all about TD Composer builder from our documentation because this is more powerful. -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
3)Notice that the width of the theme is fixed and if you will use the sidebar to the right, you cannot increase it because the theme’s layout will be broken. Provide the URL.
4)Sorry, but I do not understand what you mean and your screen does not work, unfortunately! Did you have tried to create your footer section based on Footer page? Provide more details and some useful screenshots with your desired changes so I will be able to provide a more accurate response.
Thanks for your understanding!
HI Catalin,
1. Here is the URL for post, Here is the URL for page.
2. Thank you
3. Here is the URL , notice how the 728×90 banned at the bottom of post is getting cut off on the right. Its like that for every post. I think that can be fixed by widening the container globally as it will fix the problem by placing ads in between posts.
4. Take a look home page, specifically the footer. Now take a look at another page, specifically the footer; notice they don’t have ads. Now look at a category, and now a post; notice the footers, they have ads. I was able to add the ads via the ads under theme panel under Footer top but for some reason the pages don’t show the ads.
Hello rocketman,
1)Try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-footer-wrapper{
margin-top:20px;
}
The result -> https://www.screencast.com/t/eomfpk6ly2a
Thanks for the message!
Hello rocketman,
#3)Notice that the width of the theme is set up by default to 696px and your ads are 728 px and that’s why it’s cut off. You should check the Theme panel Ads setting and change the size from there -> https://www.screencast.com/t/XPOT98gX
#4)It seems to be strange for this behavior. Please disable all of the untested plugins, clear all the caches and check the results. Also, try to add another AD Code and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page.
Thanks for your understanding!
Catalin,
Thanks for your help.
#3) I’m still not clear as to what should happen if I define the ad size to 750×100, is it going to stretch the div to display it? I’m not seeing anything happening and the ads are still getting cut off. I just assumed that you guys would make it wide enough to accommodate a 728×90 ad slot which is an industry standard ad for inline advertising slot. Or maybe I’m just misunderstanding what I need to do.
#4) I have sent email.
Hello rocketman,
#3) If you want a wider post content for your ads, notice that you have to use the Cloud Template Library and customize your post template as you wish using the TD Composer which allows you to add any Ad size you want. Check here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks for your understanding!