Forum Replies Created
-
AuthorPosts
-
>Is the function “Empty Order Table” only working in conjunction with Empty/Delete ALL WPPizza Categories and Items?
at the moment , yes
but i cannot see any reason why there shouldn’t be an option to just clear the table standalone so to speak.
put on my list of things to do for the next update……>I’m guessing this won’t enable the ingredients drop down when using WPTouch
depends. if there’s no cart on the page, you can’t add anything anywhere, so there’s no point of showing the dropdown/popup
other than that, it should not make a difference>Do you know how or what needs to be done to enable this on a WPTouch mobile site
see abovethat was by design, but the again, why not , so : added to 4.6
should be fixed in 4.6 (worked on most/many other browsers, so thanks for mentioning it)
in any case, i started adding some more options to that plugin and – while I’m at it – will also address that chestnut by introducing some pagination of some sort to not ever go above 1000 max_input_vars..will take a bit though
havent gone through all of your menu items on that page, but i can see about 50 or so different ingredients there, what do you need 600+ ingredients for ? (which you would have approx if you are hitting a max var 3000 limit)
i would really like to see the admin to that. i might be wrong of course, but i think you are missing something major here
apart from that , doing stuff locally and then comitting the changes should work fine
4 February, 2015 at 6:43 pm in reply to: updated to latest – can't add product to cart with add ingredients #7592then i can’t help you
4 February, 2015 at 5:34 pm in reply to: updated to latest – can't add product to cart with add ingredients #7590link ?
not at the moment, but you could do a reload/trigger on click. should be easy enough
(might make that optional one day even)as of 2.11.7.7 this should now be fine , but let me know if you experience issues of course
thanks for being a guinea pig
excellent stuff .
might take a day or two for an update (as other plugins rely on this clickevent too and i just want to make sure it doesnt break things for those – should be doable though)oh, it will probably not let you select individual things in the add ingredients extension (once it’s open for selection) – i will have to change some bits there – but if it stops items being added to the cart when scrolling as well as adding them to the cart (and at least opening the add ingredients thing) we are half way there.
that is to say , if this works, re use your backed up files and i will update things in all required places and make updates available
thanks
PS: and if you should have some other iThings lying around , maybe a quick check there too (although i can ask some people i know that have iPhone 4 and iPads to check i needs be)
I might have just stumbled across something…
could you do/try the following :
make a backup of
wppizza/js/scripts.exp.min.js
and
wppizza/js/scripts.min.jsdownload 2 new versions here (there are – eventually – better ways to do this, but i just need to know that this is working)
https://support.wp-pizza.com/wp-content/uploads/custom/scripts.exp.min.js
https://support.wp-pizza.com/wp-content/uploads/custom/scripts.min.jsand overwrite the old ones
reload/refresh your browser / page and let me know if this changes things perhaps ..?!
(and make sure you can still proceed with orders, putting things in cart etc)yup same here (and causes the same issue, so that’s good in this case)
problem is – in case you care – that iOS doesn’t understand the click event on divs/spans etc (i.e non-inputs/a tags) so I’m using touchstart.
unfortunately, touchstart also fires when scrolling (which is just plain annoying…..)have been trying for ages to get around that one, but no luck. so if you come across something in your travels, let me know
it appears chrome does a decent job of emulating iThings.
how comfortable are you with overwriting files or even editing them ? (would just save me from adding new versions to the WP repository all the time until this works)you are overcomplicating things.
the “Closed (if you close for lunch for example):” is there to be able to close for a few hours in between on any given day.i.e you have set mondays to be open from 9:00 to 17:00 but you are closed between 12:00 and 13:00 just just add that there
if you want to entirely close a whole day (i.e christmas) goto:
“Any dates/days where opening times differ from the standard times above (such as christmas etc).”add the date there and set the times to be the same (e.g 13:00 – 13:00 – or whatever)
and if you want to be open on new years but only between 12 and 15, add another date there (1st Jan 20xx would be a good choice i would think) and set the times (e.g 12:00 to 15:00)
you REALLY need to get a book or read documentations about css selectors
this is basic stuffyou are using a class selector to target an id !!
>The Empty Cart is still blue
its grey in the pic above ?!
anyway
.wppizza-empty-cart-button{background-color: #c71c0c !important;}>trying to wrap my head around css
might i suggest the following resource ?
https://www.google.co.uk/?gws_rd=ssl#q=css -
AuthorPosts