cleverschooling
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Public Coursesset it as free
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Pagination within Lessonsjust a suggestion:
with 10K words, i would prefer attaching a document, instead of letting students read on the webpage.thanks
will try it later.i ll mark it solved
Wish you all the best guys
isnt this similar to customizing WooCommerce checkout page where we can disable or hide elements from the page.
so create a page with the shortcode: tutor_course category=”kids-courses”
then try to disable or hide elements from the page using some snippet.
i dont want to lose it every time i update- This reply was modified 3 years, 9 months ago by cleverschooling.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Protect course videosyou will need Video hosting provider that can encrypt the hosted videos.
Nothing else could work and there are always a work around, as long as i can run the video on my browser.
- This reply was modified 3 years, 9 months ago by cleverschooling.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Profile PictureIt works on the live site. Maybe something with the Localwp
Thank you
I ll mark it as solved
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Profile PicturePlease see the error
https://drive.google.com/file/d/16g9WHrK-cO1iSpR459MnEKbnet4EdIvo/view?usp=sharingthis is version 1.8.2
- This reply was modified 3 years, 9 months ago by cleverschooling.
Forum: Developing with WordPress
In reply to: Removed few mime types but that blocked all types@bcworkz
Well, when i added the mp4|m4v it worked !!! but only mp4 it didnt work ???now how can remove other mimes ? all video , and audio type. Any official list that i can find on WordPress ?
Forum: Plugins
In reply to: [WooCommerce] remove “view cart” certain page onlybrilliant
I am using code snippet plugin as i helps me find rules faster than go checking functions.php
So how should i run the “add filter”, (Only run once) or Only run on site front-end- This reply was modified 3 years, 10 months ago by cleverschooling.
Forum: Plugins
In reply to: [WooCommerce] Order Again Button rename and Redirectthanks you but i dont like to install 2 plugins for 1 button
do you know any code snippet that could help with this ?
what i was able to do is hide it. but then there is no clear next step for the clientForum: Developing with WordPress
In reply to: Removed few mime types but that blocked all typesi tried it in the code snippet plugin with few variation. when I add the
return $mimes;
all type are allowed
and without the return $mimes;
all files blocked !!!Forum: Developing with WordPress
In reply to: Removed few mime types but that blocked all typesi tried this:
add_filter('upload_mimes', 'remove_mime_types'); function remove_mime_types($mimes) { unset($mimes['mp4']); unset($mimes['wmv']); unset($mimes['avi']); return $mimes; }
it says error in second line, this one … function remove_mime_types($mimes) {
am i still missing something ?
- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by bcworkz. Reason: code fixed
Forum: Plugins
In reply to: [WooCommerce] remove “view cart” certain page onlythank you for targeting the page.
to eliminate the whole message and space occupied, i did it this way
.woocommerce-checkout .woocommerce-message { display: none;}from your experience, regarding performance, which is more efficient
add to theme function.php or add code to snippet plugin and (Only run on site front-end)?
if there is any difference- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by cleverschooling.
- This reply was modified 3 years, 10 months ago by cleverschooling.
After today’s update, the login is working fine. But, importing the profile isnt working in the right way.
when i use the extended buddypress profile. facebook picture and email only are imported. the name will be someone like (Kenneth Powell) and rest is filled with some random default data
Do you have any idea how to fix this ?