Olly

Forum Replies Created

Viewing 20 posts - 1,501 through 1,520 (of 4,446 total)
  • Author
    Posts
  • in reply to: Empty categories now showing (weren't in v2.x) #32420
    Olly
    Admin & Mod
      This reply has been marked as private.
      in reply to: Empty categories now showing (weren't in v2.x) #32418
      Olly
      Admin & Mod

        alternatively, set your reply to private here and send me admin access credentials so i can look for myself

        in reply to: Empty categories now showing (weren't in v2.x) #32417
        Olly
        Admin & Mod

          but from what i can make out , your “Main Dish” (as an example) only has menu items in your main language, not in your translations (or am i wrong ?)

          in reply to: Empty categories now showing (weren't in v2.x) #32415
          Olly
          Admin & Mod

            >will try to clear out old WPML translation
            sure, you can do that, but won’t help with the issue I don’t think. it’s something that needs fixing in wppizza

            (typically that’s not an issue of course as menu items will have their translated equivalent in each category)

            in reply to: Empty categories now showing (weren't in v2.x) #32413
            Olly
            Admin & Mod

              i think (I’m reasonably certain in fact) this might have to do with wppizza not accounting for WPML implementations when I added that option i talked about earlier in this thread
              let me check and fix this . you dont have to do anything

              in reply to: Menu Category no longer in category list #32252
              Olly
              Admin & Mod

                PS: btw, you are also *outputting* php notices/warnings/errors
                you should NEVER do that on a production site
                please see here as to how to turn this off
                http://docs.wp-pizza.com/troubleshooting/

                in reply to: Menu Category no longer in category list #32251
                Olly
                Admin & Mod

                  just a few things first of all:
                  —-
                  (you didn’t provide the actual file, but *assuming* we are talking about class.wppizza.widgets.php and wppizza version 3.1.1)
                  “Can’t use function return value in write context … line 217 ” is simply impossible as line 217 is completely empty in 3.1.1

                  (however, that was an issue with 3.1 on that line when using old versions of php which was subsequently fixed in 3.1.1)

                  —-
                  cart icon: you can simply turn this off in wppizza -> layout – though i agree with you that this should/could probably be automatically omitted if online orders are disabled .

                  —–
                  >Some of the layout parameters where switched
                  sorry, but i do not know which parameters you are referring to (in fact, was this actually an update from wppizza 2.x perhaps ?)


                  appetizers/category (http://larosametuchen.com/our-menu/appetizers/) :
                  try wppizza version 3.1.2 (i’ll spare you th edetails why this might alleviate your problems )

                  in reply to: Order Mail send one hour after Paypal payment #32245
                  Olly
                  Admin & Mod

                    > It send the order mail at 19:26. And the strange thing is: in the order mail it say : Time of order: 18:20 !

                    to me that sounds like the email itself is being held in a queue somewhere for an hour

                    perhaps check the following (with a sandbox account i would think)

                    make an order and pay with paypal. after paying with paypal you will be sent back to the site.
                    there you might see a page that says “order processing” which – when the notification gets received from paypal changes to “thank you etc etc ”
                    if the “order processing” page stays there for more than a few seconds / or a minute let’s say, ipn notifications have not been received (yet). if it changes to “thank you etc etc ” then the notification was received and the email sent (programmatically) alongside db updates etc etc

                    so if you see the “thank you” page but do not receive the order email then that email is being held in a queue somewhere in which case you need to investigate why it is not actually being sent to your order email address

                    PS: make sure your order email “from” address corresponds to the domain of the server ! if it does not, this may well explain this delay (hence the big red DMARC notice in th eplugin)

                    in reply to: Fatal error #32243
                    Olly
                    Admin & Mod

                      should be fixed as of 3.1.1

                      in reply to: Fatal error #32241
                      Olly
                      Admin & Mod

                        what version of php are you using ?
                        this can really only happen on old versions of php

                        that said, it’s easily fixed/worked around
                        will be a couple of hours or so though

                        in reply to: Order Mail send one hour after Paypal payment #32240
                        Olly
                        Admin & Mod

                          >3. Wp Pizza System sends the order mail at 19:16 (nearly an hour later)
                          that happens if paypal does not send the notification to the server in a timely manner or the server itself does not respond/accept that notification (or perhaps th eemail server “sits on it” for a while)
                          there’s nothing i can do I’m afraid (paypal DOES sometimes have a delay of this sort, but not too often)

                          all gateway updates will still work with the old versions of wppizza (essentially the coding for the old versions have stayed the same, but if you are using wppizza 3.x the new coding will be used so to speak)

                          in reply to: Empty categories now showing (weren't in v2.x) #32238
                          Olly
                          Admin & Mod

                            >Any timing on the update release?
                            already there

                            in reply to: Empty categories now showing (weren't in v2.x) #32192
                            Olly
                            Admin & Mod

                              re empty categories:
                              if memory serves me right there was actually a/some reason why it shows “no results” in v3 instead of it being not shown at all.
                              that said, as i cannot really remember what the thinking was behind it, i will add an option in the layout settings that will be enabled by default, but can be disabled again if needs be, to the next update of the plugin which will not show empty categories (as that kind of makes sense to me too)

                              re placeholder image:
                              the classes are pretty much the same. but it’s not using an image but a font/content, so you’ll have to override the .wppizza-article-image-placeholder:before pseudo selector

                              in reply to: Online Payment received but no Order mail !! #32185
                              Olly
                              Admin & Mod

                                then your ipn is probably not configured/working

                                https://support.wp-pizza.com/paypal-gateway-extension/

                                in reply to: Missing localisations? #32164
                                Olly
                                Admin & Mod

                                  date format : controlled by wordpress (wp-admin/options-general.php)

                                  the rest , look again. i can assure you its there
                                  wppizza->order form settings

                                  in reply to: Missing localisations? #32162
                                  Olly
                                  Admin & Mod

                                    have you looked in
                                    wppizza->localization
                                    wppizza->order form settings
                                    wppizza->gateways
                                    ?

                                    in reply to: Cart not updating #32123
                                    Olly
                                    Admin & Mod

                                      >Just updated preorder plugin, and now it works like a charm.
                                      good stuff

                                      >Thanks and have a nice one.
                                      no problem, you too

                                      in reply to: Cart not updating #32106
                                      Olly
                                      Admin & Mod

                                        had a bit of a rummage around.
                                        can you update the pre-order plugin when 2.0.4 shows up in yoru plugin s page (assuming you have the license activated)
                                        there was something that might have caused your issue

                                        let me know if 2.0.4 fixes it

                                        thanks

                                        in reply to: Cart not updating #32105
                                        Olly
                                        Admin & Mod
                                          This reply has been marked as private.
                                          in reply to: Invalid argument warning #32103
                                          Olly
                                          Admin & Mod

                                            ok, thanks

                                          Viewing 20 posts - 1,501 through 1,520 (of 4,446 total)