• Resolved mahesh695

    (@mahesh695)


    Hi,
    I have been using this plugin since so many days and it has been working fine.But after updating the plugin both vertical and horizontal buttons are getting displayed.previously it was working fine.The settings I am using are for screen size larger than 981 pixels i’m using vertical buttons and screen size less than 980 pixels I am using horizontal buttons.But after the update both vertical and horizontal buttons are getting displayed in both desktop and mobile.Please help me, so that it works fine.

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    Nothing changed as far as responsiveness, so make sure the Responsiveness checkboxes are checked in the Floating panel, then troubleshoot by temporarily deactivating other plugins and switching themes and to find the cause.

    When you view the HTML source you should see inline CSS like:

    @media screen and (max-width:980px){
    .a2a_floating_style.a2a_vertical_style{display:none;}
    }
    @media screen and (min-width:981px){
    .a2a_floating_style.a2a_default_style{display:none;}
    }

    Provide a URL that shows the live issue if you can’t find the cause.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsiveness not working after updating plugin’ is closed to new replies.