Olly

Forum Replies Created

Viewing 20 posts - 241 through 260 (of 4,433 total)
  • Author
    Posts
  • 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

                  in reply to: Featured/New Product #59751
                  Olly
                  Admin & Mod

                    the next update of the plugin will also have the ability to add “tags” to each menu item. the slug of each tag will then be added as css class name to the surrounding article html element of each item which you can then use to mark products as needed . perhaps with some css like (assuming a tag of “special offer”)

                    
                    .special-offer:after {
                    content: 'special offer';
                    position: absolute;
                    top: 0;
                    left: 15px;
                    z-index: 10;
                    background-color: #EFEFEF;
                    text-align: center;
                    font-size: 90%;
                    line-height: 20px;
                    display: block;
                    padding: 2px 30px;
                    -webkit-transform: translateY(-20px) translateX(-60px) rotate(-30deg);
                    -moz-transform: translateY(-20px) translateX(-60px) rotate(-30deg);
                    -ms-transform: translateY(-20px) translateX(-60px) rotate(-30deg);
                    -o-transform: translateY(-20px) translateX(-60px) rotate(-30deg);
                    transform: translateY(-20px) translateX(-60px) rotate(-30deg);
                    -webkit-transform-origin: top right;
                    -moz-transform-origin: top right;
                    -ms-transform-origin: top right;
                    -o-transform-origin: top right;
                    transform-origin: top right;
                    }
                    
                    in reply to: Minimal order amount for a product #59750
                    Olly
                    Admin & Mod

                      I supposed you could (mis)use the add ingredients plugin for that along the lines of the “Platters” example here
                      https://demo.wp-pizza.com/wppizza-add-ingredients/our-menu/user/
                      (naturally adjusting the labelling and prices as required …)

                      in reply to: Display additives in a pop up for each menu item #59404
                      Olly
                      Admin & Mod

                        As there are a million ways to do popups you need to decide which route you want to go and develop this as you require
                        You probably want to look at the docs here https://docs.wp-pizza.com/developers/?section=wppizza-markup-loop
                        and generally at the wordpress codex as you will probably need to enqueue javascript files too

                        in reply to: WP Pizza Plugins with PHP version 8 #59403
                        Olly
                        Admin & Mod

                          Hi,

                          I have been developing things here with php8 for quite a few months now and any issues I have come across have been fixed.
                          However, I am of course not able to test things with all combinations of wppizza and all other wordpress plugins and/or themes so there is naturally always a possibility that in certain settings some issues may arise.

                          So, in essence, as far as I am aware it works just fine with php8 , but if there should be any issues I am not aware of I will of course address those asap .

                          It’s usually just a matter of hours from being told about it until an update of the plugin is made available if the precise error/issue can be pinpointed from the debug.log (provided it is indeed an issue with wppizza and not some other plugin/theme)
                          To do that, debug must be enabled of course – see : https://docs.wp-pizza.com/troubleshooting/

                          hope that helps

                          in reply to: Confirmation Page – Formfields #59222
                          Olly
                          Admin & Mod
                            in reply to: restricted user #59221
                            Olly
                            Admin & Mod

                              Not really.
                              There is of course the option to restrict a user to be able to edit menu items only (WPPizza->Access Rights) but if you want to make this even more restrictive (i.e perhaps restricting to being able to use the quick edit only for example) you might want to try something like this
                              https://www.role-editor.com/forums/topic/restrict-access-by-role-to-quick-edit-functionality-on-post-listing-screens/
                              or similar

                              in reply to: Empty cart after changing page #59121
                              Olly
                              Admin & Mod

                                have you done general troubleshooting ?
                                are you caching things ?

                                https://docs.wp-pizza.com/troubleshooting/

                                in reply to: Order emails arrive after 2 hours #58977
                                Olly
                                Admin & Mod

                                  again, you need to speak to your mail administrator, the plugin has no influence over this .

                                  it simply sends an email (programmatically) and the mail server has to deal with it.
                                  at that point it is completely the mail servers responsibility to do whatever it is it needs to or wants to do .

                                  there might be all sorts of things that will influence the delivery (mail headers, spam settings, server setup in general etc etc ) but all of that is completely out of the plugin’s hands

                                  in reply to: Order emails arrive after 2 hours #58974
                                  Olly
                                  Admin & Mod

                                    you need to speak to whoever administers your email server
                                    it is their responsibility to deliver emails in a timely manner.
                                    this has nothing to do with wppizza or indeed anything the plugin (i.e: I) could do anything about

                                    in reply to: Connection to Orderlord #58973
                                    Olly
                                    Admin & Mod

                                      ok, just let me know
                                      send me an email to dev[at]wp-pizza.com with this topic as a subject line as there won’t be anything gained from having the conversation we are going to have on a public forum

                                      thanks

                                      in reply to: Connection to Orderlord #58957
                                      Olly
                                      Admin & Mod

                                        just a quick update to say I haven’t forgotten.
                                        In the middle of getting rid of some obvious bugs here and there, but when that’s done – by mid next week i would think – I will most likely need your input to do some tests as you actually have an orderlord account (I assume ?!) whereas I am just working on educated guesses without any way to test this in real life

                                        in reply to: submitting my order. #58940
                                        Olly
                                        Admin & Mod

                                          This really has nothing to do with me / wppizza .

                                          That said, a quick google for “Forbidden. You sent forms too often. please wait a few minutes”.
                                          gives me this as a first result
                                          https://wordpress.org/support/topic/forbidden-you-sent-forms-too-often-please-wait-a-few-minutes-contains-con/

                                          which is in fact a plugin you are using on you site
                                          whether or not this is the one causing your issue , I do not know, but seems a good contender by the look of things….

                                          in reply to: Archives: text on all pages #58879
                                          Olly
                                          Admin & Mod

                                            This topic has been closed

                                            please see the forum rules – https://www.wp-pizza.com/topic/forum-rules-read-me-before-posting – regarding double posting / multiple channels

                                            thank you

                                          Viewing 20 posts - 241 through 260 (of 4,433 total)