• Resolved danielsimoncharles

    (@danielsimoncharles)


    Hi,

    I’ve using Kiwi premium for a while and just decided to use the floating buttons.

    For some reason they don’t appear.

    The article bar shows at the footer of every post as intended, but I’d like to have a floating social bar appear docked to the bottom of every blog post on mobile, similar to how Add this do it.

    I’ve tried multiple settings and also tried switching themes, deactivating plugins etc and nothing seems to make the floating bar appear.

    Any thoughts?

    Thanks

    Dan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @danielsimoncharles,

    Thank you for reaching out to us!
    To use the floating bar you first need to go to your dashboard > Kiwi > and make sure you have checked the social media networks you want to display in the Floating bar as well, see my screenshot: https://gyazo.com/c19b09bb81b9f18ebfcd3bf4fbb98762

    After you do this, go to the tab Floating bar and turn it on, see my screenshot: https://gyazo.com/3ba969b9b1ed4f789db6b65be5f85573

    Once you do this, it should work! Please let me know how it goes!

    All the best,
    Mihaela

    Thread Starter danielsimoncharles

    (@danielsimoncharles)

    Hi,

    Sorry for the slow response, I didn’t seem to get any email notifications about this.

    I added networks to the floating sidebar and it is showing up now, so that works, thanks.

    I have another question though if that’s okay?

    I’d like the floating bar to appear in the footer of the pages only on mobile, not on desktop. I’d also like to be able to stretch the floating social buttons across the bottom of the screen on mobile.

    I can’t see any options for these controls in the dashboard but hoping its possible.

    Any suggestions, CSS etc that could do this?

    I think being able to customise the floating bar more, would be a great addition to the plugin, even if its a premium option.

    Cheers

    Dan

    Hello @danielsimoncharles,

    To show the floating bar only on mobile add this code in Appearance > Customize > Additional CSS:

    
    @media screen and (min-width: 1100px) { ul.kiwi-floating-bar.bottom {
        display: none;
    }
    }
    

    Regarding your second question, unfortunately this is not yet possible.

    All the best,
    Mihaela

    Thread Starter danielsimoncharles

    (@danielsimoncharles)

    Hi,

    Thanks for that. it worked great.

    I’d like to put in a feature request to set the floating bar to fit the width on mobile or just generally have a bit more control over this element of the plugin.

    Thanks

    Dan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Floating Bar Not Showing’ is closed to new replies.