Md. Mehedi Hasan
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mega Menu] Column inside columnsPlease apply the following CSS on Appearance > Customize > Additional CSS:
#wp-megamenu-new-menu-test>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a { color: inherit; }
Hopefully, it’ll work for you.
Hi there,
Thanks a lot for using Tutor LMS and contacting us. For changing the icon we need to override this file: /wp-content/plugins/tutor/templates/single/course/add-to-cart-woocommerce.php
Here is the guide to follow: https://docs.themeum.com/tutor-lms/developers/override-templates/.
Please apply the following CSS on Appearance > Customize > Additional CSS to hide the instructor name:
.tutor-loop-author, li.tutor-single-course-author-meta { display: none; }
Hopefully, it’ll work for you. You can hide your preferred option from Tutor LMS > Settings > Course.
Regards
Hi there,
Thanks a lot for using Tutor LMS and contacting us. If you are using the Tutor Course Shortcode for showing the courses and you want to show course excerpt in the course block, you will need to override the wp-content/plugins/tutor/templates/shortcode/tutor-course.php file inside your theme.
Here is the guide to follow: https://docs.themeum.com/tutor-lms/developers/override-templates/.
Regards,
MehediForum: Plugins
In reply to: [WP Mega Menu] Links are not updatingHello there,
We’re sorry for the inconvenience. I have checked your site earlier. I saw the Alle wijnen menu is redirecting to this link: https://gswines.fresh-coding.be/winkel/.
Can you please describe your issue with a few screenshots or a video (if possible)?
Regards,
MehediForum: Plugins
In reply to: [WP Mega Menu] Column inside columnsHello there,
Mobile alignment right option is for the toggle bar; not for the menu. I saw your mobile menu is showing at the first time. Please apply the following CSS on Appearance > Customize > Additional CSS to fix that:
@media (max-width: 767px) { #wp-megamenu-new-menu-test>.wpmm-nav-wrap ul.wp-megamenu { display: none; } }
Hopefully, it’ll work for you.
Regards
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] autocompleteI’m sorry to inform you that right now we don’t have the automatic mark as complete option. We have added this as a feature request. We will try to implement this in our future updates.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] quiz bugHello there,
We’re sorry for the inconvenience. Maybe you have updated to the latest version from a very old version. Please follow these steps to resolve the issue:
?1. Deactivate Tutor LMS.
2. Apply this code:delete_option('tutor_version');
to the functions.php of your theme.
?3. Delete that code.
?4. Reactivate Tutor LMS.If you can’t apply this solution, please send your site admin access at
[email protected]
. We will do that for you.Regards,
MehediForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Create custom sidebarHello there,
Thanks a lot for using Tutor LMS and contacting us. If you would like to customize the course sidebar or create a new sidebar on the course page, you will need to override our template files. Here is the doc to follow: https://docs.themeum.com/tutor-lms/developers/override-templates/
Let me know if you have more queries or issues.
Regards
Forum: Plugins
In reply to: [WP Crowdfunding] Rewards showing characters “rn”Hello there,
We’re sorry for the inconvenience. We have resolved the issue already in our updated version. Make sure, you are using the latest version of the WP Crowdfunding plugin which is 2.0.4.
If you are getting the same issue with the updated version, please describe your issue with a few screenshots or a video (if possible).
Regards,
MehediForum: Plugins
In reply to: [WP Mega Menu] Column inside columnsHello there,
I apologize for the delay. Please check your answers below:
Alignment: It’s not applicable for the mobile devices. It’s for the menu bar on the desktop screen.
For hiding on desktop: It’s a bug of our plugin. Surely, we will fix this issue in our future updates. Can you please send your site link? I will try to manage a temporary solution for you.
Highlighted menu: Send me your site link.
Regards,
MehediForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Social LoginHello Connor,
Thanks a lot for using our products and contacting us. You will need to configure social login to make it work. Here is the guide to follow: https://docs.themeum.com/themes/edumax/customizing-edumax-theme/#eduxSocLgin.
Please email us at
[email protected]
for getting priority support since you are a pro user.Regards
Forum: Plugins
In reply to: [WP Crowdfunding] Platform Owner SplieHi there,
Thanks a lot for using WP Crowdfunding and contacting us. As the platform owner, the money (100%) will deposit to your account. After the successful completion of a campaign, the campaign owner will send you a withdrawal request (to withdraw 95% amount). Then, you will need to transfer the money to his/her account. And, the remaining 5% money will be left on your account.
Let me know if you have more queries or any confusion.
Regards
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Stop postgrid image zoom animationHello @peterprotech,
Thanks a lot for using Qubely and contacting us. Please apply the following CSS on Appearance > Customize > Additional CSS to disable the post grid zoom out animation:
.qubely-postgrid:not(.qubely-postgrid-style-4) .qubely-post-img.qubely-post-img-zoom-in .qubely-post-image, .qubely-postgrid:not(.qubely-postgrid-style-4) .qubely-post-img.qubely-post-img-zoom-out .qubely-post-image { -webkit-transform: scale(1); transform: scale(1); }
Hopefully, it’ll work for you. Let me know the result.
Regards,
MehediForum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Postgrid pagination?Hello David,
Thanks a lot for your good words. I’m sorry to inform you that we don’t have the Pagination feature for the Post Grid block right now. We have added this as a feature request. We will try to implement this in the future if we get more demand from our users.
Let me know if you have more queries or any issues.
Regards
Forum: Plugins
In reply to: [WP Crowdfunding] My Account Woocommerce VariablesHello there,
Thanks a lot for using the WP Crowdfunding plugin and contacting us. I think you would like to remove the crowdfunding related menu items from the WooCommerce My Account menu. If yes, please apply the following CSS on Appearance > Customize > Additional CSS:
.woocommerce-MyAccount-navigation-link--profile, .woocommerce-MyAccount-navigation-link--my-campaigns, .woocommerce-MyAccount-navigation-link--backed-campaigns, .woocommerce-MyAccount-navigation-link--pledges-received, .woocommerce-MyAccount-navigation-link--bookmarks { display: none; }
Hopefully, it’ll work for you.
Regards,
Mehedi- This reply was modified 4 years, 10 months ago by Md. Mehedi Hasan.