Tagged: x
-
AuthorPosts
-
July 23, 2016 at 9:52 pm #1100327
TrankuilityParticipantHello, I have 3 questions.
Please see below.
July 23, 2016 at 9:58 pm #1100331
TrankuilityParticipantThis reply has been marked as private.July 24, 2016 at 1:58 am #1100433
ChristopherModeratorHi 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.
July 25, 2016 at 1:57 pm #1102322
TrankuilityParticipantThank 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?
July 25, 2016 at 3:47 pm #1102475
JoaoModeratorHi 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
July 28, 2016 at 12:32 am #1106560
TrankuilityParticipantThis reply has been marked as private.July 28, 2016 at 2:12 am #1106667
Rue NelModeratorHello 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.
August 17, 2016 at 7:42 pm #1135962
TrankuilityParticipantThis reply has been marked as private.August 18, 2016 at 1:41 am #1136359
RadModeratorHi there,
Please add this CSS to your custom CSS,
.x-sidebar .x-social-global a { margin-right: 10px; }That should do it 🙂 cheers!
August 18, 2016 at 12:15 pm #1137135
TrankuilityParticipantThat worked too, thank you.
August 18, 2016 at 1:29 pm #1137256
JadeModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1100327 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
