dragnarok.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Oxygen Tutor LMS] Enrollment Box Issue@largbasket do you have any information on when the update of The Oxygen Tutor LMS plugin is planned?
I confirm, having the same issue.
I confirm. It is not possible to start email sending using mailpoet-cron.php script.
I found solution, I had to upgrade CF7 plugin to the newest version 5.0.2.
Forum: Plugins
In reply to: [EDD Auto Register] edd_auto_register_disable hook does not workHi Pippin,
ok I will try. Thanks for support.
Regards,
PawelForum: Plugins
In reply to: [Easy Digital Downloads - Additional Shortcodes] Nested ShortcodeThis workaround works but it would be nice to have it in the plugin because in case of update our changes will disappear 🙁
Hi,
the problem is fixed. Thanks for support.
Pawel.
Forum: Plugins
In reply to: [EDD Auto Register] edd_auto_register_disable hook does not workHi, it does’t work.
I think hooks function in EDD_Auto_Register class will always be invoked before any action, am I wrong?Forum: Plugins
In reply to: [EDD Auto Register] edd_auto_register_disable hook does not workI’d like to disable auto register for all free downloads.
I tried to add below filter to functions.php, but it does not work.function edd_maybe_do_not_insert_user( $payment_id, $payment_data ) {
if ( edd_get_cart_subtotal() <= 0 ) {
add_filter( ‘edd_auto_register_disable’, ‘__return_true’ );
}
}
add_action( ‘edd_insert_payment’, ‘edd_maybe_do_not_insert_user’, 9, 2 );Forum: Plugins
In reply to: [Polylang] static homepage UrlThe default language you can change in Settings->Languages in the table with list of languages – the column with the star.
Forum: Plugins
In reply to: [Polylang] static homepage UrlHello,
try URL modifications settings which can be find in Settings->Languages and in Settings tab.
regards.