• Resolved Mohammad

    (@mohammad177)


    Hello,
    Thanks for your valuable plugin.
    I have a suggestion for overlay on the mobile:
    Now, when we tap the search bar, it overlays the screen but there is no way (I couldn’t find a way) to go back to the page without searching and clicking on one item.
    Sometimes the user wants to go back to the page or maybe he/she accidentally touch the search bar so I think if there is a way to go back to the page, it’s really better to the user experience of the search bar. For example, if the user touches one part of the white overlay page, it disappears.
    What do you think?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem when I go back on overlaid screen It reloads the previous page.

    • This reply was modified 4 years, 2 months ago by oscarbg.
    Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    You have following CSS in your child theme:

    .dgwt-wcas-search-wrapp {
        min-width: 100%!important;
    }

    replace it with

    .dgwt-wcas-search-wrapp:not(.dgwt-wcas-search-wrapp-mobile) {
        min-width: 100%!important;
    }

    Best
    Damian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Overlay on the mobile suggestion’ is closed to new replies.