Olly

Forum Replies Created

Viewing 20 posts - 2,481 through 2,500 (of 4,447 total)
  • Author
    Posts
  • in reply to: Show quantity in cart #18577
    Olly
    Admin & Mod

      huh?
      it does that by default

      in reply to: Meal Size broken after upgrade to 2.16 #18533
      Olly
      Admin & Mod

        you also have js errors on the frontend

        
        Uncaught TypeError: $ is not a function (index):770 
        i.e 
        $("#mainmenu .wp_nav_menu_mobile ul.menu li a").each(function() {
        

        that might be caused by the theme or a plugin. i do not know, but i can guarantee you it’s not wppizza

        in reply to: Meal Size broken after upgrade to 2.16 #18532
        Olly
        Admin & Mod

          in short, what you want to do is:
          turn off all plugins. keep theme.
          can you use quickedit ?
          if not, switch theme to a default theme. can you use quickedit now ?
          if you can, speak to theme developers to fix it

          in reply to: Meal Size broken after upgrade to 2.16 #18531
          Olly
          Admin & Mod
            This reply has been marked as private.
            in reply to: Meal Size broken after upgrade to 2.16 #18529
            Olly
            Admin & Mod
              This reply has been marked as private.
              in reply to: Meal Size broken after upgrade to 2.16 #18527
              Olly
              Admin & Mod

                have had a bit more of a look.
                i _believe_ your problem is cuased by your theme.
                as an example, try using qucikedit in your posts. you’ll see it wont work . switch to a default theme and it probably works again (just an educated guess of course)

                in reply to: Meal Size broken after upgrade to 2.16 #18526
                Olly
                Admin & Mod

                  thanks:
                  your problem is javascript errors that are either thrown buy your plugin or theme

                  
                  Uncaught Error: Syntax error, unrecognized expression: a[rel=]
                  Uncaught TypeError: Cannot read property 'hasClass' of undefined
                  

                  you should de-activate all other plugins and use a default theme to track it down where those errors come from (as they are all thrown in together in a load.scripts.php i cannot tell you which one is the one likely to cause the problem)

                  that said, my initial suspicion would be your “jquery-updater” . i cannot even begin to tell you why it is a very bad idea to replace the jquery version that comes with wordpress that way
                  (but here’s a great article i fully agree with https://pippinsplugins.com/why-loading-your-own-jquery-is-irresponsible/ )
                  It may be the case that that plugin is not to blame , but de-activating it might at least make debugging the underlying issue easier

                  you should also enable debug like so https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/ and check your debug log

                  in reply to: Meal Size broken after upgrade to 2.16 #18524
                  Olly
                  Admin & Mod

                    actually, i’m not even certain if you are talking about admin or frontend here

                    forget that – i did not read this properly.
                    in any event , i would need admin access to have a look what happens when adding a meal size
                    if you post it here, mark it as a private reply

                    in reply to: Meal Size broken after upgrade to 2.16 #18523
                    Olly
                    Admin & Mod

                      got a link ?

                      what version did you upgrade from ?

                      in reply to: Shortcode for hiding item-pictures #18419
                      Olly
                      Admin & Mod

                        >I only want show a list of items of a category without image.
                        just dont upload any images then…. (and you probably want to go to wppizza->layout and not show the placeholder image)

                        in reply to: SMTP not working #18368
                        Olly
                        Admin & Mod

                          >phpmailer: Could not instantiate mail function….

                          that is a server or setup error. you need to enable debug and check your error logs
                          there are many many possible reasons for that error, none of which have anything to do with the plugin

                          a simple https://www.google.co.uk/#q=phpmailer:+Could+not+instantiate+mail+function will give you hundreds of results and possible solutions. Which is the right one for your setup I cannot tell you

                          also have a look here
                          https://support.wp-pizza.com/topic/order-does-not-send-email/

                          >Why is the phpmailer still trying to run when I’ve chosen to use SMTP for sending emails?
                          phpmailer will ALWAYS run, you just use smtp for authentication. one doesn’t really have anything to do with the other

                          in reply to: Suggest a Product #18250
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            in reply to: Suggest a Product #18248
                            Olly
                            Admin & Mod
                              This reply has been marked as private.
                              in reply to: Suggest a Product #18247
                              Olly
                              Admin & Mod

                                updated again – these are just quick codesnippets.

                                in reply to: Suggest a Product #18246
                                Olly
                                Admin & Mod

                                  PS: this does not do any popup (if you want that sort of thing , you have to develop it yourself)
                                  it just adds some items to the checkout page to choose from

                                  (not tested by the way, what you do from here is up to you)

                                  in reply to: Suggest a Product #18244
                                  Olly
                                  Admin & Mod

                                    example updated

                                    in reply to: Suggest a Product #18242
                                    Olly
                                    Admin & Mod

                                      there are many action hooks in the order page you could use to add things (using shortcodes i would have thought).
                                      as an example you could do – in your functions.php :

                                      
                                      add_action('wppizza_gateway_choice_before', 'my_function');
                                      function my_function(){
                                      echo do_shortcode('[wppizza single="11"]');
                                      }
                                      

                                      or any other shortcodes you want to use

                                      search templates/wppizza-orders.php for anything that says “do_action” for a variety of places where you could hook into

                                      in reply to: Pizza ingredients (half-half) only on bigger sizes… #18164
                                      Olly
                                      Admin & Mod

                                        the only way to do that currently is to create a separate menu item.
                                        enabling half/half etc will enable this for all variations of a given menu item

                                        that said, it’s certainly an idea and i will make a note of that, but i cannot give you an ETA as to when that will be integrated/added as an option

                                        in reply to: Custom invoices via admin-interface #18117
                                        Olly
                                        Admin & Mod

                                          > othwerwise we have to reedit the files via ftp everytime

                                          then you are doing it wrong. please read the FAq’s. especially the ones regarding template and css editing

                                          secondly, there is already a whole drag and drop editor in wppizza->templates

                                          in reply to: User Registration #18103
                                          Olly
                                          Admin & Mod

                                            > Is there a specific account page with options that differs from the standard WP account page?

                                            no, but you can add things to the registration process (wppizza->order form settings)

                                          Viewing 20 posts - 2,481 through 2,500 (of 4,447 total)