Olly

Forum Replies Created

Viewing 20 posts - 2,881 through 2,900 (of 4,447 total)
  • Author
    Posts
  • in reply to: Font size labels #14618
    Olly
    Admin & Mod

      > I was able to change the font size for the menu items

      then you should also be able to change any other element/layout as required. this is a css/theme/layout question
      use your browsers element inspector to find the required the element class or id

      in reply to: Discount #14600
      Olly
      Admin & Mod

        Hi
        a couple of things

        a) generally , please always start/post your own topic. not only because things will stay somewhat more organised but also because if you were to mark a reply as private , the ORIGINAL POSTER would have access to it which is – let’s say – not ideal and probably not what you would wish….

        b) ignoring the above for the moment:
        the discounts in that plugin are not accumulative as – in theory – the customer could unintentionally end up with discounts that would exceed the total value of the purchase (although the plugin will never allow negative totals of course)

        that said, there is an argument that can be made for adding a checkbox or something to a discount that would allow this to be applied cumulative to others. Alas, this is not yet implemented.

        So , as a workaround for you , I wrote some function which – instead of using discounts actually reduces the price to start off with on a given day here

        https://support.wp-pizza.com/topic/change-prices-of-menu-items-depending-on-day-of-week/

        (this could also be used for all sorts of other things, so i put it in the codesnippets section)

        However I do not know exactly what you want to do where on your site, so you would have to tweak it as required. If you need some pointers there, feel free to let me know

        Olly

        in reply to: Change Pop Up text #14444
        Olly
        Admin & Mod

          have you looked in “wppizza->localization” ?

          in reply to: Receiving orders with wrong ingredients #14436
          Olly
          Admin & Mod

            I believe this is now fixed in add ingredients v4.13.1 – just update when it shows up in your dashboard/plugins page

            in reply to: Receiving orders with wrong ingredients #14421
            Olly
            Admin & Mod

              at first glance:

              what’s in the db seems to be fine actually. really seems to be a filter that does not correctly initialize an array/key if the current item does not have any ingredients of its own

              just need to find out which one…

              in reply to: Receiving orders with wrong ingredients #14419
              Olly
              Admin & Mod
                This reply has been marked as private.
                in reply to: Receiving orders with wrong ingredients #14397
                Olly
                Admin & Mod
                  This reply has been marked as private.
                  in reply to: Receiving orders with wrong ingredients #14394
                  Olly
                  Admin & Mod
                    This reply has been marked as private.
                    in reply to: Receiving orders with wrong ingredients #14393
                    Olly
                    Admin & Mod
                      This reply has been marked as private.
                      in reply to: Receiving orders with wrong ingredients #14392
                      Olly
                      Admin & Mod

                        ok, thanks .
                        i can reproduce this now. (that’s a good thing)

                        I’ll have to check of course, but I believe this is not actually a session or cache issue after all, but a filter issue when using the drag and drop templates for sending emails (or printing them for that matter)

                        i will have to find out if that’s actually a problem with the main plugin or the add ingredients extension

                        in the meantime , i can only suggest to turn off the text comment fields for menu items that do not have any active ingredients associated with them

                        alternatively – worth a try actually and let me know if you do if this actually solves the issue – use the default template instead of the drag and drop one….

                        in reply to: Receiving orders with wrong ingredients #14379
                        Olly
                        Admin & Mod

                          can you give me a step by step walkthrough – on your site – where this is reproducable ?

                          i.e somthing like:
                          a) add item a to cart with ingrediants a,b,c
                          b) add item b to cart with comment only (or leave empty) , add to cart
                          c) ..etc

                          which then in turn adds shows these unwanted ingredients…..
                          – I hope you understand what I am after here

                          (make this a private reply if you want)
                          i need to be able to reproduce this to try and fix it

                          PS: you might actually be using a cache plugin as i can see ” in your source, which is a cache plugin (W3 total cache))

                          please also try reproducing this behaviour with this plugin off

                          (that said, maybe it’s a hardcoded thing in your theme templates footer without it actually doing anything..dunno. worthe checking)

                          in reply to: Receiving orders with wrong ingredients #14375
                          Olly
                          Admin & Mod

                            i cam assure you , this has nothing to do with whatever browser you are using.
                            this is either a session or a cache issue

                            are you caching things on that server ?

                            in reply to: Receiving orders with wrong ingredients #14373
                            Olly
                            Admin & Mod

                              i dont think this has anything to do with whatever browser you are using.

                              am i right in thinking this only happens for menu items that ONLY have the textbox enabled, and no other actual ingredients ?

                              i still cant reproduce this (yet), but the orders you sent me seem to suggest that…

                              in reply to: Receiving orders with wrong ingredients #14364
                              Olly
                              Admin & Mod

                                due to lack of evidence really , I can – for now – only assume that the ingredients option was erroneously added to those menu items via a custom group…

                                not saying that there is not a chance that there might be a bug of course, but as it’s not the case at the moment or indeed reproducable , there isn’t really anything i can do / fix..

                                in reply to: Receiving orders with wrong ingredients #14360
                                Olly
                                Admin & Mod

                                  referring to this:

                                  https://drive.google.com/file/d/0BwZHVmIHzcYVUGFxWXQ0NWwtcGs/view?pli=1

                                  and doing a test order.

                                  this behaves as expected. and there are no additional items/ingredients that were not available for selection….

                                  dunno, cannot see anything wrong (your screenshots just do not correspond to what i am getting at your site )

                                  in reply to: Receiving orders with wrong ingredients #14358
                                  Olly
                                  Admin & Mod

                                    without – at a bare minimum – a link to your site, i cannot tell you anything or even begin to guess

                                    Olly
                                    Admin & Mod
                                      in reply to: Make order history popup responsive for mobile #14302
                                      Olly
                                      Admin & Mod

                                        PS: that whole order screen could somewhat be refined for mobile devices anyway.
                                        that said, that would be just some css declarations you could do yourself until i get round to it.

                                        if you do (and even if you dont), you’ll find that – if you do not tap/”click” on the order, you can just scroll up and down there anyway

                                        in reply to: Make order history popup responsive for mobile #14301
                                        Olly
                                        Admin & Mod

                                          the wordpress inbuilt thickbox library/js (which the popup uses) is not responsive (unfortunately) and is currently set to width=580, height=520 which should fit onto pretty much any “normal” computer screen

                                          of course, many mobile devices are smaller,
                                          so, you could probably write some javascript that dynamically resizes things and also adds an overflow:auto on an element or some such

                                          along these lines i guess
                                          http://stackoverflow.com/questions/6699344/change-thickbox-popup-size-dynamically

                                          alternatively, hitting the “print” button might work as it opens a completely new window (depends on device how exactly this will pan out though)

                                          in reply to: German Files searched for ingredients #14268
                                          Olly
                                          Admin & Mod

                                            in answer to your private question:
                                            not really, no.

                                            PS if you set your reply to private but you are not the OP you will not be able to see any other private replies.

                                            generally, please ALWAYS start your own topic

                                          Viewing 20 posts - 2,881 through 2,900 (of 4,447 total)