Forum Replies Created
- AuthorPosts
-
that link doesn’t work
you should lookup/learn about css media queries
i do not have access to your theme functions.php with my login, so cannot really say what the issue might be.
however, are you sure you put your customisations in the right functions.php ? (i.e in the functions.php of “el mexicano order foxy” ?)
Hi
that’s really down to your theme, but you could of course put a second cart somewhere at the top that’s only visible on mobile devices (perhaps the “minicart” as i call it – see here:
https://www.wp-pizza.com/topic/wppizza-shortcodes/ under display total value only)regarding css
https://www.wp-pizza.com/topic/customising-the-css/works fine here….
what browser/device are you using ?will have a more indepth look tomorrow (am somewhat between airports)
am guessing though that you put the code in the wrong functions.php (just a guess, could be all sorts of other things)cant see you overriding the min-width anywhere..
in any case try this insteadwidth: 300px !important;
min-width: 300px !important;that would do it
bear in mind – for future reference – that all the plugins have their own access rights you can give/revoke for any lower user role than the one you installed it as
again, just for reference …
>Can you see AI under your account in the test you created?
yep
explain this to me perhaps.
i just logged in with the original credentials you sent me
i added a new site (you’ll see it as wppizza test)
went to the dashboard of the site whereupon it installed the main wppizza plugin (as it’s network activated)
going to the dashboard again , it also installed the -network enabled – add ingredients plugin – (makes perfect sense, as it cant install it if the main wppizza does not yet exist) )now i can access everything as needed…
to me this looks like it works as it should…?!
This reply has been marked as private.>If anything I can send you my credentials
yes please. (i will try to create a new subsite from scratch and see what i find)
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://www.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 do - AuthorPosts