Ibrahim
Forum Replies Created
-
Hello @vickkmartinez!
You can contact with support directly through this address support at themeum dot com.
Thank you!
Hello @vickkmartinez!
The courses page is an archive page, that is coming dynamically so it is not possible to edit.It is not any problem, it is the default system with any page builder. But, you can make any custom page and that can edit with the page builder. Here, is a course list widget to show all courses.
See the attachment:https://prnt.sc/DAtvQifBzK5hThank you!
Hello @vickkmartinez !
Did you install the updated version of Divi tutor addon ?
You can edit your course page using divi builder , follow the documentation, please : https://docs.themeum.com/tutor-lms/divi-integration/create-a-divi-template-for-tutor-lms-course/
Thank you!
Forum: Plugins
In reply to: [WP Crowdfunding] Hide categoryHello @jpsarmento!
You can show a specific list by shortcode
https://docs.themeum.com/wp-crowdfunding/shortcodes/#crowdfunding-project-listing-shortcodeThen, your private category crowdfunding list will not show on that page, you can share that privately.
Thank you!
Forum: Plugins
In reply to: [WP Crowdfunding] Hide categoryHello @jpsarmento!
Do you want to remove this from the shop page or from where? can you explain, please
You can try this code
add_filter( 'woocommerce_product_categories_widget_args', 'remove_uncategorized_category' ); add_filter( 'woocommerce_product_subcategories_args', 'remove_uncategorized_category' ); function remove_uncategorized_category( $args ) { $uncategorized = get_option( 'default_product_cat' ); $args['exclude'] = $uncategorized; return $args; }
Thank you!
Hello @giahseymehnbarseegiah !
I have checked your site it was a CSS issue, Please! use this CSS to solve this issue
.tutor-course-listing-thumbnail { width: 400px; height: 250px; background-size: contain; }
Add this CSS in Appearance => customize => additional CSS
Thank you!
Hello @rmalheiro!
Are you using any page builder? and are you using the latest version of the plugin?
You can contact our support through this address support at themeum dot com.
Thank you!
Hello @codenol!
You set the dashboard page as home page, the issue was that. You can check your site now, please! dashboard page need to set as dashboard page from settings.
Thank you!
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] problem relating to EmailHello @out2visit!
You can contact our support through this address support at themeum dot com
As it is maybe a pro feature, The support team will help you to resolve the issue
Thank you!
Hello @catalyst2022 !
The error coming from your theme, your theme overrides Tutor templates,you need to update those templates. You can check your website with a different default theme.
Hope your issue will be resolved.Thank you!
@potel !
From add-ons section, enable the report addon and then check, please
Follow this :
https://docs.themeum.com/tutor-lms/tutor-lms-menus/add-ons/Thank you!
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Error in my profile pageYour theme overrides Tutor templates, you need to update those templates.
You can try with any default theme, also you can contact with your theme support to get the theme update.Thank you!
Hello @suporteescoladeninja!
Did you translate the child theme also? you need to translate the child theme also
Thank yoU!
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor LMS customizationHello @stakehol!
Need custom modification to do those. You can override the tutor plugin and can customize it. To get more information about customization, you can follow the documentation: https://docs.themeum.com/tutor-lms/developers/override-templates/
Thank you!
Forum: Plugins
In reply to: [Tutor LMS Elementor Addons] Course Price style not changingHello @amsii !
We are still working on this issue, it will be fixed and updated a new version ASAP. If you need a hot fix, You can contact our support through this address support at themeum dot com.
Thank you!