• Resolved tazcrzy

    (@tazcrzy)


    With the new version of the plugin, my bar is no longer staying at the bottom of the page. How do I fix?

    Previously, you gave me this code:
    .hustle-modal.hustle-modal-two.hustle-animated.hustle-animate-slideInLeft {
    height: 120px !important;
    width: 100% !important;

    }

    No Longer Working

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @tazcrzy,

    Trust you’re doing well!

    Just to clarify, do you wish to pace the slid-in at the bottom of a page? In this case, please add this CSS to Appearance > Customize > Additional CSS:

    @media (min-width: 783px) {
    .hustle_module_id_1 .hustle-layout {
        height: auto !important;
    }
    }

    Hope this helps!

    Cheers.
    Nastia

    Thread Starter tazcrzy

    (@tazcrzy)

    Thank you, just added to the original code and it is still not working. I want the slide-in always at the bottom of the page no matter the scroll

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @tazcrzy

    Please also add the following code in Appearance -> Customize -> Additional CSS and let us know who that goes:

    @media (min-width: 783px) {
      .hustle_module_id_1 .hustle-slidein-content {
        max-height: 107px !important;
        overflow: hidden !important;
      }
      .hustle_module_id_1 {
        padding: 0;
      }
    }

    Warm regards,
    Dimitris

    Thread Starter tazcrzy

    (@tazcrzy)

    REALLY NEED YOUR assistance to solve this. The website is due to go live this week and having the Slide In show up in the middle of the page is not acceptable. Do I just need to revert to the older version of the plugin to make this work again?

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @tazcrzy,

    I can see that the slidein is not positioned at the bottom of your site, did you manage to sort this out?

    If you’re still having this issue can you grab us a screenshot of how it looks on your end and which browser and OS are you using?

    Cheers,
    Predrag

    Hi @tazcrzy,

    I hope you’re doing well!

    We’ve not heard from you in a while. I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Have a good day!

    Cheers,
    Nastia

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Placement of Slide In’ is closed to new replies.