• When I activate the floating interface on mobile devices, a white box is added to the bottom (element “div.heateor_sss_mobile_footer”). I guess it’s there so that the footer is not covered by the share box when you scroll to the bottom. That is good, however…

    1) that white box appears also on pages where the floating share box is deactivated (e.g. home) – it should appear only on pages where the floating share box is activated.

    2) the share box has a bottom position of “-2px” which causes a 2px white line between the footer and the share box when you scroll to the bottom of the page. The bottom position should be “0”, or alternatively the “div.heateor_sss_mobile_footer” box should only by 33px instead of 35px.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Sven Woltmann

    (@svenwoltmann)

    Follow-up: actually the bottom position of “.heateor_sss_bottom_sharing” should be “0”. If you leave the bottom position at “-2px”, the icons won’t be centered correctly.

    Plugin Author Heateor Support

    (@heateor)

    I guess it’s there so that the footer is not covered by the share box when you scroll to the bottom. That is good, however…

    Yes, that’s the reason.
    Thanks for the heads up. We will take care of those glitches in the upcoming releases.

    Plugin Author Heateor Support

    (@heateor)

    This has been fixed in version 3.2.4. Update your plugin.

    Thread Starter Sven Woltmann

    (@svenwoltmann)

    Thank you, the white box is now gone.

    However, there’s still a 2px margin between the footer and the share buttons because of the following CSS entry:

    .heateor_sss_bottom_sharing {
        ...
        bottom: -2px!important;
        ...
    }

    The bottom position should be set to 0.

    Plugin Author Heateor Support

    (@heateor)

    However, there’s still a 2px margin between the footer and the share buttons

    ?? Is this even noticable? We will take care of this in the upcoming releases.

    Thread Starter Sven Woltmann

    (@svenwoltmann)

    Absolutely (my footer has a black background).

    Plugin Author Heateor Support

    (@heateor)

    Oh. We will take care of this in the upcoming releases.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Floating interface adds white box at bottom of all pages’ is closed to new replies.