Forum Replies Created
- AuthorPosts
- This reply has been marked as private.
also, turn on debug and check your debug log
link ?
your export file has a bunch of errors
a) the same meta keys are 2x in the xml for the same item but with different values
b) there is a bunch of metadata missingthis has nothing to do with me and i cannot help you there
(i suspect) you have been using the wordpress import/export and you somehow ended up with this messed up xml.maybe you did something else somewhere else that caused that (perhaps multiple merged exports or something). i do not know.
fact is, that wppizza menu items are just regular custom post types with meta keys stored in the db as wordpress does it. exporting these items is nothing i have any influence over
re 1) that codesnippet already exists
https://www.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 any event, i also have a number of (non-wppizza) clients anyway so capacity==0
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
just use category=”hot” (like any other category – subcategory or not)
you can do all of that (and more).
just create custom groups as required>i try the “repair categories” without any luck.
try adding a new (dummy) category and see what happens.
you can delete it again after.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>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
it’s a tab at the top in the extension (at the top) labeled “how to”
>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)localization is where you should be looking. just delete the text….
then you haven’t updated the plugin – as i said – v.4.7+
create a new custom group -> set type : exclude and select it there (you’ll see what i mean i think) (v.4.7+)
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.
>Is it possible to send me latest jquery version?
huh ?
just download wordpress again and copy it from there…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
- AuthorPosts