Rocco Aliberti
Forum Replies Created
-
Forum: Plugins
In reply to: [Childify Me] Why Isn’t Childify Me Updated?Thanks for taking care of this!
I released a new version.
Here’s a temporary hack to overcome this issue (you can place this code in your theme’s functions.php, after an opening tag):
/* Fix Satispay strings */ add_filter( 'woocommerce_available_payment_gateways', function( $gateways ) { if ( isset( $gateways['satispay'] ) ) { $gateways['satispay']->description = 'Paga smart, con Satispay hai tutto a portata di app!'; $gateways['satispay']->method_description = 'Paga smart, con Satispay hai tutto a portata di app!'; $gateways['satispay']->order_button_text = 'Paga con Satispay'; } return $gateways; }, 999 );
Hi there,
can you be a bit more specific on what you want to achieve, can you also share the code that is not working?
Thanks
Hi @richiecvz ,
we’re actually currently working on this feature and we hope/aim to release it soon.
Thank you @anastas10s
I subscribed to the github issue <3- This reply was modified 2 years, 3 months ago by Rocco Aliberti.
Hey Jose (@giuse),
thanks for reporting this.
We’ve been able to reproduce it and a fix is on the way.Best,
RoccoHi @mixweb
Thanks for reporting this.
Can you give us more information? E.g. what does it show? Nothing or the shortcode as it is? Are you using the shortcode block or what?Consider that you’re using the current logged user information, not necessarily the the information of the user who awarded the certificate.
Have you tried using custom merge codes instead? E.g.
add_filter( 'llms_certificate_merge_data', function( $codes, $user_id ) { $codes['{company-name}'] = get_user_meta( $user_id, 'llms_company_name', true ); return $codes; }, 10, 2 );
Glad you solved! ??
Hi @planomo
thanks for reporting this.
We’ve identified a conflict with the Yoast SEO plugin, that happens when the course builder autosave triggers. We’re working on a fix.Meantime you could either disable that plugin for the time needed to use the course builder or you can disable the course builder autosave here, turning it to manual:
https://lifterlms.com/docs/using-course-builder/#manual-savingHope this helps,
@michaelweiner
thanks!I’m honestly unable to reproduce this issue :/
Something really weird is happening there. This is where the js variable (that the error you provided refers as missing) is set in the plugin codebase:
https://github.com/gocodebox/lifterlms-blocks/blob/1.12.0/includes/class-llms-blocks.php#L91I cannot see why it shouldn’t work on your site too.
Maybe you can enable the debug logging to see if there’s any PHP error/warning that could give some hints on what’s going on:
https://lifterlms.com/docs/how-to-debug-a-white-screen/#log
?Hi @michaelweiner
thanks for reporting this.I’m actually unable to reproduce it on my local install, so I guess it might have to do with your website “configuration”…
Could you please share your system report?
Also, have you already tried to disable all your plugins, and see if the issue still occurs?
Thanks!
Hi there,
thanks for sharing those info!
So what is missing on your site is, among other required pages, the Checkout page.Maybe you skipped their creation during the setup wizard?
Please take a look at this to re-run it again:
https://lifterlms.com/docs/rerun-lifterlms-setup-wizard/Hope this helps!
@editorialteamnwu
Hi there,
The first behavior you describe is actually the expected behavior when trying to enroll through a free access plan as a logged in user who has not provided all the required profile information.
Also what you put in the country field?
When filling the user profile from the WordPress dashboard, make sure to use the country code, see:
https://github.com/gocodebox/lifterlms/blob/4.10.0/includes/functions/llms.functions.currency.php#L56
e.g. for United States it’s US, for Italy it’s IT, GB for United Kingdom, and so on…The real problem there, is that you seem to not see any form in the checkout page, while you should.
Can you please share a link to your website where we can see what’s happening?Can you also provide us with your System Report?
https://lifterlms.com/docs/how-to-use-the-lifterlms-system-report/Forum: Reviews
In reply to: [Childify Me] Doesn’t workHi there,
I’m sorry you’re experiencing this issue.I’ve just tested it again and the buttons shows up fine:
Where do you expect the button to be shown?
Thanks.
Hi @plaidpowered,
thanks for reporting this and for all the information you shared with us!Although this is a pretty uncommon use case I see this is something we should take into account ??
I’ve opened an issue on github:
https://github.com/gocodebox/lifterlms/issues/1487