Rashed Hossain
Forum Replies Created
-
Hello,
We are very sorry for the issue. Could you please share any screenshots or video with me?
Forum: Plugins
In reply to: [WP Crowdfunding] Looking to purchase premium….Hi @juzzkea,
Thank you for reaching out and for your interest in our premium plugin.
I understand your concerns regarding the update frequency and support. We are committed to providing regular updates and support for our plugins to ensure compatibility with WordPress, themes, and other plugins.
I’m pleased to inform you that we will be releasing a new version very soon, which will include a new theme and various enhancements. Our team is continuously working on improvements and addressing user feedback to ensure the best possible experience.
If you have any further questions or need assistance, please don’t hesitate to contact me.
Hi @nirmalsarmah,
To add custom taxonomies to courses and ensure they have their archive pages and are included in the course filter, you will need to register the custom taxonomy and integrate it with your course post type. Here’s a basic guide on how to achieve this:
1. Register the Custom Taxonomy: Add the following code to your theme’s
functions.phpfile or a custom plugin:` function register_custom_taxonomy() {
$labels = array(
‘name’ => _x(‘Custom Taxonomies’, ‘taxonomy general name’),
‘singular_name’ => _x(‘Custom Taxonomy’, ‘taxonomy singular name’),
‘search_items’ => __(‘Search Custom Taxonomies’),
‘all_items’ => __(‘All Custom Taxonomies’),
‘parent_item’ => __(‘Parent Custom Taxonomy’),
‘parent_item_colon’ => __(‘Parent Custom Taxonomy:’),
‘edit_item’ => __(‘Edit Custom Taxonomy’),
‘update_item’ => __(‘Update Custom Taxonomy’),
‘add_new_item’ => __(‘Add New Custom Taxonomy’),
‘new_item_name’ => __(‘New Custom Taxonomy Name’),
‘menu_name’ => __(‘Custom Taxonomy’),
);$args = array(
‘hierarchical’ => true,
‘labels’ => $labels,
‘show_ui’ => true,
‘show_admin_column’ => true,
‘query_var’ => true,
‘rewrite’ => array(‘slug’ => ‘custom-taxonomy’),
);register_taxonomy(‘custom_taxonomy’, array(‘courses’), $args);
}
add_action(‘init’, ‘register_custom_taxonomy’, 0);`2. Ensure Archive Pages Work: WordPress will automatically handle the archive pages for your custom taxonomy. You can create a custom archive template by adding a file named
taxonomy-custom_taxonomy.phpin your theme folder and customizing it as needed.3. Add Custom Taxonomy to Course Filter: To add the custom taxonomy to your course filter, you’ll need to modify the course filtering function in your theme or plugin. This might involve customizing the query to include the new taxonomy.
If you encounter any issues or need further assistance, feel free to contact me. I’m here to help!
Thanks
Forum: Plugins
In reply to: [Tutor LMS Elementor Addons] too big logoHello,
We are very sorry for the issue. Could you please share screenshots with me? So I can check and help you to fix your issue. Also please share your website URL so I can check your website.
Thank you.
Forum: Reviews
In reply to: [Tutor LMS - eLearning and online course solution] Solved my problemHello,
Thank you for your feedback! We’re glad to hear that your issue was resolved quickly. If you have any other questions or need further assistance, please don’t hesitate to reach out.
Best regards,
The Tutor LMS TeamHi @ihavearrived ,
Tutor LMS isn’t compatible with WooCommerce upsells. This is why buyers are not being enrolled for the upsell products. If you have any other questions or need further assistance, please let me know.
Thank you.
Hello,
We are very sorry for the issue. Could you please share the Tutor LMS tools pages screenshot with me?
Forum: Plugins
In reply to: [Tutor LMS Elementor Addons] Getting started button erorrHello @epicbill
We apologize for the inconvenience caused. In order to resolve this issue, we recommend updating your website’s permalink structure as per the instructions outlined in our documentation. After making the necessary changes, please remember to clear your browser cache.
https://docs.themeum.com/tutor-lms/basic/permalink-settings/
Thank you.
Hello @saifullahsiddique
The certificate feature is part of Tutor LMS Pro. This forum only provides support for free products, so we can’t assist with Pro features or products here.
Thank you.
Hello @resilienceweb
The email system is part of the Tutor LMS Pro but this forum is only for free products. So you will not get support for your issues here.
Thank you.
Forum: Plugins
In reply to: [Tutor LMS Elementor Addons] Course carousel iconsHello,
For that, you have to use custom CSS codes. After adding CSS codes to your website must clear your browser cache.
Hello,
We apologize for the inconvenience caused. In order to resolve this issue, we recommend updating your website’s permalink structure as per the instructions outlined in our documentation. After making the necessary changes, please remember to clear your browser cache.
https://docs.themeum.com/tutor-lms/basic/permalink-settings/
Hello @satya2024
I apologize for the confusion. It seems you may have missed my last reply. The issue you’re experiencing is likely caused by your theme. The native Tutor LMS doesn’t have this problem. Please try checking your website with the Tutor Starter theme, Astra, or a similar theme.
Thank you.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course ORDER!?Hello @ramirezandujar,
To achieve this, you will need to override and customize the course archive template and write a custom query to display the courses. This requires knowledge of WordPress theme and plugin customization.
Thank you.
Hello @kryoz507
This feature isn’t available on Tutor LMS for SureCart natively. Please contact the SureCart team for assistance; they will be able to help you with this.
Have a good day.