I changed the Background Color of my theme to see how it would look but did not like the box version created by the change in color. When I changed the color back I noticed a large “space” between my text logo and the ad box with the text “advertisement”.
1. How do I delete this space and the text?
2. Also is it possible to delete the “Home Icon/Button” above the Ad box?
Thank you
-
This topic was modified 9 years by
mayaguez.
P.S. to post #153999
I just created an Google AdSense account and it was approved. I now see only blank ads (as Google told me I would see).
1. Once my Adsense is activated by Google which of the 2 ad boxes that currently display on my Home Page will display an Adsense ad? The one that only displays “Advertisement”? What about the ad box that displays your ad? Can it be deleted if I want to?
2. Can we still make the space in between the text logo and the ad box smaller?
3. Delete the “Home Icon/Button”
Hi,
Ads will display in the locations that you choose, in Theme panel->Ads – https://www.screencast.com/t/L0M9Xw9vjyeR or in any ad box you use that coresponds to an ad placed in theme panel – https://www.screencast.com/t/3cdjcksUC If you want to remove the header ad, remove the code from the header ad section – https://www.screencast.com/t/Lgf70WPTtRh and the same for other ads. You can remove the ad title here – https://www.screencast.com/t/pcINGIxew – https://www.screencast.com/t/FFVc4XIJ5
As for the white space reduction try this code, enter it in Theme panel->Custom Css
@media (min-width: 1014px) {
.td-logo-wrap-full {
margin-bottom: -30px;
}
}
Result – https://www.screencast.com/t/mullEAOopRES
To remove the Home page title – https://www.screencast.com/t/ht1nprfb8V9 you have to select the default page template in page attributes – https://www.screencast.com/t/j1uj2o0pf or use this code in Theme Panel->Custom Css
.td-page-title span {
display: none;
}
Result – https://www.screencast.com/t/6BZ5StBZiuD
If you meant something else and I misunderstood you, please correct me.
Thanks
Perfectly explained Simion! Thank you.
One other question>
1. I did delete the header ad but I see it deleted the header ad in all locations. Is it possible to ONLY delete the header ad on the Home Page and have it displayed in all other locations (articles and posts)?
Thanks
P.S. Simion:
1. How do I add more “Ad Boxes” (sidebar advertisement) to/in Categories? Example add several more “Ad Boxes” to the sidebar to/in this category> http://hispaniclatinonewsandevents.network/category/more/entertainment/
2. Also I do not see this Setting> https://www.screencast.com/t/3cdjcksUC
Where is it?
-
This reply was modified 9 years by
mayaguez.
Hi,
The simplest way to do it would be to hide it with css, using something like this so it only removes it only in the homepage, try this code – enter it in Theme panel->Custom Css, after you have set a header ad
.home .td-header-rec-wrap {
display: none!important;
}
You can add more ad boxes containing custom ads in the sidebar – https://www.screencast.com/t/cT48eTVsAuD – https://www.screencast.com/t/IUy6J9PI – https://www.screencast.com/t/2YyZmVwHo and then use thatsidebar in your category by setting it here – https://www.screencast.com/t/Tp4EHNxhcZ – https://www.screencast.com/t/yWJePXTvj
Hope this helps
Thanks
Sorry Simion,
1. I do not see Visual Composer in Categories?
2. Nor do I see this Ad Box settings?
Just to be clear I want add more “Ad Boxes” (sidebar advertisement) in Categories but I do not see Visual Composer in Categories nor do I see this Ad Box settings?
Is there Documentation which explains the above?
Hi,
I’m sorry for misunderstanding, for the sidebar you can do it in Appearance->Widgets like this – https://www.screencast.com/t/gr7QrwveA and then set the sidebar in the per category settings. More info if you want here – https://forum.tagdiv.com/sidebar-ads/
Again, sorry for misunderstanding.
Thanks
Got it done after some trial & error! Thanks
Questions:
1. I notice that the custom ad will only work if I “only select” the category I added the Custom Ad to when I create the Post. If I add more than 1 category to the post the Custom Ad will not display, the Default sidebar ad will display-not the Custom ad. Is this correct or how can assign more than 1 Category to a Post and still have the Custom Ad display
2. I can only create 5 custom ads? Is 5 the maximum?
3. Can I have a Default (AdSense ad) and a Custom Ad on the sidebar of a Category?
Thanks
-
This reply was modified 9 years by
mayaguez.
Update to # 154956.
Disregard question #1> “I notice that the custom ad will only work if I “only select” the category I added the Custom Ad to when I create the Post. If I add more than 1 category to the post the Custom Ad will not display, the Default sidebar ad will display-not the Custom ad. Is this correct or how can assign more than 1 Category to a Post and still have the Custom Ad display”.
New> I “assume” that the Custom Ad will only display in the Category that it was created! right?
Still needs answers to questions # 2 and # 3! Thanks
Hi,
The sidebar will display the ads everywhere it is set, in per category, in posts general – https://www.screencast.com/t/GS38sCaV – or per post – https://www.screencast.com/t/CGcBE8iRWS
You can create a sidebar with de default ad and a custom ad and set it to a category, then create another sidebar with the same default ad and a custom ad, basically you can have as many custom sidebars as you like.
Also it is recomended to set the sidebar from the primary category of the posts – http://prntscr.com/e0zv8s
In the sidebar you can use the default sidebar ad and the other 5 custom ads – https://forum.tagdiv.com/sidebar-ads/
Thanks
Thanks Simion, I tried but can’t get it done.
I went to Theme Panel-Blog and Post Template
But it seems to me that I can only select or create 1 sidebar. I don’t see how to select 2 sidebars. ???
Also, when I downloaded the Newspaper demo the Post template displayed (still does) News Categories-see here
http://hispaniclatinonewsandevents.network/usa/miami/hamilton-coming-fort-lauderdale-heres-get-tickets/
Will have to delete in order to add more ad boxes?
If so, how?
Thanks
Also I did the css to remove Ads from the Home Page Header as you intructed, the Ads do not display but for a “moment” the title “Advertisement” displays and then disappears. Can this be corrected?
-
This reply was modified 9 years by
mayaguez.
Hi,
I meant you can create as many sidebars as you want but yes, you can only select one at a time for any page (pages, categories, posts etc). You can add more ad boxes above the News Category and it will get pushed down, you can make it a dropdown list – https://www.screencast.com/t/WG2nZ7jGC – https://www.screencast.com/t/u1xp642J8 and fill the space with ad boxes, or remove it, whatever you think it’s best.
The code added for the ad on the homepage gets loaded after the theme css style, therefore there is some delay. You could try to move the code directly in the theme style.css if you want, so it loads initially from there and see how it goes.
Thanks
Sorry Simion but it took me several long minutes to scroll down to the end of the Page Edit Theme and at the end does not allow me to paste the code! Tried several times and couldn’t.
1. U sure this can be done?
2. is there a “fast way” to get to the end of the page?
3. Does it have to be at the end of the page?
Thanks
Hi,
You can use any text editor to open the file style.css from the theme folder and add the code – https://www.screencast.com/t/wDfQGr7j or even wordpress editor – https://www.screencast.com/t/0rIV5dk3tRum
Thanks