Hi, thanks for the great theme. 🙂
But i found a little bug on my theme. The header ad isn’t shown correctly when post template 3,4 or 5 (fullwith headline) is activated. For example: http://www.dinge-die.de/man-sehen-muss/photomath-diese-geniale-app-loest-jetzt-deine-matheprobleme/
Only the half header ad (banner) is show. It’s the same with a google adsense ad.
Hope you can help me in this case.
Thanks a lot and kind regards!
Hi,
Please try this custom css for:
Post Template 3: http://screencast.com/t/6VoYhUeOgT6x
.single_template_3 .header-content-rec .td-a-rec-id-header{
top:5px !important;
margin-bottom:5px;
}
Post Template 4: http://screencast.com/t/GHrvFyyoIN
.single_template_4 .header-content-rec .td-a-rec-id-header{
top:5px !important;
margin-bottom:10px;
}
Post template 5: http://screencast.com/t/L37YQhnEDO
.single_template_5 .header-content-rec .td-a-rec-id-header{
top:5px !important;
margin-bottom:5px;
}
Hope this helps!
Hi, that works.
But now i recognized another Problem with the ads. The top ad works fine on the frontpage an on desktop. On other article / posts like this: http://www.dinge-die.de/dein-zuhause-schoener-machen/11-dinge-die-dein-zuhause-schoener-machen-3/ the header ad is not clickable on mobile devices.
http://www.dinge-die.de/wp-content/uploads/2015/02/IMG_9811.png Screenshot Iphone
Thanks a lot and kind regards!
Hi,
Please try this custom css: http://screencast.com/t/kUEpEPgf
@media(max-width: 767px){
.td-menu-header {
height: 54px !important ;
}
}
Hope this helps!
Nice, that works! 🙂
One further question (sorry 🙂 ) Do you have custom css for header style 1 and 2?
Tried – but at the moment it doesn’t change … (f.e.: http://www.dinge-die.de/man-sehen-muss/der-igel-marutaro-stiehlt-ihnen-allen-die-show-einfach-zauberhaft-der-kleine/)
.single_template_1 .header-content-rec .td-a-rec-id-header{
top:5px !important;
margin-bottom:5px;
}
.single_template_2 .header-content-rec .td-a-rec-id-header{
top:5px !important;
margin-bottom:5px;
}
Have a nice weekend!
Kind regards
Hi,
I checked your site and seems that you deactivated header ad: http://screencast.com/t/ZR8CW67c
Thanks!
Hi,
i just reactivated the header ad.
you can see it here: http://www.dinge-die.de/man-sehen-muss/der-igel-marutaro-stiehlt-ihnen-allen-die-show-einfach-zauberhaft-der-kleine/
thanks!
Hi,
I have checked your link and found that this is default post style. So this can’t be targeted like the others templates.
You can add this custom css, but you have to add this above the code for others templates because if you not this will apply to all post styles. If you add this above it will be apply in cascade for other templates.
.single .header-content-rec .td-a-rec-id-header{
margin-bottom:15px;
}
Result: http://screencast.com/t/uNsTPHZTORS
Hope this helps!
Nice, this helps.
Same in the category and archive view. what can i change here? http://www.dinge-die.de/category/man-sehen-muss/ ?
http://www.dinge-die.de/tag/valentinstag/
thanks
Hi,
Please use this custom css, it will apply on both pages: http://screencast.com/t/AtQDLozy59a – http://screencast.com/t/SnqvweZNca
.archive .header-content-rec .td-a-rec-id-header{
margin-bottom: 15px;
}
Feel free to change that margin’s value how you like!
Thanks!