Aashil Bijukshe
Forum Replies Created
-
Hello @peterhuckle
Can you please share some screenshots or screenrecord about the issue? Css seems to work normally on our side. Thanks
Hello?@peterhuckle
The show/hide components settings only reflect on the course archive page. It will not work for courses shortcode currently.
For this extra attribute needs to be added on the courses shortcodes in order to show/hide components. We will discuss this topic further within our team and let you know.
Thank you
Hello @peterhuckle
We will look through this issue from our side as well. Thank you for reporting the issue.
Hello @peterhuckle
Sorry for the late response. If we disable display price option from global settings, it is working normally on our side as price section will be disable in frontend.
Have you tried this: https://i.imgur.com/dj49cVT.png ?
Note: It will hide all the price section from the frontend
Hello @santis14
Currently, there is no option to make answers required or mandatory. We will note this as an enhancement and will implement it in our coming updates.
Thank You for your suggestion on this. ??
Hello @santis14
The message seems to appear even in first attempt but it doesn’t affect submitting quiz, we have fixed this and will be available in our next update.
Thank You
Hello,
Thanks for noticing the student’s username display and translation issue. We will look through the issue that you mentioned individually and will fix it in our coming updates.
Also, manual enrollment is our premium feature and According to the WordPress Support community guidelines, we can not provide premium support here because this support forum is for free plugin users.
Please go through this link:?https://masteriyo.com. You will find the live chat option to contact our support representative.Thank You ??
Forum: Plugins
In reply to: [Masteriyo LMS – eLearning and Online Course Builder for WordPress] Zoom bugsHello @santis14
We will look through this issue from our side.
Also, Zoom is our premium feature and according to the WordPress Support community guidelines, we can not provide premium support here because this support forum is for free plugin users.
Please go through this link:?https://masteriyo.com. You will find the live chat option to contact our support representative.Thank You
Hello pratiklodha
Thank You for your feedback to our plugin.
The ability to enable or disable guest checkout is already in progress and will be released in the coming updates. We will note your feedback on making the sign-up field mandatory or optional and will try to enhance it in the future.
Thanks ??
The redirection is done only after the registration process. The redirect_to ensure that the user will be redirected to that URL after the registration. Also, there is no 403-page error on our side. You can check this record.
Thanks
Hello @tanohex
Does this break your registration page?
It is added to ensure the user will be redirected to the correct pages. This was added when the course visibility feature was introduced so that if a user is not logged in and tries to view a single course page they will be redirected to the sign-in page and after successful sign-in in they will be redirected to the course page. This should not be issue for logging in or registering the user.
Thank You
Glad it is resolved in your side as well. We need to set the right priority for that hook as builders like Oxygen overrides all of our template. We will test through different priorities and enhance it in that way.
Yes, the other issues need to be fixed from Translate press side as well. I have reported it to them as well. Lets wait for the feedback until then. ??
Marking this topic as resolved. You can always create new one for other queiries.
Thank You
Can you try removing
PHP_INT_MAX
from this codeadd_filter( 'template_include', array( $this, 'template_loader' ), PHP_INT_MAX );
which is located on masteriyo folder/includes/Masteriyo.php line 122. It seems like template overiding might have cause this. If this fixes we will enhance it in our next update. For that time you can use this as temporary solution.Thanks. Please let us know. ??
Hello @tanohex
- The translatepress plugin is working normally as we tested it from our side in v1.6.16. You can check this screenrecord.
- As you mentioned the issue on the account page, has been replicated on our side as other tab content was not shown on clicking the respective tab. This is due to the URL issue, as the translate press plugin adds ‘?trp-edit-translation=true’ before ‘#/dashboard’ or ‘#/courses’. This makes other tabs inaccessible due to permalink issues. This should be enhanced from the Translatepress plugin side as they are inserting the parameters before our URL.
Thank You
Hello @tomkovab
Thank you for your query.
Not redirecting to the account dashboard after login seems like a cache issue. As you mentioned ‘It works after refreshing the page’, this might happened due to cache plugins or server cache. Try excluding the account page from being cached and try it again.
Thanks