la.braud
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] TranslationI did all you told me to do but I resolved the problem by desactivating and reactivating the pluging.
Thanks for your answer.
AnneForum: Plugins
In reply to: [WooCommerce PayPlug] Woocommerce 2.5.0Ok, thanks for your quick answer !
Forum: Plugins
In reply to: [WooCommerce PayPlug] Command status pending and no mail receivedBonjour,
Après être repartie d’une configuration propre en réinstallant tout petit à petit, le problème n’appara?t plus.
Je me demande si je n’ai pas oublié, au cours de mes tests, que j’étais en mode maintenance…
En tous les cas, merci pour votre réactivité !
AnneForum: Plugins
In reply to: [Multisite Language Switcher] Fatal errorThanks for your quick response !
Yes, I configured a multisite with 3 sites (root, /fr and /en) and with multisite language switcher theme activated on root site to switch automatically french browser towards fr and the others towards en.
I already used such a configuration in another project witout any problem. Bit the version of wordpress was older.
Please note that the error appears only in the very special case where I click a clickable date on the wordpress widget calendar. When I click on previous or next mont in the calendar, it works correctly.
@photocrati – Hi,
It’s ok, I managed to code the filter in the functions_php file according to the informations given above. The result is below :
function filter_ngg_datamapper_table_name($table_prefix_this__object_name, $this__object_name) {
$table_prefix_this__object_name = ‘wp_2_’ . $this__object_name;
return $table_prefix_this__object_name;
}add_filter( ‘ngg_datamapper_table_name’, filter_ngg_datamapper_table_name’,10,2);
Thanks for this useful thread !
Hi,
In order to share galleries among sites in a multisite environment, I understood thanks to this thread that I can create a child theme with its functions.php file.
That’s what i did.
Now, I don’t know exactly the right code to write in functions.php file if I want the tables of the second site of the network (whose table prefix is “wp_2_”) to be those where all of NGG’s database lookups are directed to.
Could help me to find the right code to write ?
Thanks for having given a temporary fix for this problem.
Unfortunatly, I wasn’t able to solve this problem and didn’t have any answer from the author.
Thanks to inform me if you learn more about this issue !Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Sidebar FormattingI have the same problem and didn’t manage to solve it.
I didn’t find where is the file you need to modify in order to change the look of the sidebar events list.