Forum Replies Created
-
AuthorPosts
-
just copied your “fish one price” to itself (so now you have two “Jacket potato” and 2 “French fries” – delete again if you want ) without issues
perhaps it’s your max post vars
see troubleshooting here
https://support.wp-pizza.com/downloads/wppizza-add-ingredients/3 January, 2017 at 6:50 pm in reply to: Initiator Field In Dabase Not Updated when payment gateway with 2 options #24457you should be able to identify this in your sisow account i would have thought.
(as sisow does not actually return that info after an order has been successful)
that said, there is probably a way to identify this in th ewpppizza orders table too somehow.
however, this is currently not implemented, but i will make a note of it to do this in an update (but o cannot give you an ETA at the moment as to when that will be done)those notices come from using an old version of the plugin.
however, they are unlikely to be the issueif you give me admin access , i can have a look though (reply here with your credentials setting the reply to private if you want me to check)
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 stuff -
AuthorPosts