Shibbir Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Page Builder] WP Page builder interface not loadingHello @visheshvaibhav
Do you mean to hide this page: https://edutrickz.com/all-courses/ completly?
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course Duration in DAYSHello
Can you tell me how or from where your customer is showing this date? You may send me some screenshots so that I can help you properly.
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Date in PortugueseHello @kklo
Please go to wp-content/plugins/tutor/templates/dashboard/my-profile.php at line number 12 and then replace the
datefunction withdate_i18nfunction.Let me know if it works for you.
Kind Regards.
Hello @dimitris-mits
Please go wp-content/plugins/wp-pagebuilder/classes/Helper.php at line number 515 and replace the existing code with this code:
$inner_addon_name = isset( $the_addon ) ? ( isset( $the_addon['name'] ) ? $the_addon['name'] : '' ) : '';Note: Before you do that please get a full site backup.
Kind Regards,
- This reply was modified 4 years, 11 months ago by Shibbir Ahmed.
Forum: Plugins
In reply to: [WP Mega Menu] Hide: “All Post”Hello
Try to use this code:
ul.wpmm-tab-btns li:nth-child(2) { display : none; }Kind Regards.
Forum: Plugins
In reply to: [WP Page Builder] How to make row full screen widthForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] instructor private coursesHello
There is no option to hide the enroll button from the individual course. You may use CSS display : none to hide the enroll button. This way no one can enroll to that couze.
Kind Regares.
Hello there,
Please follow this instruction: https://gist.github.com/creativeartbd/29b3d8aff8e5415e4039eb91a4ca2a73
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Post Grid Title HeadingHello there,
I got the issue. Please wait a while as we are fixing this issue. We will get a notification once we publish a new version soon.
Kind Regards.
Hello
Can you send me some screenshots so that I can understand the issue better?
Also, you may check this. Just go to your website tutor front-end dashboard -> settings page. Now enter the First Name and Last Name and then save it. Now, choose Display name publicly as option value.
Kind Regards.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Post Grid Title HeadingHello @pablo8693
There is no option for this but you may directly edit the code. To do that go to wp-content/plugins/tutor/templates/dashboard/enrolled-courses.php at line number 39. Here you can see this code:
$custom_url = home_url($post->post_type.'/'.$post->post_name);After this line add this code:
$lesson_url = tutor_utils()->get_course_first_lesson( get_the_ID() );Now, Replace the $custom_url with $lesson_url so that when you click on the title it will directly go to the lesson instead of the course page.
Kind Regards.
- This reply was modified 4 years, 11 months ago by Shibbir Ahmed.
Hello @dimitris-mits
Can you tell me exactly when this error message is showing? you may send me some screenshots too.
Kind Regards.
Forum: Plugins
In reply to: [WP Mega Menu] Mega menu is not working correctlyHello @issam007
Could you please send an email to support at themeum dot com? Our support engineer will assist you with that.
Kind Regards.