Forum Replies Created
- AuthorPosts
-
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
> .. 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)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
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
you can change any text to whatever you like in wppizza-> localization
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
You’ll need to look again.
It most certainly is in the localisation settings of the Add Ingredients pluginthe 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; }
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 …)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 tooHi,
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
you can do that with filters
https://docs.wp-pizza.com/developers/?section=wppizza-markup-pages-page-confirm-order-php
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 similarhave you done general troubleshooting ?
are you caching things ?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
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 aboutok, 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 forumthanks
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 lifeThis 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….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
- AuthorPosts