foxpc

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 43 total)
  • Author
    Posts
  • in reply to: why you need to load JS if you disable the order option #6019
    foxpc
    Participant

      Hi Olly,
      i tried to dequeue this scripts but without luck.
      can you help me with this?

      Thanks

      in reply to: Business Lunch #5984
      foxpc
      Participant

        Hi Olly,
        i will give you the full example:
        1. the return owner don’t want to hide items from the menu from 12:00 – 17:00 when is “Business Lunch” deal. he wants to have category name “Business Lunch” so when you will click on this cat, you will see sub categories with all the menu items that can be selected for “Business Lunch” deal. (the restaurant owner will choose from every category all the items that he want to allow select int the deal).
        and all terms of the deal need to be written before all the menu items.

        2.other restaurant owner wants don’t need to hide any menu items because all the items can be selected in the “Business Lunch” deal from 12:00 – 17:00
        “Business Lunch” terms is:
        you can select two item from cat 1, one item from cat2 and etc… this will cost 40$
        the “Business Lunch” not for delivery it’s only for showing what client will get (but some resturns could give delivery option if the have the opsion as i write you down).

        so here simaple meesage could work great. create menu item “Business Lunch”, print this where you need with the shortcode and make the coustomestion that you want.

        * by the way if you could add some useful option to the order process on “Business Lunch” time.
        if we could set the number of items that the client can select in categories that we will select at the “Business Lunch” time this could be useful addon.
        for example:
        in cat 1 you can select only 1 item, in cat 2 you can select up to 4 items and etc… but in cat5 and 6 you could not select any item.

        in reply to: Business Lunch #5977
        foxpc
        Participant

          Hi Olly,
          it could work if this not was for multi site solution.
          in multisite i cant use shortcode with item id because the id will be different on every blog.
          if i could use item slug for example this could work.

          or if you can help me with my sagesten that i have wrote you before it would be great.

          Thanks

          in reply to: Urgent bug (duplicated items) #5970
          foxpc
          Participant
            This reply has been marked as private.
            in reply to: Business Lunch #5965
            foxpc
            Participant
              This reply has been marked as private.
              in reply to: Business Lunch #5955
              foxpc
              Participant

                Hi Olly,
                i dont thing so that this addon do exactly what i need but id you can give me access to test this addon in the demo site it will be great!

                Thanks

                in reply to: Urgent bug (duplicated items) #5931
                foxpc
                Participant
                  This reply has been marked as private.
                  in reply to: Urgent bug (duplicated items) #5928
                  foxpc
                  Participant

                    from what i can see the loop add duplicate items in the last category the html looks

                    <div class=”cat-menu catID-13″>…</div>
                    <div class=”cat-menu catID-14″>…</div>
                    <div class=”cat-menu catID-15″>…</div>
                    and then:
                    <div class=”cat-menu catID”>…</div>
                    <div class=”cat-menu catID”>…</div>
                    <div class=”cat-menu catID”>…</div>
                    <div class=”cat-menu catID”>…</div>

                    without category id…

                    in reply to: Urgent bug (duplicated items) #5927
                    foxpc
                    Participant

                      i put the shortcode in some page and the same bug!
                      i send you in private me website.
                      let me know what else you need to look at the problem.

                      Thanks

                      in reply to: some strings not translated #5845
                      foxpc
                      Participant

                        the last one i translated in the language file.
                        so all ok now.

                        Thanks!

                        in reply to: some strings not translated #5843
                        foxpc
                        Participant

                          Thanks.

                          by the way, there is more place where the translate did work:
                          quick “add menu” in the top admin bar.
                          [link removed by admin]

                          Thanks

                          in reply to: some strings not translated #5841
                          foxpc
                          Participant

                            my website working well with the language pack. you can see it here:
                            http://postimg.org/image/acfqmnzr1/

                            here you can see WP language files in ftp
                            http://s18.postimg.org/ft50xtsyh/ftp.jpg

                            and still here “WPPizza Categories”
                            http://s24.postimg.org/t28x947ud/WPP.jpg

                            what else the problem can be?

                            Thanks

                            in reply to: some strings not translated #5829
                            foxpc
                            Participant

                              Hi,
                              i have set define(‘WPPIZZA_NAME’, ”); and this remove the “WPPizza”
                              but not matter what i tried i can’t translate the “WPPizza Categories”
                              i gave set lang define(‘WPLANG’, ‘he_IL’); and tried with many str_replace function but nothing! need your help with that.

                              Thanks

                              in reply to: Urgent bug (duplicated items) #5756
                              foxpc
                              Participant

                                Hi,
                                i don’t have any loop. my code is simple :

                                <div>
                                <?php echo do_shortcode("[wppizza category='!all' ]"); ?>
                                </div>

                                the strange thing is that after i have remove this php code and then paste it back, all start working normally.

                                in reply to: Urgent bug (duplicated items) #5751
                                foxpc
                                Participant

                                  by the way, if i try to add item to exist category all works fine. if i try to create new category the problem become the same to every new category.

                                  its seems like from the 11 category it make this bug.

                                  in reply to: Urgent bug (duplicated items) #5746
                                  foxpc
                                  Participant

                                    the link to the pic not posting from the “link button”. where is the direct link:
                                    [link redacted]

                                    [admin] that link had porn adverts on it [/admin]

                                    in reply to: help with creating add-on for holidays opening hours #5745
                                    foxpc
                                    Participant

                                      Thanks for the links.
                                      the problem with the holidays functionality is that you need to select day by day and not date range from to.

                                      many holidays can be couple days and others couple weeks. so the best here would be date range.

                                      about you can of course already set opening times for specific date that override the others under i did not see this working so i will check this. if this option change the opening hours in the <?php echo do_shortcode('[wppizza type="openingtimes"]'); ?> it will save me lots of work.

                                      in reply to: Urgent bug (duplicated items) #5744
                                      foxpc
                                      Participant

                                        Hi Olly,
                                        yes some how not all my text with the second screenshot was posted. here is what printing in the front page from this category

                                        for your question about “echo do_shortcode”. as i told you before we are using one page template so i need to print all the menu items from specific section in the template.

                                        in reply to: show all items from all categories in one page #5486
                                        foxpc
                                        Participant

                                          Hi,
                                          i have noticed one problem.
                                          you dont hide category title and description of category if category dont have menu item when you print all categories.
                                          just add if category dont have menu item – dont print category title and description.

                                          Thanks

                                          in reply to: show all items from all categories in one page #5477
                                          foxpc
                                          Participant

                                            Hi,
                                            i want to say some good word, thank you very much! for your great work and support for this great plugin.
                                            secend, i definitely will buy some add-ons after i will finish with the test.

                                          Viewing 20 posts - 21 through 40 (of 43 total)