Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1175301
    clumi
    Participant

    Hi,
    I tried to add Social icons on a text widget. I copied the code I found on this forum, but nothing can be see.
    Why?

    Thanks,

    Home


    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    #1175420
    Joao
    Moderator

    Hi There,

    You can add the following code in your text widget and adjust according to your needs.

    <div class="x-social-global">
      <a href="https://www.facebook.com/TheZenGirl" class="facebook" title="Facebook" target="_blank"><i class="x-icon-facebook-square"></i></a>
      <a href="https://twitter.com/TheZenGirl" class="twitter" title="Twitter" target="_blank"><i class="x-icon-twitter-square"></i></a>
      <a href="https://plus.google.com/u/0/+StacyConlon/posts" class="google-plus" title="Google+" target="_blank"><i class="x-icon-google-plus-square"></i></a>
      <a href="https://www.linkedin.com/in/stacyconlon" class="linkedin" title="LinkedIn" target="_blank"><i class="x-icon-linkedin-square"></i></a>
      <a href="https://instagram.com/thezengirl/" class="instagram" title="Instagram" target="_blank"><i class="x-icon-instagram"></i></a>
      <a href="https://www.pinterest.com/thezengirl/" class="pinterest" title="Pinterest" target="_blank"><i class="x-icon-pinterest-square"></i></a>
    </div>

    Let us know if you need further help

    Joao

    #1175446
    clumi
    Participant

    Thanks, This is the code I’ve already added, but nothing appears. Only white space.
    What’s wrong?

    Home


    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    #1175467
    clumi
    Participant

    How can I add slider on Latest Post Homepage?

    Thanks,

    Home


    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    #1175650
    Jade
    Moderator

    Hi there,

    Please provide us with the access to your admin section so that we could check on your content.

    #1176061
    clumi
    Participant
    This reply has been marked as private.
    #1176246
    Paul R
    Moderator

    Hi,

    1. I was able to fix it by changing the code to this.

    
    <div class="x-social-global">
      <a href="https://www.facebook.com/TheZenGirl" class="facebook" title="Facebook" target="_blank"><i class="x-icon-facebook-square" data-x-icon=""></i></a>
      <a href="https://twitter.com/TheZenGirl" class="twitter" title="Twitter" target="_blank"><i class="x-icon-twitter-square" data-x-icon=""></i></a>
      <a href="https://plus.google.com/u/0/+StacyConlon/posts" class="google-plus" title="Google+" target="_blank"><i class="x-icon-google-plus-square" data-x-icon=""></i></a>
      <a href="https://www.linkedin.com/in/stacyconlon" class="linkedin" title="LinkedIn" target="_blank"><i class="x-icon-linkedin-square" data-x-icon=""></i></a>
      <a href="https://instagram.com/thezengirl/" class="instagram" title="Instagram" target="_blank"><i class="x-icon-instagram" data-x-icon=""></i></a>
      <a href="https://www.pinterest.com/thezengirl/" class="pinterest" title="Pinterest" target="_blank"><i class="x-icon-pinterest-square" data-x-icon=""></i></a>
    </div>
    

    2. Please refer to this link – https://community.theme.co/kb/sliders/

    Hope that helps

    #1176361
    clumi
    Participant

    Thanks. 1st problem is solved.

    For 2nd problem – Slider on Recentpost Frontpage, I need more advice.
    I read the link you suggest, but I don’t know how page is available for Homepage when it displays Latest post.
    For short: how to have a slider on Latest post Frontpage? Do I need to add something in child theme, or is any option to check?

    Thanks
    http://www.luminitaciobanu.ro
    You can see credentials for my website on this private post
    https://community.theme.co/forums/topic/social-icons-on-text-widget/#post-1176061

    #1176506
    Paul R
    Moderator

    Hi,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1176997
    clumi
    Participant

    Thanks. I understand.
    Fortunately, I found myself a very-very simple solution. I chose Settings-Reading-Front page displays-A static page, and then I didn’t select anything for Front page, and I set Home for Post page.
    (picture attached)
    Here you can see!
    http://www.luminitaciobanu.ro
    That’s enough for me till I’ll become myself developer 🙂

    #1177040
    Rahul
    Moderator

    That’s really a great move!

    It’ll be helpful for other users as well.

    Thank You.

    #1239878
    clumi
    Participant

    Hi,

    How can disable Share this post option on my Homepage?

    Thanks,

    Home


    Credentials for my website are in private messages (FTP #1082721, WP-ADMIN #1071922)

    #1240251
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .home .x-entry-share {
        display: none !important;
    }

    Thanks.

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