Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1100327
    Trankuility
    Participant

    Hello, I have 3 questions.

    Please see below.

    #1100331
    Trankuility
    Participant
    This reply has been marked as private.
    #1100433
    Christopher
    Moderator

    Hi there,

    #1 Please update your code in widget text area to :

    <div class="x-social-global"><a href="https://www.facebook.com/backpackerverse" class="facebook" title="Facebook" target="_blank"><i class="x-icon-facebook-square" data-x-icon=""></i></a><a href="https://www.pinterest.com/backpackerverse/" class="pinterest" title="Pinterest" target="_blank"><i class="x-icon-pinterest-square" data-x-icon=""></i></a></div>

    #2 It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    #3 Because this requires a template change, I’d advise that you setup a child theme. 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.

    Please add following code in child theme’s functions.php file :

    //Add tag in single post  page
    
    add_action('x_after_view_global__content-the-content', 'add_post_tags');
    function add_post_tags() {
    if( is_singular('post') ) {
     if ( has_tag() ) : ?>
      <footer class="entry-footer cf">
        <?php echo get_the_tag_list( '<p><i class="x-icon-tags"></i> Tags: ', ', ', '</p>' ); ?>
      </footer>
    <?php endif;
    }
    }

    Hope it helps.

    #1102322
    Trankuility
    Participant

    Thank you for #1 and #3, I will try those.

    As for #2, why does it sound like it’s trouble with a plugin or script? Can you at least point me in the right direction so I know where to look?

    #1102475
    Joao
    Moderator

    Hi There,

    #2 I am just seeing two ads on your home page on tablet. 1 on top and 1 at the bottom.

    Are referring to the home page?

    What device and browser you are using while experiencing the issue?

    Thanks

    Joao

    #1106560
    Trankuility
    Participant
    This reply has been marked as private.
    #1106667
    Rue Nel
    Moderator

    Hello There,

    This is happening because there are two sections added on the page. One section is hidden on desktop and only visible in tablet screens. Please see the image below:

    I would suggest that you check the plugin in charge in displaying your ads. Did you add it with a custom code?

    Please let us know how it goes.

    #1135962
    Trankuility
    Participant
    This reply has been marked as private.
    #1136359
    Rad
    Moderator

    Hi there,

    Please add this CSS to your custom CSS,

    .x-sidebar .x-social-global a {
        margin-right: 10px;
    }

    That should do it 🙂 cheers!

    #1137135
    Trankuility
    Participant

    That worked too, thank you.

    #1137256
    Jade
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1100327 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>