Hi, recently I got the code from you guys to put a banner into my header.
But after putting the code, i cannot click on my menu anymore.
Please help, urgent.
the code is:
// Add Ad above the navbar
// =============================================================================
function ad_leatherboard(){ ?>
<div class="custom-ad x-container max width center-text pam">
<!-- Ad Leatherboard -->
<a href="http://www.aftershockpc.com" target="_blank"><img src="http://www.thepcshow.com.sg/wp-content/uploads/AfterShock.png" alt="Ad Image" class="right"></a>
</div>
<?php }
add_action('x_after_view_global__nav-primary', 'ad_leatherboard');