• Resolved efc

    (@eceleste)


    Hustle’s vanilla theme is a great idea, but it seems to remove the mask from the page! With other popup themes there is a gray mask overlayed on the page, but with the vanilla theme the popup does not include that mask. There is also no option to customize the mask, though that would be less important if the mask simply was present.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @eceleste

    I hope you’re fine today!

    Just to make sure if we’re on the same side here: are you referring to Hustle’s “popup” or “slide-in”?

    Slide-ins don’t have mask at all, even if they are not using vanilla theme but for popup there is a mask but just isn’t visible and needs additional style. For example, this CSS added tocustom CSS will make it semi-transparent (black with 50% transparency):

    .hustle-popup-mask {
    	background:rgba(0,0,0,0.5);
    }

    However, note please that you might need to add it to general site’s custom CSS (“Appearance -> Customize -> Additional CSS) rather than to the one in popup settings.

    Best regards,
    Adam

    Thread Starter efc

    (@eceleste)

    This was on a popup.

    Yes, I discovered the CSS work-around already. However, that is not documented and the need for this outside the CSS customization you make available in the plugin itself is very odd.

    Instead, the plugin really should leave this mask in place even for “vanilla” themes.

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @eceleste ,

    Thank you for your feedback. I’ll pass it to the Hustle developers.

    kind regards,
    Kasia

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mask missing with vanilla theme’ is closed to new replies.