Olly

Forum Replies Created

Viewing 20 posts - 2,521 through 2,540 (of 4,447 total)
  • Author
    Posts
  • in reply to: Extensions do not show in settings menu. #17770
    Olly
    Admin & Mod

      not necessarily related, but no harm done, it might be worth re-saving your permalink settings

      in reply to: Extensions do not show in settings menu. #17769
      Olly
      Admin & Mod
        This reply has been marked as private.
        in reply to: Extensions do not show in settings menu. #17768
        Olly
        Admin & Mod
          This reply has been marked as private.
          in reply to: Extensions do not show in settings menu. #17765
          Olly
          Admin & Mod

            first of all i’d suggest you update/upgrade your network as per notice in your admin

            in reply to: Extensions do not show in settings menu. #17756
            Olly
            Admin & Mod

              i’d need admin access if you want me have a look at it.
              if you do, post it here, marking the reply as private

              in reply to: Problem: Google Cloud Print Token Generation #17751
              Olly
              Admin & Mod
                This reply has been marked as private.
                in reply to: Problem: Google Cloud Print Token Generation #17750
                Olly
                Admin & Mod

                  >now it is working
                  hooray

                  >Thanks man for your very quick update and support..appreciated..
                  no problem

                  in reply to: Problem: Google Cloud Print Token Generation #17747
                  Olly
                  Admin & Mod

                    in any case, there appears/might be a namespace collision with another plugin somewhere.
                    try updating the cloudprint plugin to the latest version (3.5.2) which I just made available (might take a few minutes to show up in your dashboard/plugin admin)

                    Let me know if that helps or indeed if you still have the same issue after updating

                    in reply to: Problem: Google Cloud Print Token Generation #17737
                    Olly
                    Admin & Mod

                      can you send me a list of all the other plugins you have installed ?
                      you can go to wppizza->tools : [system info tab]
                      and copy and paste the output here (mark the reply as private if you wish)

                      in reply to: Adding Custom Information to Mail #17723
                      Olly
                      Admin & Mod

                        if you want to use the default template, use the filter
                        wppizza_filter_html_email_style to set the image

                        and set
                        $htmlEmailStyle['mailHeaderBackgroundImage']

                        to something like

                        background:url('http://www.domain.com/logo.png') 10px 10px no-repeat;

                        so – in full :

                        
                        add_filter('wppizza_filter_html_email_style', 'my_prefix_email_style');
                        function my_prefix_email_style($htmlEmailStyle){
                         $htmlEmailStyle['mailHeaderBackgroundImage'] = "background:url('http://www.domain.com/logo.png') 10px 10px no-repeat;";
                         return $htmlEmailStyle;
                        }
                        
                        

                        see also: https://support.wp-pizza.com/topic/html-email-editing/

                        footer text as above

                        in reply to: Adding Custom Information to Mail #17722
                        Olly
                        Admin & Mod

                          use wppizza -> templates to add/use a drag and drop template, setting it to html format.

                          logo: open the css section of that template and you’ll find site details -> table . the textbox underneath will have
                          padding:30px;text-align:center;background-color:#21759B;color:#FFFFFF;
                          in it by default. add your css background url declaration there to add your image

                          bottom of the mail: just go to localisation and add / adjust the footer text (it’s labelled ” Order Email: Text you would like to display at the end of emails after everything else.” )

                          in reply to: Print order template edit #17713
                          Olly
                          Admin & Mod

                            >Is that possible?
                            no, sorry

                            all you can do (which would at least add some linebreaks per group) is enable
                            wppizza->ingredients : options: Display ingredient groups in emails

                            (assuming your have different groups for different sets of ingredients/topping to start off with of course)

                            >Should we edit the file located here wp-content/plugins/wppizza/templates/wppizza-order-print.php?
                            NO. NEVER edit corefiles. see the faq’s how to edit things

                            > Because when we are trying to edit wppizza-order-print.php
                            i assume you are using the/a drag and drop template in wppizza->templates. wppizza-order-print.php has nothing to do with those

                            in reply to: Problem: Google Cloud Print Token Generation #17702
                            Olly
                            Admin & Mod

                              it also appears your printer is offline. check out these
                              https://www.google.co.uk/?gws_rd=ssl#q=cloudprint+op%3Doffline

                              in reply to: Problem: Google Cloud Print Token Generation #17701
                              Olly
                              Admin & Mod

                                first thing to do/try:
                                – enable debug https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
                                – check the debug.log and your server error logs to see what the 500 error is about (it can absolutely be anything)
                                – de-activate the cloudprint plugin and see if the 500 error goes away (if you have no access to the backend because of the 500 and assuming you checked your error logs to make sure it’s caused by the cloudprint plugin to start off with, delete the plugin directory using ftp, you can always reinstall it)

                                let me know what you find

                                PS: when you say “All of sudden, something happened and printer stopped printing the orders.” What changed ?

                                in reply to: activated the option order as guest or by account #17696
                                Olly
                                Admin & Mod
                                  This reply has been marked as private.
                                  in reply to: activated the option order as guest or by account #17695
                                  Olly
                                  Admin & Mod

                                    your site has a bunch of other problems. first of all i’d suggest you fix those.
                                    to do that :
                                    a) de-activate any caching plugin
                                    b) enable debug like so https://support.wp-pizza.com/topic/how-to-enable-debug-in-wordpress/
                                    and check the logs
                                    c) i would also recommend you have a look here https://support.wp-pizza.com/twentytwelve/our-menu/user/ for some toppings/ingredients examples , as there are also instructions/screenshots as to how these are set up

                                    in reply to: Ingredients Sorting #17693
                                    Olly
                                    Admin & Mod

                                      ok, no problem, i’ve removed the second screenshot . will just confuse matters leaving it

                                      in reply to: Ingredients Sorting #17691
                                      Olly
                                      Admin & Mod

                                        @mps1
                                        fair enough.
                                        problem is, your screenshot is showing things that apparently do not work the way you have it setup. The added ingredients in your screenshot should be the other way round (i.e “house salad” first, the same order as in the group underneath) – unless these screenshots are made with different settings

                                        then again, according to your own admission (https://support.wp-pizza.com/topic/ingredients-sorting/#post-14974) you have some other issues anyway

                                        furthermore, it (the 2nd screenshot) does not really address the question regarding how to display the toppings groups in the emails/order history

                                        in reply to: Ingredients Sorting #17689
                                        Olly
                                        Admin & Mod

                                          @mps1
                                          re: https://support.wp-pizza.com/topic/ingredients-sorting/#post-17687
                                          PLEASE: if this is a question, start a new topic. Those screenshot as they are with the comments there are help noone and just confuse the issue

                                          in reply to: Ingredients Sorting #17688
                                          Olly
                                          Admin & Mod

                                            >Is there a way to display the ingredients grouped in the same way the ingredients are grouped?
                                            wppizza->ingredients : options ->”Display ingredient groups in emails”

                                            however, playing around with this for a moment, it appears that – if you enable this option – the ingredients selected in each group (in the emails etc) are sorted alphabetically again and do not obey the custom sort order.

                                            i’ll have to look into that

                                          Viewing 20 posts - 2,521 through 2,540 (of 4,447 total)