Olly

Forum Replies Created

Viewing 20 posts - 1,681 through 1,700 (of 4,446 total)
  • Author
    Posts
  • in reply to: Unable to approve "pending" menu items #29436
    Olly
    Admin & Mod

      wppizza 3.0 doesnt really do this (at least i did not knowingly add anything to enable this)
      however can you please do the following

      – send me a screenshot / list of all the plugins you have installed
      – send me a screenshot of “WPPizza -> Access Rights” page (if you do not have access to this let me know that too)

      in reply to: Link to Google Maps on Notifications #29425
      Olly
      Admin & Mod

        this isn’t really practical as i have no idea as to which field (or fields) are used for the address and how people would enter their addresses

        that said, if we are talking about the delivery by postcode plugin and using the google maps option, then that might be feasible

        in reply to: Rest api #29307
        Olly
        Admin & Mod

          wppizza is just a wordpress plugin (using a custom post type called ‘wppizza’ – unsurprisingly)
          I can see no reason why one should not be able to use it

          some random example how to make it RESTable so to speak https://wordpress.stackexchange.com/questions/201657/wp-rest-api-fetch-posts-from-post-type

          there are also filters in the plugin to add to the post type etc registration as mentioned here
          https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/

          in reply to: Items don't show up. #29284
          Olly
          Admin & Mod

            doesn’t look to me like you are using templates for , but simply the normal/default shortcodes.
            therefore i would suggest/try to set your settings in the plugin to using “install option 1”
            and see if that works for you

            (just an educated guess. if this does not do anything i would need some more info – we’ll get to that if necessary)

            in reply to: add_ingredients_filter #29243
            Olly
            Admin & Mod

              I updated the plugin (5.0.9 now)
              update it from your admin plugins page and then you should be able to use the (second – for v5.0.9) codesnippet i added here

              https://support.wp-pizza.com/topic/addingfiltering-the-output/

              instead.

              as ever, if you have any issues, let me know

              in reply to: add_ingredients_filter #29241
              Olly
              Admin & Mod

                you are right. that script/codesnippet as is won’t work anymore with v5.0.8

                i will need to update that plugin (and add a couple of things). When done – later today or tomorrow – I’ll post an update to that code here (one might need to use another filter entirely, not sure yet )

                in reply to: add_ingredients_filter #29237
                Olly
                Admin & Mod

                  I need a link please

                  in reply to: add_ingredients_filter #29235
                  Olly
                  Admin & Mod

                    as of 5.0.7 (see changelog here : https://support.wp-pizza.com/downloads/wppizza-add-ingredients/) you must use a class selector instead of id for exactly that reason that you cannot have two elements with the same id if you append/add/double up this button .

                    i know the changelog example is about the css, but it applies anywhere this button is used

                    therefore you should change your

                    
                    $str.='<div style=”margin:0 0 30px 0;padding:3px 3px 0 0;”><input id=”wppizza-diy-to-cart” class=”btn btn-primary” type=”button” value=”‘.$lbl[‘add_to_cart’].'”></div>’;
                    

                    to

                    
                    $str.='<div style=”margin:0 0 30px 0;padding:3px 3px 0 0;”><input class=”wppizza-diy-to-cart btn btn-primary” type=”button” value=”‘.$lbl[‘add_to_cart’].'”></div>’;
                    

                    and this should work again (let me know if it does not)

                    in reply to: Importing Postcodes #29232
                    Olly
                    Admin & Mod

                      see “troubleshooting” here
                      https://support.wp-pizza.com/downloads/wppizza-add-ingredients/

                      it’s likely to be the same issue

                      in reply to: Importing Postcodes #29196
                      Olly
                      Admin & Mod

                        Hi
                        there isn’t really a simple way of doing this.
                        However, I understand that in some circumstances it might be somewhat tedious to do this manually.

                        Let me ask you something first though: How comfortable are you with writing/editing a little php script, as I could probabaly write a few lines of code you (and for the benefit of others) could adapt to make this a little simpler ?

                        i would/could put it into the codesnippet section for future use

                        in reply to: Change URL, Ingredients doesnt Work #29184
                        Olly
                        Admin & Mod

                          >watch urself at the site Please
                          there’s nothing to watch … all it says is something like “this shop will be available soon” (or similar ?

                          > I couldn’t find a setting, where I could change the URL,
                          there is absolutely nowhere in the plugin that uses (or sets) these kind of absolute url’s . i strongly suspect your issue is elsewhere
                          if you move/change WP site urls’s there is more than just one place where you need to change this – i would recommend using some sort of cloning plugin perhaps (though admittedly i do not entirely know what it is you want to achieve)

                          in reply to: Edit Bug that affects price #29182
                          Olly
                          Admin & Mod

                            a) that page is a 404
                            b) if you only manages to reproduce this once, then it’s more likely that something else was at fault (slow server for example)
                            c) of course , if you can reproduce this reliably i will happily check and find out whats going on, but if it’s not reproducable there isn’t really anything i can do (especially without a link to where you had this issue)

                            in reply to: responsive product overview #29166
                            Olly
                            Admin & Mod

                              you are adding this

                              @media screen and (max-width: 901px)
                              .wppizza-article-info {
                              position: relative;
                              }

                              which results in that div blocking prices which in turn makes them unclickable.
                              i would suggest you start with wppizza->layout -> style == responsive

                              and/or adjust your custom css

                              in reply to: responsive product overview #29144
                              Olly
                              Admin & Mod

                                without a link to the site i cannot comment really

                                in reply to: "Remove" an Ingredients!!! #29082
                                Olly
                                Admin & Mod

                                  glad it helped

                                  in reply to: "Remove" an Ingredients!!! #29022
                                  Olly
                                  Admin & Mod

                                    perhaps have a look here
                                    https://support.wp-pizza.com/twentytwelve/our-menu/user/

                                    breakfast example – which has preselected ingredients you can de-select or in fact check out any of the other examples

                                    in reply to: shortcode for delete order #29001
                                    Olly
                                    Admin & Mod

                                      >is there a shortcode to delete (empty) the order?
                                      no.

                                      actually i don’t even understand how what you are describing above works

                                      of course i dont know the ins and outs of your setup so am guessing a bit, but if the waiter is using the system and the customer is using the system at the same time the waiter cannot empty the customers order/cart as the sessions will be completely independent/different from each other (unless they are literally using the same tablet )

                                      in reply to: WP Pizza integration into Theme #28993
                                      Olly
                                      Admin & Mod

                                        sorry, but i cannot advise on individual themes
                                        https://support.wp-pizza.com/topic/best-theme-to-use-for-wppizza/

                                        that said, I cannot see any reason why it should not be possible to list menu items with different size options

                                        in reply to: Only Menu, no orders #28985
                                        Olly
                                        Admin & Mod

                                          for both simply overwrite the css declarations as required
                                          https://support.wp-pizza.com/topic/customising-the-css/

                                          in reply to: Only Menu, no orders #28983
                                          Olly
                                          Admin & Mod

                                            maybe your shopping trolly comes from elsewhere
                                            got a link to the site ?

                                          Viewing 20 posts - 1,681 through 1,700 (of 4,446 total)