laurent

Forum Replies Created

Viewing 8 posts - 21 through 28 (of 28 total)
  • Author
    Posts
  • in reply to: update user data #21607
    laurent
    Participant

      ah ok got it…
      Thank you 😉

      in reply to: update user data #21599
      laurent
      Participant

        I dont see that the registration is enable.

        the “update my user data with the details above” box is only displayed on desktop version and doesn’t appear on mobile version.

        What’s wrong ?

        in reply to: update user data #21590
        laurent
        Participant

          If I understand well, this potion is for registration ? if its for a other use,
          let me know what…

          If we use the website without registration option, we dont need to update de user data , right?

          in reply to: Confirmation order in a new page #21446
          laurent
          Participant

            Olly,

            I dont know what would be the action hooks inside ‘wppizza-order.php’
            Do you have an example to hide this code [wppizza category=’drinks’] on the final confirmation ?

            Thanks

            in reply to: Ingredient Popup with sticky Background #21445
            laurent
            Participant

              Found the Z-index in the CSS Responsive.
              And it works.
              Thank you

              in reply to: Ingredient Popup with sticky Background #21304
              laurent
              Participant

                Hi Olly,

                Where is exactly this z-index property ?
                In the CSS of WP pizza ? Admin-Style ?

                Thank you

                in reply to: Ingredient Popup with sticky Background #21299
                laurent
                Participant

                  Hi Olly,

                  I Found this solution code on the web.

                  body.modal-open {
                  // block scroll for mobile;
                  // causes underlying page to jump to top;
                  // prevents scrolling on all screens
                  overflow: hidden;
                  position: fixed;
                  }
                  body.viewport-lg {
                  // block scroll for desktop;
                  // will not jump to top;
                  // will not prevent scroll on mobile
                  position: absolute; 
                  }

                  Its works perfectly, and after tried with that the difference is just big.
                  When the ingredient Popup is open on mobile device, with the unscrollable background its more stable, easy, and confortable for users..

                  I can just advice you to add this option in your plug in.

                  There is one more little thing about the Popup, on Mobile device.
                  the Top of the Popup is hide by the Minicart on the top of the screen. Is that possible to add space between them ?

                  Thank you for your help and job.
                  Apprceciate

                  in reply to: Ingredient Popup with sticky Background #21297
                  laurent
                  Participant

                    Hello Olly,

                    Thank you for for the code.

                    I just added it in the CSS file, and it work perfectly on the desktop version but
                    not on mobile device.

                    The Background is still scrolling behind the pop up.

                    Any ideas ?

                  Viewing 8 posts - 21 through 28 (of 28 total)