Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • famarinu
    Participant

    Hi,
    Thank you for creating this plugin in very useful and easy to use.
    I have a problem with the “follow icons” in the mobile version.
    When I open the site these appear and then disappear after a few seconds. why are they not hidden immediately when the site is opened? I tried to insert this code:

    .wpsr-hide {
        display: none;
    }

    in the css file of the wordpress theme, but nothing has changed.

    The theme I use is enfold, the plugin version is 6.2 and wordpress is 5.5.3, il sito è https://leagrowingpeople.com

    Thanks for the support.
    Manuela

    Hi @famarinu,

    Thanks for using WP Socializer.

    There is a small blip because, the decision to hide the follow icons is made on the browser side.

    Anyways, you can use below CSS to instantly hide it using CSS.

    @media only screen and (max-width: 767px){
        .wpsr-follow-icons[data-sm-action="hide"] {
            display: none;
        }
    }

    Hope it helps.

    Thanks,
    Aakash

    Marking as resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter