• Resolved wistlaumann

    (@wistlaumann)


    hello!

    the close button on my slide-in is not 100% visible. its right outside my browser window. how can i fix it?

    regards
    chris

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @wistlaumann

    I hope you are doing good today.

    Are you able to share with us the page URL where this slide-in is visible so we could take a closer look?

    Kind Regards,
    Kris

    Thread Starter wistlaumann

    (@wistlaumann)

    here is my url: https://nordisch-dangast.de/home/

    now i have the issue, that i cant edit my slide-in anymore. the whole plugin will not work in backend ??

    wordpress 5.9.3 with Hustle Version 7.4.13.1

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @wistlaumann

    I hope you are doing well.

    I can see the issue on your front end, I suggest moving the button to left:

    .hustle-ui.hustle-slidein.hustle_module_id_3 .hustle-slidein-content .hustle-info.hustle-info--compact .hustle-button-icon{
        left: 0;
        right: unset;
    }

    But you can also keep on right but push 20px:

    .hustle-ui.hustle-slidein.hustle_module_id_3 .hustle-slidein-content .hustle-info.hustle-info--compact .hustle-button-icon{
        right: 20px;
    }

    You can add the CSS on WordPress > Appearance > Customise > Additional CSS or Hustle > Slide-in > Appearance > Custom CSS.

    About the backend not working, it is usually related to a plugin conflict, could you please make a Full backup of your website and run a plugin conflict following this workflow?

    https://wpmudev.com/wp-content/uploads/2015/09/Support-Process-Support-Process.gif

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

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @wistlaumann ,

    We haven’t heard from you for a while now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

    Thread Starter wistlaumann

    (@wistlaumann)

    hello!
    sorry, your code is not working on my browser. what can i do?
    regards

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @wistlaumann

    I hope you’re well today!

    The code that we share earlier is not browser-specific. It’s quite a generic CSS and it should work fine in any browser.

    I just visited your site and it seems the close button is showing up just fine there but CSS can actually be cached in browser.

    If you can see it working fine in a different browser or in “incognito” tab then it confirms that it’s a matter of browser cache. You’d need to wait until browser cache expires or you can clear browser cache or you can use a plugin such as free “Prevent Browser Caching” on to actually “break” the browser cache and force it to update.

    Kind regards,
    Adam

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Slide-in Close Button not 100% visible’ is closed to new replies.