radu25bv
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course list editCan i receive that kind of support from your side?
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course list editDear @largbasket
Thank you for your reply, please help me understand better how to use this tool:
- This is my homepage: https://www.public.eidom.ro
- This is what i want my homepage to be : https://www.public.eidom.ro/courses/
but i cannot find the /courses page , i’ve even tried creating a new empty page with the courses slug but as you can see , it doesnt work. How can i set this up ?
other questions: - is it possible to introduce the DATE of the course under the duration? like 15-17 september
- is it possible to modify the button under the course so that it redirrects me somewhere else (instead of the single-course-page)? and also change the text of the button ?
Looking forward to hearing from you,
Cheers
Forum: Plugins
In reply to: [Contact Form 7] cf7 tel input first digit^([3])?[0-9]{8,9}$?
Forum: Plugins
In reply to: [Contact Form 7] cf7 tel input first digitfunction custom_filter_wpcf7_is_tel( $result, $tel ) { $result = preg_match( ^3[0-9]{9,10}$, $tel ); return $result; } add_filter( 'wpcf7_is_tel', 'custom_filter_wpcf7_is_tel', 10, 2 );will this work as a validation? ty for your time
Viewing 4 replies - 1 through 4 (of 4 total)