Olly

Forum Replies Created

Viewing 20 posts - 2,641 through 2,660 (of 4,447 total)
  • Author
    Posts
  • in reply to: Use ZipCode Plugin but avoid Popup #17076
    Olly
    Admin & Mod

      i’m only guessing, but did you set up the plugin for ALL (sub)sites too ?

      sorry, didnt read your post properly, it seems you did.
      i’ll try to reproduce this sort of setup here first before commenting further

      in reply to: problem with foreach and other #17037
      Olly
      Admin & Mod

        as it says: https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/

        delivery by postcode required at least 2.11.9

        in reply to: Button to trigger Ingredients? #17018
        Olly
        Admin & Mod

          in fact, if you just want to add some link somewhere, then i dont really see the need for any of this and you just do an (parent)element>find > x > trigger> click without having to even worry about ids and whatnot

          in reply to: Button to trigger Ingredients? #17017
          Olly
          Admin & Mod

            FYI: the AI popup gets invoked by jQuery, changing the “wppizza-add-to-cart” class(es) to “wppizza-add-ingredients” based on var wppizza_addingredients = {“ing”:[……. as above and depending on the surrounding id’s /classes to get the ingredient for the right size and item

            sure you could add a filter to change the wppizza-add-to-cart to start off with.
            alas, that filter did not exist actually when the plugin was conceived, so it does it by jQuery as outlined above

            in reply to: Button to trigger Ingredients? #17016
            Olly
            Admin & Mod

              >Its a UX thing. Not all items have ingredients so I’m trying to show that there are ingredient options for specific items.

              you could of course just set some icon, add some text to the description etc etc OR
              – perhaps that’s what you are missing – read the id’s that are in “wppizza_addingredients” , typically something like

              
              var wppizza_addingredients = {"ing":[77,67,30,17,16,7,5,3,48,47,110,119,135,142],......etc
              

              and add things that way . the id’s here refer to the items that have added ingredients….

              in reply to: Button to trigger Ingredients? #17014
              Olly
              Admin & Mod

                of course the use of the filters will make things turn up in particular areas – so “not tied to things” was a bad choice of words i guess
                but they do not just have one particular use but can be used as you see fit

                in reply to: Button to trigger Ingredients? #17011
                Olly
                Admin & Mod

                  entirely up to you of course, but to be honest, i cannot see the point of your exercise.
                  you are trying to add what clicking on the prices already does….

                  but maybe i’m missing something

                  in reply to: Button to trigger Ingredients? #17010
                  Olly
                  Admin & Mod

                    you can do whatever you want with the filters . they are not tied to anything in particular
                    and there are various filters . whatever you do with them is up to you

                    in reply to: Button to trigger Ingredients? #17009
                    Olly
                    Admin & Mod

                      its the “wppizza-add-ingredients” class you need to add which is tied to the surrounding id’s
                      look at your elements inspector…

                      in reply to: Button to trigger Ingredients? #17007
                      Olly
                      Admin & Mod

                        >Hmm so with the JQuery method, I would need a script for each menu item

                        no, but you need to learn about the “each” method (or smilar)

                        in reply to: Button to trigger Ingredients? #17004
                        Olly
                        Admin & Mod

                          obviously you have to target each one individually….

                          and the “…..trigger-click” is definitely the wrong class to use.
                          you need to look the elements (id’s / classes) the individual prices are wrapped in

                          in reply to: Server 500 Error #17001
                          Olly
                          Admin & Mod

                            you must check your server error logs, a 500 error could be absolutely anything

                            in reply to: Button to trigger Ingredients? #16999
                            Olly
                            Admin & Mod

                              use the actions/filters in the loop templates,
                              and/or edit the loop template
                              and/or use jquery
                              and/or …whatever else you can think of.

                              be creative….

                              in reply to: Email Signup #16997
                              Olly
                              Admin & Mod

                                there are (plenty of) action hooks on the orderpage you could use to add additional checkboxes for example to add people to a mailinglist or whatever else you can think of.

                                just add some jquery/ajax/whatever somewhere I would have thought that does what you need it to do

                                Be creative…

                                in reply to: Button to trigger Ingredients? #16995
                                Olly
                                Admin & Mod

                                  just use the same id’s classes as in the “original” elements

                                  in reply to: problem with foreach and other #16993
                                  Olly
                                  Admin & Mod

                                    your main wppizza installation seems corrupt / is missing files.
                                    what version(s) of the plugins are you using

                                    in reply to: problem with recent update about cart #16976
                                    Olly
                                    Admin & Mod

                                      your whole theme/site seems broken.
                                      there is no closing </body> or </html> which suggests you have some fatal errors somewhere.
                                      turn on debug and investigate

                                      in reply to: Additional Order Field in Ordermail #16973
                                      Olly
                                      Admin & Mod

                                        cannot give you an ETA though. I am just assuming what it is. can’t yet say i _know_ yet what it is or how long it will take to amend

                                        in reply to: Additional Order Field in Ordermail #16971
                                        Olly
                                        Admin & Mod

                                          i think i know why that is and has something to do with another bug that was fixed a couple of weeks ago (which now has caused this behaviour it seems)
                                          clearly it should show up in all templates – even previously set ones

                                          i’ll find out

                                          in reply to: Additional Order Field in Ordermail #16968
                                          Olly
                                          Admin & Mod

                                            works just fine here.
                                            double check your template settings.
                                            if you enable an additional formfield you have to go back to your templates and enable it there too

                                          Viewing 20 posts - 2,641 through 2,660 (of 4,447 total)