Thread Starter
j
(@jlasan)
i just realized the registration thing works upon pressing enter,
is there a way to add a button?
everything else i ve resolved by now
thank you
-
This reply was modified 3 years, 7 months ago by
j.
Hi,
Please contact to the author of the Edubin theme, they overrided our code of the LearnPress plugin.
Thanks
Thread Starter
j
(@jlasan)
great job edubin π
could it be resolved similaryl like this…can you specify for learnpress.
this is an example for woocommerce..
thank you
Option 2: Disable ALL WooCommerce Overrides Via wp-config.php
This is a little gem (thanks to Damien Carbery). If you study WooCommerce plugin files, and specifically the wc_get_template_part() function, you will see a note:
WC_TEMPLATE_DEBUG_MODE will prevent overrides in themes from taking priority
So, thanks to Damien, I added the following line to wp-config.php:
/**
* @snippet Disable WooCommerce Theme Overrides Via wp-config
* @how-to Get CustomizeWoo.com FREE
* @author Rodolfo Melogli
* @compatible WooCommerce 6
* @donate $9 https://businessbloomer.com/bloomer-armada/
*/
define( ‘WC_TEMPLATE_DEBUG_MODE’, true );
Thread Starter
j
(@jlasan)
could also this be the issue? please provide the best solution to stop the theme from overriding Learnpress plugin?
I think the problem has anything to do with your theme, rather it is with the plugins. I suspect that the plugin authors has not set a priority when they registered/hooked the stylesheets to wp_enqueue_scripts hook. This will cause the plugin style to load to early, and all styles later gets overridden by the themes’ stylesheet
I would suggest, create a child theme, and then copy the complete stylesheet from the plugin to your child themes’ stylesheet. The child themes’ stylesheet will be loaded lastn so give this a try
Hi,
Edubin is not our theme, we only have the Eduma theme. We can’t block the theme from overriding the LearnPress plugin so let’s contact to the author of your theme, and they will check for you.
Thanks
Thread Starter
j
(@jlasan)
Lets be more polite
and try solving issues
and not just redirecting them to other people.
my question was simple
in the checkout page when you can purchase a course as a login, registered or guest user there is no button to follow but you just enter fields and have to press enter.
I dont think this is part of the theme but part of the plugin.
thanx
Thread Starter
j
(@jlasan)
I have another question.. concerning profile page, learnpress
i want to change menu display icons on profile page, image attached.
The names are not displaying and its confusing to the customers.
https://ibb.co/8YHfmFZ
thank you