Nadia Akther
Forum Replies Created
-
Hi, @titice
Hope you are doing well.
Please make sure that you have selected your business days properly . Otherwise the store will always look closed. Please follow the below steps to solve your problem.Kindly navigate to the vendor dashboard -> Settings -> Choose business days(select your business days as per your choice) and then select your store opening time and closing time -> update settings.
I hope it will help you.
Thank you.- This reply was modified 2 months, 1 week ago by Nadia Akther.
- This reply was modified 2 months, 1 week ago by Nadia Akther.
Hi @marfia,
you can follow the below CSS code for removing the “number of reviews”. I hope it will be helpful for you..tutor-leadinfo-top-meta span { display: none; }
Thank you.
Hi @newbiedev,
If you don’t want any new enrollment for a specific course. you can limit the number of students that can enroll in that course. I hope this solution will help you.
To do this kindly go to your WP-admin -> Tutor LMS -> Courses -> Select your course and click on Edit -> Maximum students(As many students as you want) -> Update.
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] DashboardHi @kklo,
For removing user rating stars on the dashboard. You can try the below CSS. I hope it will be useful to you.
.tutor-dashboard-header-stats { display: none; }
To insert the above CSS code, kindly go to your Dashboard -> Appearance -> Customization -> Additional CSS -> Paste the Code -> Publish.
Thank you.
Forum: Plugins
In reply to: [WooCommerce] How To Change Font Size In Checkout FormHi @kmilovalle,
I hope everything is going well for you. Could you kindly provide the URL of the page you want assistance with?Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] issue with course’s linkHi @msmaram,
I hope everything is going well for you. I think you’ve turned on the “Course Visibility” option.
To verify it, go to your dashboard > Tutor Lms > Settings > General > Course Visibility > deselect the “Logged in user only” option.
Thank you.Hello @inbodyjp,
You can use the Spotlight Mode to solve this problem. Maybe it will help.
To activate, go to Dashboard > Tutor Lms > Settings > General > enable “Spotligh Mode” .Thank you very much.
Hi @johnsoncheah,
Hope you are doing well. I have solved this problem with CSS code. You can try the below CSS code..tutor-dashboard-header-button {
padding-top: 0px;
background: #35d073;
}You can change the color.
For put, this CSS code Go to Dashboard > Appearance > Customization > Additional CSS > Publish.
Thank you.Forum: Plugins
In reply to: [WooCommerce] Customers cannot enter the online course after the payHi @sagdude123,
Hope you are doing well. Did you mark the order as complete? if your order is on hold your customer can’t open this course. Go to Dashboard > Woocommerce > Order > mark as “Complete”.
Thank you.Forum: Plugins
In reply to: [WooCommerce] No Shipping fee on orders over…$Hi @websitegirlca,
Hope you are doing well. For free shipping on orders over a certain amount, You can use the Flexible Shipping Plugin. Hope it will help.Here is the URL: https://wordpress.org/plugins/flexible-shipping/
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Need help !Hi @mueenul,
Hope you are doing well.1. As far as I know, Among the compatible themes in the documentation of Tutor LMS, they have not yet mentioned the discy theme.
2. No, you don’t need to delete the free version. The Pro version will not work without the free version.
I hope the information provided above has been useful to you.
Thank you.Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] course descriptionHi @sagdude123,
Hope you are doing well. Please follow the below steps. I hope it will help you.1.Numbers of students who are already enrolled is showing on your course.
2. For this section Dashboard > Tutor Lms > Courses > Click on “Add new Or your existing course” > Then you will find the “Total Course Duration” option (you can put your course Duration here) > update.
3.You need some CSS for this part. Please try the below CSS code.
.tutor-star-rating-group {
font-size: 15px !important;
}You can change the font size as per your requirement(15 to any).
For put, this CSS code Go to Dashboard > Appearance > Customization > Additional CSS > Publish.
Thank you.Forum: Plugins
In reply to: [WooCommerce] Archive Page – Product Thumbnail SizingHi @danielchan23,
Can you please try this one. I hope it will work.@media (max-width: 767px) .elementor-4303 .elementor-element.elementor-element-6af81b91.elementor-wc-products ul.products li.product { width: 140px !important; }
Thank you.
Forum: Fixing WordPress
In reply to: Help me with the menu dropdown!This problem is for your theme. Please try the below CSS. Maybe it will work.
ul.sidr-class-menu-item-569.sidr-class-sub-menu {
background-color: wheat;
}If the upper one does not work then try this one.
li#sidr-id-menu-item-569 {
background-color: #0c83ff;
}or You can change Your theme.
Thank you.Forum: Fixing WordPress
In reply to: Help me with the menu dropdown!Hi @madanlinkindustries,
Hope you are doing well. Please try the below CSS code. I hope it will help you to solve your issue.button.sidr-class-btn-submenu {
display: none !important;
}For put, this code Go to Dashboard > Appearance > Customization > Additional CSS > Publish.
Thank you.