Forum Replies Created
- AuthorPosts
-
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
This reply has been marked as private.This reply has been marked as private.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=9and after some debugging the developer fixed this problem.
maybe you can ask him what he did to fix this?
This reply has been marked as private.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
Olly?
15 May, 2015 at 10:46 am in reply to: set pickup time and allow to client select when the will pickup #9910great thanks Olly,
now what about the backend? if there are any filter/hook to add metadata in the wppizza?
Thanks
when i create new cat create automatically pages with all the items like that:
http://www.site.com/wppizza_menu/categorynameso 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
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.14 January, 2015 at 8:56 am in reply to: how can i change all messages in wp-admin when i create new item or update #7056ok this working it was my cache.
so everybody else that need this solution you can use this code.
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
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 codeecho wppizza_output_format_price($meta['prices'][$k],$optionsDecimals)
print the prices.
i think much better solusion would be to do like thisif (wppizza_output_format_price($meta['prices'][$k],$optionsDecimals) > 0) {echo...}
but i dont get this to work.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.10 December, 2014 at 7:35 pm in reply to: how to prevent losing changes i have made in translation files #6553it’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$the bug duplicate(5-15 times) from the last category items.
so only the last category suffer from this bug.10 December, 2014 at 8:52 am in reply to: how to prevent losing changes i have made in translation files #6541Hi,
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
22 November, 2014 at 7:03 am in reply to: how to prevent losing changes i have made in translation files #6318Hi 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
i made another simple solution for this.
so thanks for all help! and i dont forget about what i promise 🙂 - AuthorPosts