Olly

Forum Replies Created

Viewing 20 posts - 2,301 through 2,320 (of 4,446 total)
  • Author
    Posts
  • in reply to: Ingredient Popup with sticky Background #21305
    Olly
    Admin & Mod

      use your browsers element inspector…

      in reply to: Confirmation order in a new page #21303
      Olly
      Admin & Mod

        >do you think possible that the confirmation Order would open in a new page ?
        no

        you should use the action hooks inside ‘wppizza-order.php’ (the ones available between <form> and </form>) – as the form gets replaced – to do that

        in reply to: Ingredient Popup with sticky Background #21302
        Olly
        Admin & Mod

          > Its works perfectly,
          in your secenario/theme perhaps, but wont work generically .

          .modal-open is a class that gets added/removed by wordpress
          .viewport-lg is a class *your* theme adds (and presumably removes)

          >the Top of the Popup is hide by the Minicart on the top of the screen. Is that possible to add space between them

          no. use the z-index to hide the minicart behind the ingredients or the z-index on the ingredients popup to bring this forward.
          depends on your theme whats best (though it does make sense here to increase the z-index for the AI popup in an update to at least account for the minicart)

          the minicart z-index was increased a few months ago for themes that themselves use a high z-index somewhere.
          it’s a race to nowhere though as it really depends on your theme . although i can make it reasonably high to start off with ,someone somewhere will have a higher one.
          this will never work 100% on absolutely all themes and will have to be adjusted depending on what theme you use

          in reply to: Ingredient Popup with sticky Background #21298
          Olly
          Admin & Mod

            seems to be a common problem with mobile devices.
            though i can think of some js one could write, do you know of a link/site where this works for mobiles ?
            maybe they have/had a better idea than what i can come up with off the top of my head

            on second thoughts, what happens if you also add ?

            
            html{
                width: 100%;
                height: 100%;
            }
            

            can you try that in your scenario and tell me if this works at least in your case ?

            in reply to: Ingredient Popup with sticky Background #21296
            Olly
            Admin & Mod

              try adding

              
              body.modal-open {
                  overflow: hidden;
              }

              to your css somewhere

              in reply to: Urgent: Order page not displaying correctly #21293
              Olly
              Admin & Mod

                >he order page will not show any orders. Just that the cart is empty
                you’d have to put things into the cart first ….. (and put it somewhere naturally)

                https://support.wp-pizza.com/topic/things-to-do-on-first-install/

                in reply to: Orders not working #21291
                Olly
                Admin & Mod

                  seems your emails aren’t working.
                  enable debug (https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/) and check your debug log

                  in reply to: Categories created in posts not showing in list #21289
                  Olly
                  Admin & Mod

                    which version of the plugin are you using ?

                    in reply to: How to add a description to a category #21142
                    Olly
                    Admin & Mod

                      just type it in on the page. am i missing something ?

                      in reply to: The email html Template is not working correctly #21140
                      Olly
                      Admin & Mod

                        >Do you know why this is happening?

                        wppizza-order-email-html.php does absolutely nothing when you are using th edrag and drop templates.
                        if you use those, use the style editing/options that go with it

                        in reply to: Google drive problems #21132
                        Olly
                        Admin & Mod

                          did you set clientid, secret, token?
                          did you enable debug (https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/) and look at your debug log ?

                          in reply to: Can't add distance (area) #21130
                          Olly
                          Admin & Mod

                            > the word “close” is right behind the “x”. Is it possible to remove that?
                            you have to talk to your theme developer about that.
                            that’s the WP standard thickbox close for screenreaders .
                            has nothing to do with the plugin

                            in reply to: Can't add distance (area) #21123
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: Can't add distance (area) #21121
                              Olly
                              Admin & Mod

                                PS: do you have enough space on your server ? (although that plugin is only a few kb)

                                in reply to: Can't add distance (area) #21120
                                Olly
                                Admin & Mod
                                  This reply has been marked as private.
                                  in reply to: Can't add distance (area) #21117
                                  Olly
                                  Admin & Mod

                                    i’ll also do something about the layout so the buttons are not that messed up (kind of surprised i overlooked that one)
                                    might take a day or two. when you see an update to the plugin, just install it

                                    in reply to: Can't add distance (area) #21116
                                    Olly
                                    Admin & Mod
                                      This reply has been marked as private.
                                      in reply to: Can't add distance (area) #21115
                                      Olly
                                      Admin & Mod
                                        This reply has been marked as private.
                                        in reply to: Can't add distance (area) #21113
                                        Olly
                                        Admin & Mod
                                          This reply has been marked as private.
                                          in reply to: Change the Pop Up color #21111
                                          Olly
                                          Admin & Mod

                                            use your browsers element inspector to find out which element has which class/id

                                          Viewing 20 posts - 2,301 through 2,320 (of 4,446 total)