Hi, thanks for this great theme.
How ca i moove the add header (728×90) under the menu header and make it center.
i want to pit it at this position like this website : http://www.legorafi.fr/
Thanks too much ! (I tried lot of thinks but it doesn’t work…)
But not visible on phones (i will deseable that one phones).
Thanks
Hello,
And you want to keep the logo above the menu?
Style 4 move the logo + ad below the menu or Style 6
Choose a style that i the best for you and what you can do is to put the ad directly in code, you fill find the style file in parts folder: http://screencast.com/t/DhzNXEK06
Thanks!
Hi Marius,
Thanks for your reply. I want to keep my logo above the menu, on the left.
You can view my website here : http://www.guide-du-chien.com.
So the file where i need to ad the code is header-style-1.php. But I would like to keep your code
<?php
// show the header ad spot
echo td_global_blocks::get_instance(‘td_ad_box’)->render(array(‘spot_id’ => ‘header’));
?>
and moove it in the good position, under the menu. I would like to keep your code because i can deasable adds on phones via theme panel.
I tried to moove it on the file menu-header.php but the add appears on the slide or on the beggining of the post.
What can i do Marius ?
Thanks very much
Hi Marius,
I put this code at the end of the file menu-header.php :
<div>
<?php
// show the header ad spot
echo td_global_blocks::get_instance(‘td_ad_box’)->render(array(‘spot_id’ => ‘header’));
?>
</div>
But the ad isn’t placed correctly, pleaselook at this screenshot : http://www.guide-du-chien.com/wp-content/uploads/2014/02/ad-placement.jpg
I can i do with css to place it correctly ? I would like to center it and to make space about 15px between top and bottom ?
Thanks a lot
Sorry, 15px between menu header and slide on homepage for exemple.
Hello,
Use this code like here in the header menu: http://screencast.com/t/rHCNGGyJ
<div class="row-fluid">
<div class="span12">
<?php echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')); ?>
</div>
</div>
Don’t forget to erase the ad code from header-style-1.php http://screencast.com/t/CxXxKXr7MkU
Add this in CSS panel
.td-a-rec-id-header {
left: 0 !important;
text-align: center !important;
}
If not aligned center can be done from CSS
Thanks!
Hello Marius,
Thank you but it is not good, the ad is on the slider and title posts with adsense :
http://www.guide-du-chien.com/wp-content/uploads/2014/02/capt3.jpg
But i put a image like the one on your demo, it works :
http://www.guide-du-chien.com/wp-content/uploads/2014/02/capt4.jpg
Have you got an idea ?
Thank you for your help