Olly

Forum Replies Created

Viewing 20 posts - 3,801 through 3,820 (of 4,446 total)
  • Author
    Posts
  • in reply to: Ingredients Extension not showing up #7408
    Olly
    Admin & Mod

      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 wppizza

      in 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

      in reply to: Ingredients Extension not showing up #7407
      Olly
      Admin & Mod

        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)

        in reply to: Ingredients Extension not showing up #7405
        Olly
        Admin & Mod

          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)

          in reply to: Ingredients Extension not showing up #7402
          Olly
          Admin & Mod

            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

            in reply to: order form settings "use when registering" #7399
            Olly
            Admin & Mod

              >those fields are specifically part of wppizza though? same deal as order history shortcode.

              so ?

              in reply to: order form settings "use when registering" #7398
              Olly
              Admin & Mod

                > 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 use

                in reply to: order form settings "use when registering" #7382
                Olly
                Admin & Mod

                  search wordpress.org for plugins that do that..nothing to do with me

                  in reply to: Filter to add text before and after html email? #7376
                  Olly
                  Admin & Mod

                    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 do

                    if 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 do

                    in reply to: wrong time slots showing? #7372
                    Olly
                    Admin & Mod

                      sounds like wrong timezone settings perhaps ? (general ->settings)

                      in reply to: Pre-Order not working #7371
                      Olly
                      Admin & Mod

                        as your admin-ajax has issues, i would suggest we get back to the above when that has been fixed

                        in reply to: no emails and no order history #7370
                        Olly
                        Admin & Mod

                          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

                          in reply to: Button styling #7367
                          Olly
                          Admin & Mod

                            >Sorry, keep forgetting since I have posted multiple post
                            nowhere near as many as i have…..

                            anyway:

                            width: 300px;
                            min-width: 300px;

                            in reply to: no emails and no order history #7365
                            Olly
                            Admin & Mod

                              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 plugin

                              i.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

                              in reply to: Ingredients Extension not showing up #7361
                              Olly
                              Admin & Mod

                                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 rights

                                in reply to: Terms and Condition checkbox #7357
                                Olly
                                Admin & Mod

                                  choose 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 thought

                                  
                                  add_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>";
                                  } 
                                  
                                  
                                  in reply to: no emails and no order history #7356
                                  Olly
                                  Admin & Mod

                                    >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)

                                    in reply to: Button styling #7355
                                    Olly
                                    Admin & Mod

                                      got a link link ?
                                      (depends on your theme )

                                      in reply to: wrong time slots showing? #7354
                                      Olly
                                      Admin & Mod

                                        >working now on this site

                                        what do you mean by that ? is it working now ?

                                        in reply to: Thank you page not showing the order details #7353
                                        Olly
                                        Admin & Mod

                                          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)

                                          in reply to: Filter to add text before and after html email? #7334
                                          Olly
                                          Admin & Mod

                                            >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

                                          Viewing 20 posts - 3,801 through 3,820 (of 4,446 total)