Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author alex27

    (@alex27)

    This is outdated demo of HTML version (I’m taking it down now), the WordPress version does not support that – see official theme demo.
    To do this in WordPress you’d have to put the banner directly in header.php, but so many people asks about it, that I think I’m going to add this functionality in the next update (not sure when exactly).

    Thread Starter isthatkenny

    (@isthatkenny)

    That would be great if you could add it in the next update, if that’s not too much to ask for. So, how do I do that within the code?

    Theme Author alex27

    (@alex27)

    I’ll be including this in the next update, probably by the end of this week so I think you should wait.

    Go into the header.php and look for the following: (Please use caution or just wait until the update has come out. This is for those who have a basic understanding of editing code.)

    ################
    <h1 id=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?> – <?php bloginfo(‘description’); ?>” rel=”home”><?php bloginfo(‘name’); ?></h1><p><?php bloginfo(‘description’); ?></p>
    <?php endif; ?>
    </div>

    <!—–ADBanner—–>
    <div style=”display: inline-block; vertical-align: center; float: right; “>

    YOUR 468 X 60 BANNER AD SCRIPT GOES HERE.

    </div>
    <!—–ADBanner—–>

    <div class=”clear”></div>
    <nav<?php if (!of_get_option(‘gamepress_search’)) : ?> class=”nosearch”<?php endif; ?>>
    #########################

    This worked for me so hopefully it works for you. See it at https://shop.badsentinel.com (my test site)

    By the way. I love this theme.. It has soo many features and extremely customizable. The responsive feature on the pro version is super nice too.
    -Paul
    https://badSENTINEL.com

    Theme Author alex27

    (@alex27)

    An update implementing this option is waiting to be pushed to official repository! I suggest just a little more patience ?? And please, whatever you do, DO NOT edit theme files directly. Child theme is the way to go!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Ad Space’ is closed to new replies.