Olly

Forum Replies Created

Viewing 20 posts - 1,441 through 1,460 (of 4,446 total)
  • Author
    Posts
  • in reply to: SMTP not working at V3.X #33874
    Olly
    Admin & Mod

      works all fine here as intended
      i’d suggest you enable debug and check your console

      in reply to: Order SMS #33873
      Olly
      Admin & Mod
        in reply to: Admin can’t delete item created by another user #33604
        Olly
        Admin & Mod
          This reply has been marked as private.
          in reply to: Admin can’t delete item created by another user #33603
          Olly
          Admin & Mod

            I can actually see in the code that i deliberately omitted this option at the time.
            That said, I cannot really recall why and con only think of either there being some security implications of some sort (which of course there are) or I got sidetracked with something else and never finished it off, leaving it until someone asks for it
            – i.e now

            let me see what I can do in the next update – it’s not quite as trivial as one would want it to be though unfortunately.

            in reply to: Customer details #33599
            Olly
            Admin & Mod

              only thing i can see here is that there is no var called $order_table_name
              there is however a constant one can use instead WPPIZZA_TABLE_ORDERS

              other than that – as this’ not the full code/function/hook i cannot comment too much other than – under normal circumstances – the $order_details['customer'] array makes no distinction between cod or prepay(i.e cc) orders in that action hook (it only exists once regardless of what payment type was used)
              unless something was done via some filter before of course (in which case your thank you page etc would also be missing a bunch of details though)

              in reply to: undefined index debug log #33584
              Olly
              Admin & Mod

                a) php notice: inconsequential of course , but will be eliminated in the next update. thanks for mentioning it

                b) without seeing the settings (and a link/site where one can see what happens) i cannot say much

                in reply to: Custom Error Message per Dish with Ingredients/Options #33483
                Olly
                Admin & Mod

                  No, sorry. There is no provision for that I’m afraid.
                  (to be honest, I cannot even see under what circumstances this would be of particular benefit other than perhaps some minor and somewhat inconsequential cosmetics such as adding the item name perhaps to the message. never mind that you would have to add a multitude of individual messages, one for each item…)

                  in reply to: How to get rid of shop cart icon on menu #33423
                  Olly
                  Admin & Mod

                    alternatively

                    wppizza->layout -> miscellaneous->Hide cart icon next to prices

                    in reply to: How to get rid of shop cart icon on menu #33372
                    Olly
                    Admin & Mod

                      use css

                      .wppizza-article-default .wppizza-article-size:after
                      is the one that displays it

                      in reply to: Showing number of items in mobile mini cart #33323
                      Olly
                      Admin & Mod

                        had a mess around with things here for a bit
                        setting a limit of 300 as opposed to 420 as it is now, seems quite acceptable as well (always provided the theme itself is responsive to start off with)

                        will be added/updated in the next update

                        in reply to: Can no longer add item by name #33322
                        Olly
                        Admin & Mod

                          so , just for the fun of it , i messed around with a couple of things.

                          and – contrary to what i expected actually – <?php echo single_cat_title(); ?> as well as <?php echo category_description(); ?>
                          works also just fine from what i can see here (at least with the 2016 theme)….

                          dunno

                          in reply to: Can no longer add item by name #33321
                          Olly
                          Admin & Mod

                            PS
                            i guess you are/were referencing the wrong file in you second paragraph there

                            (i.e /isladelencanto-child/wppizza/markup/loop/theme-wrapper.php on line 18. when you meant wppizza/markup/cart/cart.container.php )

                            assuming that’s the case, feel free to do what you want there if that works for you

                            in reply to: Can no longer add item by name #33320
                            Olly
                            Admin & Mod

                              must admit, i don’t know how this relates to the topic title (“Can no longer add item by name”)…?

                              anyway, just referring to your last reply here

                              1. breadcrumbs: wppizza is a custom post type a simple single_cat_title() and category_description() are unlikely to have ever worked there (though there might be some circumstances where this might have worked, but that would be more accidental then anything and pretty much them dependent i would have thought)
                              i would suggest you have a look here
                              https://wordpress.stackexchange.com/questions/204738/breadcrumbs-with-custom-post-type-without-plugin
                              (i might even add a function to the plugin to that effect at some point for convenience)

                              2. all themes are different and i cannot say anything about “line18” there .
                              essentially , you can do what you want if this works for you, though why you would need any kind of cart thing in the loop template only you will know . of course that might have something to do with your theme and the way it’s constructed

                              in reply to: Showing number of items in mobile mini cart #33290
                              Olly
                              Admin & Mod

                                >Have a good weekend : )
                                you too …

                                in reply to: Showing number of items in mobile mini cart #33289
                                Olly
                                Admin & Mod

                                  will post it here

                                  and you can always override the css anyway if you want it done sooner
                                  the one that does it is this
                                  @media only screen and (max-width: 420px)….

                                  in reply to: Showing number of items in mobile mini cart #33284
                                  Olly
                                  Admin & Mod

                                    ok, i – mistakenly – assumed we are talking about something else (my fault)

                                    that out of the way, there is some css in there (i.e display:none) that tries to account for the more limited space available in the cart on small-screen devices.

                                    that said, at first glance at least , you might actually have a point that I might be overdoing things here.
                                    Though I am quite certain that “hiding” the quantity display (as that’s what we are talking about here) was done for a reason at the time , with all the adjustments done afterwards, this might now be the wrong thing to do.

                                    Allow me to think about this for a bit (taking into considerations several setup/theme possibilities), and if it turns out that this is somewhat overkill, I’ll gladly get rid of that declaration in the next update

                                    thinking out loud for a minute, i would think that this declaration still has a role to play, but should perhaps/probably only apply to screen/device sizes smaller than it is at the moment (which is 420)

                                    i’ll need to play wit that is for a bit.
                                    no promises – as i do not know yet the implications it might have – but thanks for flagging the issue nevertheless

                                    in reply to: Showing number of items in mobile mini cart #33282
                                    Olly
                                    Admin & Mod

                                      cannot see the minicart there being used/enabled ?!
                                      (mobile view or not)

                                      in reply to: Showing number of items in mobile mini cart #33280
                                      Olly
                                      Admin & Mod

                                        this sounds more like your theme is hiding certain things in mobile view as the plugin does not do that
                                        unless you are telling it to using the available (shortcode) attributes if adding the minicart by shortcode instead of using the widget
                                        (i cannot say any more without a link to your site I’m afraid)

                                        in reply to: Can no longer add item by name #33257
                                        Olly
                                        Admin & Mod

                                          >/wppizza/markup/cart/cart.container.php
                                          >/wppizza/markup/loop/theme-wrapper.php

                                          those are – already – v3 files…
                                          must admit , i don’t really understand what the problem seems to be here …

                                          in reply to: Earnings #33250
                                          Olly
                                          Admin & Mod

                                            sorry, but i don’t think i understand the question exactly (or actually the requirement as to why you would need this )

                                          Viewing 20 posts - 1,441 through 1,460 (of 4,446 total)