Olly

Forum Replies Created

Viewing 20 posts - 3,341 through 3,360 (of 4,446 total)
  • Author
    Posts
  • in reply to: Request for individual coding #10002
    Olly
    Admin & Mod

      re 1) that codesnippet already exists

      https://support.wp-pizza.com/topic/send-email-on-admin-status-update/

      quick fix re 2) – in your themes functions.php

      
      add_filter( 'wppizza_filter_print_order_single_item', 'myprefix_add_ingredients_items_linebreaks');
      function myprefix_add_ingredients_items_linebreaks($item){
      	$item['addinfo']=str_replace(', ','<br />',$item['addinfo']);	
      return $item;
      }
      in reply to: Request for individual coding #9991
      Olly
      Admin & Mod

        in any event, i also have a number of (non-wppizza) clients anyway so capacity==0

        in reply to: Request for individual coding #9990
        Olly
        Admin & Mod

          in short:

          if i were to take on customisations, development of the plugin and extensions/gateways would stop dead right here

          i am already spending way too much time dealing with stuff that has nothing to do with the plugin in the first place or indeed providing/writing codesnippets so someone can do something that is not in the scope of the plugin.

          there are – quite literally – millions of developers out there that build and customise wordpress based websites to your exact specifications. I’m sure you should be able to find one somewhere that can do what you want to do

          in reply to: Display Sub Categories #9986
          Olly
          Admin & Mod

            just use category=”hot” (like any other category – subcategory or not)

            in reply to: INFO – WPPizza – Add Ingredients Extension #9983
            Olly
            Admin & Mod

              you can do all of that (and more).
              just create custom groups as required

              in reply to: one of the stranges bug i ever see. #9975
              Olly
              Admin & Mod

                >i try the “repair categories” without any luck.
                try adding a new (dummy) category and see what happens.
                you can delete it again after.

                in reply to: one of the stranges bug i ever see. #9973
                Olly
                Admin & Mod

                  i know of that bug, but cannot ever reproduce it (i have heard about this about 3 times now)
                  in anycase, try “repair categories” in wppizza->tools

                  in reply to: Meal Sizes and Ingredients #9971
                  Olly
                  Admin & Mod

                    >Do I need it network enabled in order to see the updates from the main sites?
                    if you activated the license on one/any site in the network it applies to all (and it subsequently should show up as an update being available in your network admin – let me know if it doesn’t, sending me your licence key to dev[at]wp-pizza.com )

                    > Is there a way to hard code the license so it activates the license on each site when created?
                    you don’t (should not) need to . assuming we are talking about a network. activating it on one will apply to all
                    (network installations only ever reference one install, so if it’s updated on one, they all are)

                    if the above isn’t clear , feel free to elaborate and i will try to expand

                    in reply to: How too docs #9970
                    Olly
                    Admin & Mod

                      it’s a tab at the top in the extension (at the top) labeled “how to”

                      in reply to: how to work with parent categories? #9968
                      Olly
                      Admin & Mod

                        >if there is any way to use ids and not names
                        it’s not names, it’s slugs (which are as unique as id’s)

                        in reply to: Delet Delivery text #9944
                        Olly
                        Admin & Mod

                          localization is where you should be looking. just delete the text….

                          in reply to: Meal Sizes and Ingredients #9941
                          Olly
                          Admin & Mod

                            then you haven’t updated the plugin – as i said – v.4.7+

                            in reply to: Meal Sizes and Ingredients #9936
                            Olly
                            Admin & Mod

                              create a new custom group -> set type : exclude and select it there (you’ll see what i mean i think) (v.4.7+)

                              in reply to: Problem with Internet Explorer 11 #9930
                              Olly
                              Admin & Mod

                                or better still update wordpress entirely (who knows what else has been “fixed” ) so you know you have the right jquery version for the right wordpress version.

                                generally, do not ever overwrite / change corefiles.

                                in reply to: Problem with Internet Explorer 11 #9929
                                Olly
                                Admin & Mod

                                  >Is it possible to send me latest jquery version?

                                  huh ?
                                  just download wordpress again and copy it from there…

                                  in reply to: how to work with parent categories? #9927
                                  Olly
                                  Admin & Mod

                                    there are also some comments in templates/navigation.php maybe those will help . dunno. all depends on your setup and what exactly it is you need to do

                                    in reply to: how to work with parent categories? #9926
                                    Olly
                                    Admin & Mod

                                      >if there is any other way to exclude all subcategories and print only parent categories…etc etc

                                      it’s a normal custom post type, do as you please (or go to appearance -> menu and just do one of those selecting the categories you want.)

                                      >bug the i have found in “wppizza-loop.php”…

                                      how is that a bug ? it does do what it is supposed to be doing. only that *you* want it to do something else. in any event, it’s a template, so if you want to it to do different things, feel free to edit as required…

                                      in reply to: Problem with Internet Explorer 11 #9924
                                      Olly
                                      Admin & Mod

                                        PS: your link to the admin doesnt help me without login !
                                        if you want to give me login details, post them here and set to private reply

                                        in reply to: Problem with Internet Explorer 11 #9923
                                        Olly
                                        Admin & Mod

                                          sorry, but you cannot do that. you will break things somewhere sooner or later (wppizza or elsewhere).
                                          if something doesnt work with the jQuery version comes with wordpress you’ll have to investigate what and why that is.

                                          my first port of call would be to disable all plugins and use a default them e(twentytwelve for example) and then see if that issue still exists. if it does not , turn on plugins one by one until it breaks (and or the theme)

                                          in reply to: Problem with Internet Explorer 11 #9921
                                          Olly
                                          Admin & Mod

                                            my first question is this:

                                            why does your site seemingly load jquery 1.8 when it should be loading/using 1.11 ?

                                            http://www.siamthai.ch/wp-includes/js/jquery/jquery.js?ver=1.11.2

                                          Viewing 20 posts - 3,341 through 3,360 (of 4,446 total)