jurasjo
Forum Replies Created
-
It looks like Restrictions setting on the course page doesn’t work with Woocommerce integration plugin.
Ok. I have found some solution based on Woocommerce.
For now I have put hat code to my functions.php:
add_filter( 'woocommerce_get_price_html', 'custom_price_html', 100, 2 ); function custom_price_html( $price, $product ) { global $post; $sales_price_to = get_post_meta($post->ID, '_sale_price_dates_to', true); if(is_single() && $sales_price_to != "") { $sales_price_date_to = date_i18n("j F Y", $sales_price_to); return str_replace( '</ins>', ' </ins> <b> <br>(Oferta wa?na do '.$sales_price_date_to.')</b>', $price ); } else { return apply_filters( 'woocommerce_get_price', $price ); } }
If there is solution for using Enrollment Opens Message I will be intrested.
Thanks for advices but I think it is to complicated for me.
I thought that maybe a could “reuse” option from the course setting which is called “Enrollment Opens Message”.
It prints message on the div with class of .llms-notice on the specific course page.Could it be reused on the tile? Maybe this something not very hard to code? Styling is not the problem but I have no idea how to find/use that function.
And second question:
Is this possible to have some “overlay” on this course with word for example “Available from ….” on the Course catalog page?
Forum: Plugins
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] ExcerptWorks perfect:) THX
Super. Works fine !
You can check LifterLMS>General Settings>Courses>Automatically advance to the next lesson when a student clicks the Mark Complete button.
Forum: Plugins
In reply to: [Loco Translate] Woocommerce translationOk. THX for Your advice.
Forum: Plugins
In reply to: [Loco Translate] Woocommerce translationwoocommerce-pl_PL.mo file is in …wp-content/languages/plugins.
How to verify proper loading order?
Ok. I have found/resolved the problem.
I was copying shortcode from Your site and I had to manually reenter question marks in
...membership=”522″]
Now it works.
Forum: Plugins
In reply to: [WooCommerce] Translation of tempates filesOk. BIG THX. Now I now what to do.
Forum: Plugins
In reply to: [WooCommerce] Translation of tempates filesgenerating sounds better but could You give me a hand with that?
Should I put this file in what location or what name?
Forum: Plugins
In reply to: [Woo Email Control] Only jpg ?I use regenerate thumbnails and have noticed that some thumbnails aren’t created for that picture.
I have exported that file from my project again and now works perfectly.
BIG THX for Your help.
Forum: Plugins
In reply to: [Woo Email Control] Only jpg ?I’m using shop_thumbnail size but on others sizes the image is also not visible.
When I click ‘View in browser” image is present but when email is sent image is gone.