Hi TagDiv!
Once again, big thanks for your work with the great theme.
After using the theme since november Im looking forward to work and develop my web site for a long time with Newspaper theme.
And I have some wishes for new/more places and areas on the design for earn more money.
1 – An “Ad space” on aboslute top of the site, over the logo-area. I use the 1170 responsive design, and if I could put a 980 pix wide google ad in the top I (and other Newspaper license owners) could increase the Google Adsense income.
(I even had an idea that put 3 x 336 adsense banners in top, not fun for design people, but more income to the wallet is always nice)
2 – Have an extra “Ad area” in a full right column, both for Google Adsense and for others. If I use the 1170 pix design (and even more the 980) there will be a lot of unused areas on the screen. Why not put ads and earns some money. So, if there would be an option to put on a extra right column that you could fill with banners it would be great. of course it should disappear when the screen in smaller.
3 I have a third request, that is if there in the future could be an possibility to have a small small headline above the banner / ad saying “Ad” with option to local translation.
Many thanks.
Niclas
+1 I was going to ask about this, a “style 7” for header, such as
[ top menu + socials ]
[ full width ad ]
[ full width logo ]
[ main menu ]
and a “style 8”
[ top menu + socials ]
[ full width logo ]
[ main menu ]
[ full width ad ]
An example of that could be found on one of our older sites, not YET moved over to Newspapers (hold up is me messing with solution for enlarging images for the featured images layout):
http://californianewswire.com/2014/04/18/CNW19293_062237.php/los-angeles-music-networks-2014-rock-and-urban-lamn-jam-music-contests-welcome-sponsor-send2press-news-service/
Hi,
@Christopher
Style 3 is like your mentioned style 8
[ top menu + socials ]
[ full width logo ]
[ main menu ]
[ full width ad ]
Style 7 can be done easily combining those: http://screencast.com/t/Sh16OLMNkT
@Speedster
1. Can be done easily customizing the headers file used adding this line of code for each AD unit http://screencast.com/t/LO5ZsBdv0iJh here are the AD docs: https://forum.tagdiv.com/ads/
2. Can you show me exactly in which case, in a screenshot or something
3. Do you mean a header for ADS? The can be done adding this HTML above each AD:
<h4 class="block-title">
<span>My header line text</span>
</h4>
Hope this help!
Thanks for the message and for the suggestions!
Hi Marius!
Thanks för your answers.
Here is screenshot for suggestion 1 and 2.
http://www.screencast.com/t/djZ4GFHF
1) 980 pix banner on top
2) A extra column to the right of content, only viewed for bigger screens. On smaller screens the ads/column will disappear. (if its possible?)
3) I put the HTML above the Google ads code in the ADS-section on panel, but its not showing up.
Hi,
1. Add the code like here: http://screencast.com/t/FxLzjvU1d
2. There is a plugin for that, i think is Float-Left-Right-Advertising if you want to try it.
3. Not work there
Interested in a Solution for “2.” as well! Not working with “Float-Left-Right-Advertising”
Hi Speedster! Here is a “Quick and Dirty” one for your Header.php (Line 56). Works for us!:
<div style="position:absolute; right:10px; top:170px;"><script type="text/javascript">
if(window.innerWidth > "THE WIDTH YOU WANT" ){
document.write("<scr"+"ipt src='THE SCRIPT OF YOUR AD' type='text/javas"+"cript'></sc"+"ript>");
}
</script></div>
