profago
Forum Replies Created
-
Forum: Plugins
In reply to: woocommerce layered nav widget returning out of stock productsI have the same problem, this is a very annoying question for large catalogues. Anyone has find a solution?
Forum: Plugins
In reply to: [Ndizi Project Management] [Plugin: Ndizi Project Management] TranslationI have had some troubles in first generation of .pot file but now il’s all working fine.
This article has helped me at all.
I hope that it should be useful also for you.Forum: Plugins
In reply to: [Ndizi Project Management] [Plugin: Ndizi Project Management] TranslationHi Ebicita,
you may download the .pot version HERE from my site (there is also it_IT you may delete it).
I hope this may help.Forum: Plugins
In reply to: [Ndizi Project Management] [Plugin: Ndizi Project Management] TranslationI have done all the translation .pot .po .mo but i can’t fin the way to correctly integrate the translation i have try with this syntax
load_plugin_textdomain( ‘ndizi’, false, WP_PLUGIN_URL . ‘/languages/’ );
but in intin function but it doesn’t work.
Anybody has any suggestion?Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Fatal ErrorI had the same problem, i solved it:
– disable the plugin;
– set Permalink Settings ad Default
– re-enable Pluginthe problem is obiouvsly that you must use Default permalink.
I hope that they will fix this problemForum: Plugins
In reply to: Import Users Plugin?I have auto-solved first part of mine problem 🙂
Line 179 must be:
wp_new_user_notification($user_id, $ud['password']);
and not
wp_new_user_notification($user_id, $password);But nothing about name|surname.
Forum: Plugins
In reply to: Import Users Plugin?Hi,
i have tried progresst plugin in WP 2.6.2 and it doesn’t seem work.
Anyone has the same problem?
There is a way to add also name|surname?
ThankyouForum: Fixing WordPress
In reply to: First name and last name as usernameYes,
it works but my problem is doing that automatically for every user… anybody know a way to do that?Forum: Fixing WordPress
In reply to: First name and last name as usernameI’m sorry because i haven’t find any solution but i have the same problem !!!