Social share icons floating only at the beginning of the post

Home Forums Gillion Theme Social share icons floating only at the beginning of the post

Home Forums Gillion Theme Social share icons floating only at the beginning of the post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • dellgirl
    Participant

    There are social share icons at the beginning of each blog post on the left. But, when I start scrolling or reading a post, icons disappear as soon as I pass the featured image.
    I would like them to follow the blog text to the end. In fact, I think I remember it was like that before.
    URL, for example:

    https://igrastaklenihperlica.rs/saveti/mikro-makrame-bezel/

    Attachments:
    You must be logged in to view attached files.

    Hi @dellgirl,

     

    I hope you are well today and thank you for your question.

     

    I could confirm the issue on your site but it is working fine on my test site using below the latest version of the theme.

     


    Please login to access this file

     

    Please clear and temporarily disable the cache that you are using on your site so that I can troubleshoot the issue.

     

    Best regards,
    Shufflehound team

    dellgirl
    Participant

    Ok, I have disabled WP fastest cache and cleared all cache.

    I have also deactivated Clearfy.

    It seems the markup of the single post page is not correct on your site.

     

    Have you made any changes in the single post page theme file?

     

    This can be child theme issue used on your site so to confirm it just temporary use the Gillion theme on your site. If everything works fine then it’s your site child theme issue.

     

    If it’s nothing above stated then would you mind if I log in to your site and do some troubleshooting? If this is ok then could you please temporary share me your site admin login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able see it)”?

    dellgirl
    Participant

    I have disabled Gillion child, and it is the same.

    Please, have a look.

    Solution for this topic

    I logged into your site and saw the issue was occurring due to the below custom CSS code used on your site.

     

    .single-post .post-tags-container {
        display: none;
    }

     

    So I resolved the issue by using below CSS code on your site.

     

    .single-post  .sh-page-links {
        clear: both;
    }
    
    .single-post .post-switch {
        margin-top: 0;
    }

    Could you please confirm it?

    dellgirl
    Participant

    Yes, that’s it.

    Thank you for a quick response.

    You are always welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)