Forum Replies Created
-
AuthorPosts
-
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 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
>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…
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 replysorry, 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)
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
-
AuthorPosts