Forum Replies Created
-
AuthorPosts
-
assuming i am correct with my assumption, the following should also work.
network disable AI (add ingredients)create new site with wppizza.
now network enable AI which will add things to that new site but after wppizzain short, if the main plugin exists beforehand and has been installed , AI etc should all work and install correctly after that
of course i should do something about this scenario if that’s the case, but need to know first if this really is the problem…thanks for trying these things
thanks
i’m wondering if its a race condition, i.e if you install them both at the same time on a new site – as it would if you network enabled them both – it tries to install the add ingredients before the main wppizza.as the add ingredients relies on some things in wppizza being available , it will fail (actually it doesnt, it just would not set the right user roles having access to the plugin…but i will spare you the details – for the moment anyway)
loggin into your site with what you sent me , i cannot access the extension anywhere with my credentials (not even the one you seem to be seeing)
please do me a favour though (maybe this will make a difference)
disable the add ingredients extension (i believe you have this network enabled)
create a new site and activate – if required – the main wppizza plugin. After that just enable on that site the add ingredients extension and see if that does let you access it for that site
(just trying to figure out whats going on your end.
there seem to be so many other plugins running on your site that trying to make this work the easiest way possible to start off with might be worth a go here and then we figure out what to do about your particular scenario)my guess would be that you installed it as superadmin but did not give admins access (i cannot see it on any site at all with the credentials you sent me)
make sure you log in as superadmin, go to the subsites and enable the access as required (wppizza->add ingredients -> access rights tab
>those fields are specifically part of wppizza though? same deal as order history shortcode.
so ?
> and they do not see the wppizza custom fields added to the profile
because most of those plugins do it wrong and use their own page, totally ignoring any wordpress filter / action hooks others might usesearch wordpress.org for plugins that do that..nothing to do with me
you will see actions and filters in the templates
it is for you to find out which one in particular you need for what you want to doif you look in the codesnippets section -https://support.wp-pizza.com/forum/code-snippets/- , you will also find a ton of examples for various things
generally speaking, you should probably do a bit of reading here though
https://www.google.co.uk/#q=using+actions+and+filters+in+wordpress
which is a lot more comprehensive than i will ever be able to dosounds 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
-
AuthorPosts