Olly

Forum Replies Created

Viewing 20 posts - 2,081 through 2,100 (of 4,446 total)
  • Author
    Posts
  • in reply to: copy group ingredients issue #24452
    Olly
    Admin & Mod

      to copy ingredients, do not click the “save changes” button but the “copy group ingredients” button instead

      in reply to: Javascript message after an item added to the cart #24450
      Olly
      Admin & Mod

        new topic please

        in reply to: wp-pizza as restaurants aggregator #24442
        Olly
        Admin & Mod

          you probably should be using a multisite setup really
          https://codex.wordpress.org/Create_A_Network

          in reply to: Post Zip Code #24440
          Olly
          Admin & Mod

            sorry, had to catch a flight

            anyway, you are still omitting version numbers which may well be your issue
            see
            https://support.wp-pizza.com/topic/clicking-send-order-just-refreshes-the-page/#post-24089

            in reply to: Post Zip Code #24433
            Olly
            Admin & Mod

              just tried it on my mobile, and works just fine.
              maybe you have som internet connection issues ? (your site is quite slow too btw) or something installed on your phone that blocks things ?
              from what i can see it works just fine using my phone/browser/computer on different platforms…

              my guess is, you have a caching issue because you removed version numbers from linked css/js.
              which simply is a bad idea

              in reply to: Post Zip Code #24432
              Olly
              Admin & Mod

                might also want to try to get the develeoper of whatever plugin/theme you are using that uses (force_ssl_login – see http://www.kookeat.com/wp-content/debug.log) to fix that
                probably not relevant here, but just saying

                in reply to: Post Zip Code #24431
                Olly
                Admin & Mod

                  what does the console say … ?
                  or do you just have this issue on your mobile ?
                  what browser are you using there . is it just on that browser ?

                  in reply to: Post Zip Code #24429
                  Olly
                  Admin & Mod

                    works fine from what i can see….(I tried different postcodes)
                    have you looked at your console ?

                    in reply to: Post Zip Code #24427
                    Olly
                    Admin & Mod

                      check your debug log
                      check the log directory in the google cloudprint plugin
                      check settings in the cloudprint plugin (and perhaps send me a screenshot)
                      the google screenshot you sent above isn’t really that useful

                      in reply to: Post Zip Code #24422
                      Olly
                      Admin & Mod

                        ok, thanks.
                        will have a look later then

                        in the meantime, you should enable debug and have a look at your debug log too
                        https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/

                        in reply to: Post Zip Code #24420
                        Olly
                        Admin & Mod

                          link ?

                          in reply to: Javascript message after an item added to the cart #24375
                          Olly
                          Admin & Mod

                            possible, sure, but you would have to do that yourself.
                            i really do not understand why you would want to do something that ugly (i assume you are talking about a javascript alert popup)

                            maybe though you are just looking for
                            wppizza->layout : “Briefly display text in place of price when adding item to cart”

                            in reply to: Hide product images on some categories #24312
                            Olly
                            Admin & Mod

                              PS: use your browsers element inspector to find out which element(s) have/has what class(es) and/or id’s

                              in reply to: Hide product images on some categories #24311
                              Olly
                              Admin & Mod

                                first of all i would suggest having a look at the
                                faq:s
                                https://support.wp-pizza.com/topic/customising-the-css/
                                https://support.wp-pizza.com/topic/can-i-edit-the-templates/

                                generally, if you want to hide the images for your “desserts” category for example (adjust as required) it would be something like (not tested, but should work)

                                
                                article.wppizza_menu-desserts > .wppizza-article-img{display:none}
                                

                                (i assume you know what css is and how css declarations work)

                                you’ll find the loop template in “wppizza/templates/”
                                (depending on layout you are using you might have to edit either wppizza-loop.php, wppizza-loop-responsive.php, or wppizza-loop-grid.php)
                                I would however suggest you use css for this (see above) instead of messing around with those templates!

                                in reply to: Hide product images on some categories #24309
                                Olly
                                Admin & Mod

                                  >is there a shortcode attribute available?
                                  No.

                                  Typically, you simply just do not upload an image , if you do not want to show it.
                                  However, if you have assigned a product to 2 different categories and one is supposed to show the image and the other is not, your options would be to either use css (which would be the simplest way) or you will have to edit the loop template depending on category

                                  in reply to: Grid question #24239
                                  Olly
                                  Admin & Mod

                                    the grid layout inserts invisible “dummy” articles to fill the rows (class= wppizza-article-clear)
                                    to be honest , i am not even sure anymore if they would be strictly necessary, but alas, they are there and there most likely was a reason why they are created

                                    therefore, you probably want to remove those first .wppizza-article-clear{display:none} and then align stuff

                                    in reply to: Change language #24224
                                    Olly
                                    Admin & Mod

                                      look again. it’s there

                                      in reply to: Problem with using 2 tax classes #24223
                                      Olly
                                      Admin & Mod

                                        different taxes – at the moment – are combined into one tax amount (this will change in wppizza v3 when it’s available. for the moment , the following applies)

                                        as you can see, next to the appropriate label (in admin: wppizza->localization) it says

                                        ….. if you are using different taxrates, enter text as appropriate]……

                                        i.e you should probably enter “including tax at 7%/19% ” instead

                                        in reply to: Limit of 3 Extra Ingredients #24220
                                        Olly
                                        Admin & Mod

                                          sounds to me like you have not yet “discovered” the custom groups ….

                                          see also
                                          https://support.wp-pizza.com/twentytwelve/our-menu/user/

                                          for some examples with screenshots how they are set up (might help perhaps ?!)

                                          Olly
                                          Admin & Mod

                                            your paypal issue has ABSOLUTELY NOTHING AT ALL to do with the code you are referring to (https://support.wp-pizza.com/topic/after-every-order/)
                                            don’t even try to use that code to fix your paypal problem, you will be wasting your time…..

                                            essentially, you DO have a paypal IPN issue

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

                                          Viewing 20 posts - 2,081 through 2,100 (of 4,446 total)