Moove add header under menu header

Posted in: Newspaper
Post count: 46

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…)

Post count: 46

But not visible on phones (i will deseable that one phones).

Thanks

Post count: 3343

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!

Post count: 46

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

Post count: 46

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

Post count: 46

Sorry, 15px between menu header and slide on homepage for exemple.

Post count: 3343

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!

Post count: 46

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

Post count: 3343

Hi,
Please can you wait few days, we will ada in panel a header style like you want with logo above and a banner under the menu.

Thanks!

Post count: 46

Hi,

Thank you Marius, i wait next update.

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.