Tagged: x
-
AuthorPosts
-
November 30, 2016 at 9:03 pm #1276909
aloraguerreroParticipantHi, I’m trying to place a leaderboard ad on the header, but instead of the ad being served immediately, the site shows a “+” sign on the upper-right corner. How do I remove that so visitors immediately see the ad? The ad also blocks the logo of the site. I want it moved under the logo.
Thanks.
November 30, 2016 at 9:20 pm #1276920
Rue NelModeratorHello There,
Thanks for writing in! The widget area with the (+) may not be a good place for your leatherboard ad. I would like to suggest that you use a child theme because what you are trying to accomplish requires a template customization. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After the child theme is set up, please add the following code in your child theme’s functions.php file
// Displaying leaderboard ad above the masthead (or above the topbar) // ============================================================================= function add_leaderboard_ad(){ ?> <div class="leaderboard-ad"> <p>Insert the leather ad code here</p> </div> <?php } add_action('x_before_view_global__topbar', 'add_leaderboard_ad'); // =============================================================================We would loved to know if this has work for you. Thank you.
November 30, 2016 at 9:29 pm #1276926
aloraguerreroParticipantHi, tried that. It didn’t work. I used a short code from WP Pro Advertising system. Is that okay?
November 30, 2016 at 9:36 pm #1276928
aloraguerreroParticipantThis reply has been marked as private.November 30, 2016 at 9:40 pm #1276937
Rue NelModeratorHello There,
Thanks for letting us know that it has been useful to you.
Cheers.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1276909 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
