• Resolved bosco-carvalho

    (@bosco-carvalho)


    The banner in the header doesn’t align to right end of 2nd. column on larger screen monitors on the actual Hueman version (2.1.3).
    How to bring it to align with the given marge of 20px as the right column does?

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter bosco-carvalho

    (@bosco-carvalho)

    The issue remains unsolved.

    Any chance to get an answer?

    Can you provide a link to your site?

    Thread Starter bosco-carvalho

    (@bosco-carvalho)

    Rajesh,

    The site is: https://www.revistaecologica.com/

    But I managed to solve the issue on my own.
    I’ve changed the theme layout to ‘Boxed’.

    Thanks

    Mahesh

    (@mailtopmahesh)

    Dear Bosco Carvalho,

    Your website is looking simply awesome.
    i need your support regarding that Header flash Ad’s which you have already added at website’s Top right side.
    Actually i want to use the Google Ad sense for my website and i want to place ads like you did at top place.
    could you please help me to achieve this.
    and main thing is as per google Ad sense the ad size could be 728×90.
    so please help me to get this.

    Thanks & Regards,
    Mahesh.

    Thread Starter bosco-carvalho

    (@bosco-carvalho)

    Hi Mahesh,

    Thanks for your words about my site.
    Yes, it looks great, thanks to Alx, who created a premium template for free.
    The instructions are at this thread:
    https://www.ads-software.com/support/topic/possible-to-add-a-google-ad-in-header?replies=29
    Please have a look there and if don’t get it working, place your questions there.

    Best wishes!

    what adsense plugin do you use Bosco?

    Thread Starter bosco-carvalho

    (@bosco-carvalho)

    Francesco,

    I use Google Adsense Plugin, but as it doesn’t place ads at the header I placed the ad code there by hand.

    Thread Starter bosco-carvalho

    (@bosco-carvalho)

    A new issue appeared: although the banner shows up, it isn’t clickable.

    That’s the same issue for this thread: https://www.ads-software.com/support/topic/error-hiperlink-ad-adsense-no-header?replies=1

    How have you done this at all – a banner in the header?
    Thanks for your info in advance!

    Thread Starter bosco-carvalho

    (@bosco-carvalho)

    ah great, thank you, appreciate!

    Thread Starter bosco-carvalho

    (@bosco-carvalho)

    Solved:

    Place the ad code here: (spaces and tabs removed to fit on this box)

    <div class=”container group”>
    <div class=”container-inner”>
    <?php if ( ot_get_option(‘header-image’) == ” ): ?>
    <div class=”group pad”>
    <?php echo alx_site_title(); ?>
    <?php if ( ot_get_option(‘site-description’) != ‘off’ ): ?><p class=”site-description”><?php bloginfo( ‘description’ ); ?></p><?php endif; ?>
    <div class=”ads-header-desktop”>AD CODE HERE</div>

    And in Custom.css (edit.css) type:
    .ads-header-desktop {
    display: block;
    float: absolute;
    z-index: -10;
    margin-left: 46%;
    margin-top: 25px;
    }

    Please remember to back up your header.php before updating to a new Hueman version.

    How to install jQuery Scroll Follow for Hueman ?

    Scroll Follow is a simple jQuery plugin that enables a DOM object to follow the page as the user scrolls.

    https://kitchen.net-perspective.com/open-source/scroll-follow/

    I want to konw where the code put

    thank you very much

    Hi,

    if you would like Adesene to show in the header as on my page https://www.starta-blogg.se – please follow these steps:

    Log in to your WordPress account and choose “Appearence” and then “editor” (in swedish “utseende” och “redigerare”)

    To the right on your screen locate header.php and click on it!

    Locate the row: <?php if ( ot_get_option(‘site-description’) != ‘off’ ): ?><p class=”site-description”><?php bloginfo( ‘description’ ); ?></p><?php endif; ?>

    After the above row enter:
    <div class=”ads”>
    Your Adsense code</div>

    Now the ad will hopefully show up in your header. If you would like to adjust the position of the ad your have to ad some code to your css-file.

    Either your have a child CSS-file or you do a “quick-fix” and add the code directly to the style.css file.

    .ads {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    }

    Adjust margin-right and margin-top to your needs (from -100px to 100px).

    Good luck!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Banner in header’ is closed to new replies.