foxpc

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 43 total)
  • Author
    Posts
  • in reply to: Bulk creation? #15357
    foxpc
    Participant

      HI,
      i have check all plugins that exist for bulk creation.
      none of the really work for custom post types like wp-pizza plugin and other plugins that have custom field like price.

      if you know some plugin that does the work please let me know.

      any other suggestion or solution?

      Thanks

      in reply to: one of the stranges bug i ever see. #10012
      foxpc
      Participant
        This reply has been marked as private.
        in reply to: one of the stranges bug i ever see. #10010
        foxpc
        Participant
          This reply has been marked as private.
          in reply to: one of the stranges bug i ever see. #9974
          foxpc
          Participant

            i try the “repair categories” without any luck.
            maybe this is the problem?
            https://make.wordpress.org/core/2015/02/16/taxonomy-term-splitting-in-4-2-a-developer-guide/

            by the way.
            i have simpler problem with this plugin (with post count):
            https://wordpress.org/support/topic/after-the-last-update-i-cant-see-any-bookings?replies=9

            and after some debugging the developer fixed this problem.

            maybe you can ask him what he did to fix this?

            in reply to: one of the stranges bug i ever see. #9972
            foxpc
            Participant
              This reply has been marked as private.
              in reply to: how to work with parent categories? #9963
              foxpc
              Participant

                Hi
                if there is any way to use ids and not names in the wppizza category shortcode?

                [wppizza category=’pizza,pasta’]

                will be

                [wppizza category=’12,14′]

                i am using the same category name for the “lunch menu” and regular menu, in this case it not working.

                Thanks

                in reply to: how to work with parent categories? #9925
                foxpc
                Participant

                  Olly?

                  foxpc
                  Participant

                    great thanks Olly,

                    now what about the backend? if there are any filter/hook to add metadata in the wppizza?

                    in reply to: new getway development #9909
                    foxpc
                    Participant

                      Thanks

                      in reply to: where to change taxonomy slug "wppizza_menu"? #8295
                      foxpc
                      Participant

                        when i create new cat create automatically pages with all the items like that:
                        http://www.site.com/wppizza_menu/categoryname

                        so its not mather one page or not. this urls exist in my xml map.

                        i just want to have the option to rename the “wppizza_menu”

                        Thanks

                        in reply to: where to change taxonomy slug "wppizza_menu"? #8283
                        foxpc
                        Participant

                          Hi Olly,

                          i am using one page template so i don’t really using specific page for the “menu”
                          but in my site map i want to show to google bot that user can directly see all menu items from each category.

                          foxpc
                          Participant

                            ok this working it was my cache.

                            so everybody else that need this solution you can use this code.

                            in reply to: get the list of all the sizes #6605
                            foxpc
                            Participant

                              so how can i just print the sizes name from $options[sizes]?
                              i want to print all sizes for id = 5
                              it will need to print: small ,medium, big , extra big etc…

                              how can i do this?

                              Thanks

                              in reply to: get the list of all the sizes #6599
                              foxpc
                              Participant

                                Hi Olly.
                                >i want to print all the sizes in the top of the table.
                                if i use echo $options[sizes]; the output is: ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
                                i used it here:wppizza_loop_outside_start
                                also the question is how to print $options[sizes] for specific ID (for example all sizes with id 5)

                                >some of the items don’t have the extra big size:
                                i see that this code echo wppizza_output_format_price($meta['prices'][$k],$optionsDecimals) print the prices.
                                i think much better solusion would be to do like this if (wppizza_output_format_price($meta['prices'][$k],$optionsDecimals) > 0) {echo...}
                                but i dont get this to work.

                                in reply to: get the list of all the sizes #6574
                                foxpc
                                Participant

                                  one more question regarding “sizes”.
                                  when i add new item and this item dont have “extra big” size for example, the menu will print 0 near extra big size. how not to print 0(hide or print “-“) if the size don’t have price?

                                  for example:

                                  i create small medium big extra big size
                                  the some of the items don’t have the extra big size:

                                  small 5$ medium 7$ big 10$ and extra big empty field
                                  in the front page it will print all the princes and the sizes but in the extra big it will print just 0.

                                  in reply to: how to prevent losing changes i have made in translation files #6553
                                  foxpc
                                  Participant

                                    it’s not categories it’s how you Serves the food.
                                    lets take for example “Shawarma” in “Pita” cost 10$ in “Baguette” cost 15$ in “Plate” cost 20$

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

                                      the bug duplicate(5-15 times) from the last category items.
                                      so only the last category suffer from this bug.

                                      in reply to: how to prevent losing changes i have made in translation files #6541
                                      foxpc
                                      Participant

                                        Hi,
                                        sorry for the late delay.
                                        i will give good example.
                                        for each temaple we have using wp-pizza plugin as the food menu. in some food restorans the give the food in defernce “Breads” “Pita”, “Baguette” “Plate” and etc…
                                        so here we need to translate specific couple words to feet more to this restaurant.

                                        if we could just to move th PO files to theme folder the same as wp-pizza templates file it could help to many users to make translations to each template.

                                        another solution that i see in many plugins is that they don’t include and po files. the give you the option to download this if you want.

                                        in this way we could add our own PO file that cannot be changed on each update.

                                        how can i use PO file in my theme folder?

                                        Thanks

                                        in reply to: how to prevent losing changes i have made in translation files #6318
                                        foxpc
                                        Participant

                                          Hi Olly,
                                          the problem that sometimes you make dedicated translation. and that translation not fit to all so thats why i ask for solusion.

                                          when we will fix the exist translation that will fit to all i will send you the fiels.

                                          now for this problem you can add some code that can check if the wppizza po exist in otherwise take from plugin folder. /public_html/wp-content/languages/ then take the translation from their. otherwise take from plugin folder.

                                          this can help to many users that need to make some changes in the translation file without losing every update.

                                          Thanks

                                          in reply to: Business Lunch #6020
                                          foxpc
                                          Participant

                                            i made another simple solution for this.
                                            so thanks for all help! and i dont forget about what i promise 🙂

                                          Viewing 20 posts - 1 through 20 (of 43 total)