Olly

Forum Replies Created

Viewing 20 posts - 221 through 240 (of 4,426 total)
  • Author
    Posts
  • Olly
    Admin & Mod

      re 1: I don’t understand. Why would you type anything ? Simply copy and paste ( especially for the print templates where its only one field)
      In other word – to answer your question – there are no plans to add a css export/import function. Sorry

      Re 2: you can adjust your css as required (there are plenty of classes and id’s ) to align things as you need to

      in reply to: With receipt printer: Ingredient texts cut off from the right #61020
      Olly
      Admin & Mod

        >I changed the general CCS sign as you wrote but I didn’t notice anything.
        then you edited the wrong template . assuming you are printing from the print button in your order history, you need to edit the print template .
        But I don’t know how you send things to your printer of course . only you will know.

        Secondly, as mentioned above , I would really suggest you simply set the papersize of your printer to something else *regardless* of the paper you are using. I have seen this before (especially when using autoprint) that an 80mm printer does in fact only print 72mm. So you might find setting your printer to be 72mm with 80mm paper will be all you need to do .

        Yes, I know this is strange, but thermal printers are still stuck in th last century the way they work

        Olly
        Admin & Mod

          >Here is my Print Template CSS
          No it’s not. It’s your email template css

          your ‘green’ columns are ok because they are left aligned and happen to fit. Your overall css table css is too big for th eprinter
          the default is something like

          
          ....
          table{width:100%;margin:0 auto 10px auto;}
          ....
          

          but might be different in your case now

          you need to change that so it fits your printer. something like

          
          ....
          table {
          width: 80%;
          margin: 0;
          }
          ....
          

          for example or even absolute widths with/without some margins. There are many ways to do this and really depends on your printers interpretation of things

          PS: The default of 100% should actually be just fine .
          It might well be the case that the printer setup is actually incorrect here and it was setup for the wrong paperwidth …. I would check this first . If that’s all correct though , adjust the css as mentioned above

          in reply to: With receipt printer: Ingredient texts cut off from the right #61014
          Olly
          Admin & Mod

            looks to me like your css (body) width declarayion set in your print templates (wppizza->templates->print) that you use for your epson printer is simply to wide for the printer.

            in reply to: Issue in 3.16.2 #60884
            Olly
            Admin & Mod

              good stuff. thanks for letting me know

              in reply to: Issue in 3.16.2 #60882
              Olly
              Admin & Mod

                3.16.3 should have this fixed now – thanks for your patience and reporting the issue

                Much appreciated

                in reply to: Issue in 3.16.2 #60881
                Olly
                Admin & Mod

                  >I restored the older version for now.
                  ok, no problem.

                  In fact I can reproduce this now here, but am not sure yet whether this should be addressed in the stockmanagement or the main plugin. I’ll let you know when I know more

                  in reply to: Issue in 3.16.2 #60879
                  Olly
                  Admin & Mod

                    >But what is the change in de latest release that causes this?
                    That’s what we need to find out as I cannot reproduce this here . I’ll try a few things here first of all. Give a little bit.

                    in reply to: Issue in 3.16.2 #60877
                    Olly
                    Admin & Mod

                      Thanks, I believe the issue is actually in the wppizza stockmanagement plugin rather than the wppizza plugin itself.
                      Can you turn this off and see if you can then add item to cart as normal ?

                      in reply to: Issue in 3.16.2 #60875
                      Olly
                      Admin & Mod

                        can you show me a url where i can see this please ?

                        in reply to: Custom Group #60551
                        Olly
                        Admin & Mod

                          It’s actually not got anything to do with php8 as such but is simply a typo (although it’s only php8+ that’s actually
                          – and rightfully – complaining )

                          There’s a few more things I want to look at too in any case – I’ll have an update of the plugin later today I would think

                          in reply to: Pickup option as dropdown menu #60249
                          Olly
                          Admin & Mod

                            >…..to fix the problem that the customers must always choose first a postcode even if they want to pickup the order.

                            That’s not the case . Have a look in the settings of the plugin under “Selection required ?” .

                            in reply to: Bar with categories #60209
                            Olly
                            Admin & Mod

                              What you have there is simply some sort of navigation. This is a question for your theme developer I’m afraid. I cannot help you with that as I know nothing about your theme (Though typically you go to “Menu” in your wordpress admin and create it in there with some drag/drop of pages and/or categories

                              in reply to: Bar with categories #60184
                              Olly
                              Admin & Mod

                                I dont actually understand what you mean by
                                “…a bar with categories pizza, snacks etc… Which show only active category…”

                                That sounds to me like some kind of – so called – Breadcrumbs thing which is really a question for the theme you are using. However, if you have a look at the bottom of the page here

                                https://docs.wp-pizza.com/developers/?section=global-wppizza-functions

                                you could use the wppizza_breadcrumbs function to add this sort of thing somewhere

                                in reply to: VAT on delivery display #60179
                                Olly
                                Admin & Mod

                                  > .. Also, thanks for adding the ability ..
                                  You’re welcome. Thought it might be helpful to others in some way so made it also a bit more flexible (I think)

                                  in reply to: VAT on delivery display #60175
                                  Olly
                                  Admin & Mod

                                    That is correct.
                                    If different things have the same VAT rate it will only be displayed in the same line (and summed up).
                                    In other words : all the same Vat Rates will be summed up into the same line.
                                    I can see no reason why there should be several lines that all have the same Vat Rate .

                                    Although, due to legacy reasons, it can happen that the text “delivery Vat (or similar)” will be shown instead of just the common “Vat @ [something]%” if the delivery Vat is a distinctly different rate than anything else in the cart

                                    in reply to: Twenty Twenty Two Theme #60173
                                    Olly
                                    Admin & Mod

                                      If your theme does not support widgets, you can use the wppizza shortcodes instead or – alternatively – enable widgets in your theme (just search for “enable widgets in wordpress theme” or some such and you’ll get lots of results I would think as to how to do that).

                                      Has nothing to do with compatibility really and all to do with what a theme supports

                                      in reply to: change: ‘Allow 5 minutes for delivery’ txt #60149
                                      Olly
                                      Admin & Mod

                                        you can change any text to whatever you like in wppizza-> localization

                                        in reply to: Popup window (closed) #60043
                                        Olly
                                        Admin & Mod

                                          Unless you enable “Stylable javascript alerts” in “wppizza-> layout” you cannot edit anything about these popups as they are javascript generated and therefore “styled” by the browser

                                          in reply to: Translation from german to french #59942
                                          Olly
                                          Admin & Mod

                                            You’ll need to look again.
                                            It most certainly is in the localisation settings of the Add Ingredients plugin

                                          Viewing 20 posts - 221 through 240 (of 4,426 total)