• Resolved robjh

    (@robjh)


    Hi there,

    I’ve got the WP-Socializer all set up and displaying exactly as wanted. Unfortunately, I’ve got one issue which I can’t seem to resolve.

    If you take a look at one of my blog posts (Important: View on a mobile):
    http://localjostle.co.uk/dont-forget-optimise-retail-stores-conversion-rate/

    Then you will see that the mobile sharing buttons are displaying correctly but none of them are clickable.

    They seem to be floating BEHIND the text. This means when I try and click the buttons I simply end up highlighting the text.

    Any ideas on how I can make this appear in front of the text, and therefore hopefully be clickable, then that would be much appreciated.

    Kind regards,

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi,

    Please paste the following CSS rule in WP Socializer -> settings (tab) -> Additional css rules

    .wpsr-mobile-sb{
         z-index: 99999;
    }

    Thanks,
    Aakash

    Thread Starter robjh

    (@robjh)

    Hi Aakash,

    Thank you for the very quick reply and the solution. It works perfectly now!

    Kind regards,

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Buttons not clickable’ is closed to new replies.