Support » Themes and Templates » Apollo Theme Header Ad option not working

  • Ray

    (@rayswaggestcom)


    I’ve got the apollo theme for my wordpress.
    There’s an option to put a header ad without fumbling with css.
    However, when I tried to put my goggle adsense code nothing happens neither for Amazon ads. The only thing that works on this header ad option is if I type a message or imgs through html work.

    This is what shows for the header ad option in my theme
    style.css
    #header-ad { float: right; displat: inline-block; >

    This is what it shows on the
    header.php

    <?php
                // Show header ad as defined in the admin panel
                if( of_get_option('header_ad') !== '' ) {
                    echo '<div class="col span_8"><div id="header-ad">'. do_shortcode( of_get_option('header_ad') ).'</div></div>';
                } ?>
        	</div><!-- /header -->

    Please help, I want it to be able to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where did you download this theme from?

    Thread Starter Ray

    (@rayswaggestcom)

    from authentic themes

    I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Apollo Theme Header Ad option not working’ is closed to new replies.