Forum Replies Created
- AuthorPosts
-
sounds like wrong timezone settings perhaps ? (general ->settings)
as your admin-ajax has issues, i would suggest we get back to the above when that has been fixed
admin-ajax.php affects absolutely everything, everywhere
as i recall it threw a 500 error…..so pretty much no ajax request will work until this is fixed>Sorry, keep forgetting since I have posted multiple post
nowhere near as many as i have…..anyway:
width: 300px;
min-width: 300px;from what i recall – though i might be wrong – it had something to do with your admin ajax .php
btw, the other errors you sent me where only relevant when installing the plugini.e the plugin (tries) to install/add some demo images . however, as your server has http wrappers disabled it does not allow to add these images from a remote – read http:// – url so the images do not get added.
as you are unlikely to be using those images anyway, this is not an issue and does not impact anything else as this is only something that may occur on first install and has no bearing on the functionality or ability to do everything else
did you install (and are logged in) as administrator ?
if so, i would need admin login credentials to be able to have a look
(never heard of that particular issue unless you are not logged in as admin and/or do not have the adequate permissions set under access rightschoose any of the actions available/included in the order form template and just output yoru checkbox (or whatever)
probably with attribute required.
something like this i would have thoughtadd_action('wppizza_order_form_before_profile_update','my_checkbox_stuff'); function my_checkbox_stuff(){ print"<label>some text<input type='checkbox' id='some_id' name='some_name' value='1' required style='float:left'/></label>"; }
>Do I need to make any chances in the WordPress settings?
no, you need to look at your server error logfiles
as it says “Internal Server Error” (which could be anything and probably/possibly not a php error)got a link link ?
(depends on your theme )>working now on this site
what do you mean by that ? is it working now ?
Hi
you have to enable it in wppizza->gateways (i’ll probably move that option elsewhere one day, but that should not matter for the moment)>What about before
there are a ton of filters available you can use to add stuff pretty much wherever you like without ever having to touch the templates
hmm, what do we think “use when registering” could be for ?
ever tried ?
no need for any shortcode
sounds like you are blocking popups
23 January, 2015 at 3:16 pm in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7308in fact, i would not use a radio input in the first place if there’s nothing to chose/switch to/between
i would use a “must have minimum number of ingredients” group – as this would makes the icon a lot more appropriate i would think
(if you feel you want to display this in the first place – as mentioned above…)
again, just my thoughts, all up to you
23 January, 2015 at 3:10 pm in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7307personally speaking I would do this entirely differently if you want to make this easy for me (the customer).
i.e – assuming i am the customer – don’t show me choices i cannot do anything about in the first (or as you put it – annoy me) place . just say in your description “includes plain rice ” or whatever it includes as defaultdoes that make it less intuitive for your itech ? perhaps. you’ll need to decide which one of the equation you want to please I guess
(just my 2 cents)
23 January, 2015 at 1:14 pm in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7302having said that , i am somewhat wondering why you would be using a radio input selection for a single ingredient where you cannot switch to another anyway (as there isn’t one)….
23 January, 2015 at 12:25 pm in reply to: Moving "Add to cart" to the bottom / Preselect radio buttons #7301seems a bug in conjunction with multiple radio groups AND preselect.
will have to investigate but will take a few days to look into(am travelling for a few days)
>. Is anybody else having the same issue?
in short: No.try enable debug and have a look.
updating category description is an internal WP thing and has nothing to do with the plugini;m more likely to go for an option to select that at the exclude level/group as it’s not exactly a common things that needs doing…we’ll see. not sure yet
thanks for the suggestion anyway
- AuthorPosts