• Resolved vkbeall

    (@vkbeall)


    Hello,

    I want to preface this post by saying that I love forminator and Hustle, and I’m grateful for the contributions your team has made to the WP community!

    I just wanted to say that…
    there are times when my “share” campaign appears with a scroll bar, I’m guessing it depends on screen-size and resolution. I was wondering if there’s a way to make it so that the floating share vertical bar doesn’t appear with a scroll bar.

    Screenshot:
    https://prntscr.com/vniu4d

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vkbeall

    (@vkbeall)

    also wanted to mention, another issue that I’m having is that the vertical social share bar is only appearing on my home page, even with no visibility rules.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @vkbeall

    I hope you are doing well.

    Could you try this CSS on Hustle > appearance > Custom CSS?

    .hustle-ui .hustle-social .hustle-counter--stacked::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .hustle-ui .hustle-social .hustle-counter--stacked {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

    Reference:
    https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp

    also wanted to mention, another issue that I’m having is that the vertical social share bar is only appearing on my home page, even with no visibility rules.

    I tried to replicate this on my website, but it work fine.

    Could you try to set a visibility rule > Load on All Page excepet, and leave the except field empty, it should load on all pages.

    Let us know the result you got.
    Best Regards
    Patrick Freitas

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @vkbeall

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scroll bar added to social share’ is closed to new replies.