Forum Replies Created
-
AuthorPosts
-
turn on debug and check your debug log
https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/to copy ingredients, do not click the “save changes” button but the “copy group ingredients” button instead
new topic please
you probably should be using a multisite setup really
https://codex.wordpress.org/Create_A_Networksorry, had to catch a flight
anyway, you are still omitting version numbers which may well be your issue
see
https://support.wp-pizza.com/topic/clicking-send-order-just-refreshes-the-page/#post-24089just tried it on my mobile, and works just fine.
maybe you have som internet connection issues ? (your site is quite slow too btw) or something installed on your phone that blocks things ?
from what i can see it works just fine using my phone/browser/computer on different platforms…my guess is, you have a caching issue because you removed version numbers from linked css/js.
which simply is a bad ideamight also want to try to get the develeoper of whatever plugin/theme you are using that uses (force_ssl_login – see http://www.kookeat.com/wp-content/debug.log) to fix that
probably not relevant here, but just sayingwhat does the console say … ?
or do you just have this issue on your mobile ?
what browser are you using there . is it just on that browser ?works fine from what i can see….(I tried different postcodes)
have you looked at your console ?check your debug log
check the log directory in the google cloudprint plugin
check settings in the cloudprint plugin (and perhaps send me a screenshot)
the google screenshot you sent above isn’t really that usefulok, thanks.
will have a look later thenin the meantime, you should enable debug and have a look at your debug log too
https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/link ?
possible, sure, but you would have to do that yourself.
i really do not understand why you would want to do something that ugly (i assume you are talking about a javascript alert popup)maybe though you are just looking for
wppizza->layout : “Briefly display text in place of price when adding item to cart”PS: use your browsers element inspector to find out which element(s) have/has what class(es) and/or id’s
first of all i would suggest having a look at the
faq:s
https://support.wp-pizza.com/topic/customising-the-css/
https://support.wp-pizza.com/topic/can-i-edit-the-templates/generally, if you want to hide the images for your “desserts” category for example (adjust as required) it would be something like (not tested, but should work)
article.wppizza_menu-desserts > .wppizza-article-img{display:none}(i assume you know what css is and how css declarations work)
you’ll find the loop template in “wppizza/templates/”
(depending on layout you are using you might have to edit either wppizza-loop.php, wppizza-loop-responsive.php, or wppizza-loop-grid.php)
I would however suggest you use css for this (see above) instead of messing around with those templates!>is there a shortcode attribute available?
No.Typically, you simply just do not upload an image , if you do not want to show it.
However, if you have assigned a product to 2 different categories and one is supposed to show the image and the other is not, your options would be to either use css (which would be the simplest way) or you will have to edit the loop template depending on categorythe grid layout inserts invisible “dummy” articles to fill the rows (class= wppizza-article-clear)
to be honest , i am not even sure anymore if they would be strictly necessary, but alas, they are there and there most likely was a reason why they are createdtherefore, you probably want to remove those first
.wppizza-article-clear{display:none}and then align stufflook again. it’s there
different taxes – at the moment – are combined into one tax amount (this will change in wppizza v3 when it’s available. for the moment , the following applies)
as you can see, next to the appropriate label (in admin: wppizza->localization) it says
….. if you are using different taxrates, enter text as appropriate]……
i.e you should probably enter “including tax at 7%/19% ” instead
sounds to me like you have not yet “discovered” the custom groups ….
see also
https://support.wp-pizza.com/twentytwelve/our-menu/user/for some examples with screenshots how they are set up (might help perhaps ?!)
-
AuthorPosts