Younes
Forum Replies Created
-
Hi there,
Since we haven’t heard back from you in a while, I’m going to mark this topic as resolved. If you still need help with the mobile/tablet underline effect, please feel free to reply here or open a new thread, and we’ll be happy to take another look!
Best regards,
Hi Mark,
Thank you for the detailed report and the screenshots — that was very helpful @mark-klinefelter 👍
The underline curve effect in Magic Text Block is currently designed to work best when it is applied to a single word only. When the selection contains multiple words, Gutenberg wraps them in one
span, and the decorative shape tries to cover the entire phrase as a single element. On smaller screens this can cause the underline to appear shifted or oversized, especially with larger font sizes.Quick solution:
For the best visual result, I recommend applying the effect to one word at a time rather than to a full phrase.
Optional (CSS adjustment for small screen):
If you prefer to keep it on two words, this snippet can improve the mobile alignment:
@media (max-width: 781px) {
.dro-magic-text-underline-clip-effect::after {
border-width: 4px;
width: calc(100% + 0.4em);
top: 1.02em;
}
}Thank you again for testing and your clear fedback.
Forum: Reviews
In reply to: [Inspect HTTP Requests] Really usefulThank you very much for using our plugin and for taking the time to share your feedback. 🙏
We appreciate your detailed review — the points you mentioned are very valuable:
Empty response issue
Missing “Clear log” option
Sorting requests by time/ID instead of alphabetically
All of these are already on our roadmap, and we’ll be addressing them in upcoming releases.
You’re welcome to follow the development progress or contribute directly via our GitHub repository:
🔗 https://github.com/younes-dro/inspect-http-requestsThanks again for your support and helpful suggestions!
Hi @serafinnyc ,
Thanks so much for the insightful feedback!
I’ll go ahead with creating a custom settings page under the WooCommerce menu as you suggested, it seems like the most reliable path forward given the current limitations.Hello,
Thank you for reaching out.
To help identify the issue with Stripe payment being blocked when using the ProfilePress Discord integration, I will need a bit more information.
As a first step, please open your browser console (press
F12on your keyboard, then go to theConsoletab) and try placing an order again. Check if you see any error message like:
“You do not have sufficient rights.”If you see this or any other error messages, please copy them and share them here. This will help me understand the cause and provide an accurate solution.
Looking forward to your response.
Forum: Plugins
In reply to: [Connect Tutor LMS to Discord] Member Expired in WordPressHi @novandri511 ,
The principle is that while a student is enrolled in a course, they should retain the role related to that course. When a membership expires, it triggers the same action as when a student is no longer enrolled in the course.Ensure that the student is still connected to the server via your website. If the student is disconnected from the website but still remains in the server, they cannot be automatically kicked out
Hello @kevinmp44 , and thanks for reaching out.
Ensure that you have added the redirect URI in the OAuth2 tab of your Discord app.Forum: Plugins
In reply to: [Connect Ultimate Member to Discord] Login and registrationThe functionality you’re looking for is available in some of our other add-ons, such as the PMPro Discord Add-On or the MemberPress Discord Add-On. However, these are not designed specifically for the Ultimate Member plugin.
We appreciate your feedback about the wording in the appearance settings. We’ll definitely consider updating it in a future version to avoid any confusion.
Thank you for bringing this to our attention!
Forum: Plugins
In reply to: [Connect LifterLMS to Discord] Plugin Support@15degrees
Yes, this plugin is actively supported.
If you need help or have suggestions for new features, feel free to share we’d love to hear from you!Forum: Plugins
In reply to: [Connect Ultimate Member to Discord] Login and registrationHi @gorthian
Thank you for reaching out and for using our plugin.
Unfortunately, the feature to add a login or registration button for Discord is not yet available in this add-on. However, we do offer this functionality in another add-on.Hi @panostz,
Hello,
The API call can fail for several reasons, which may prevent roles from updating automatically.
Another option to consider is to inform your members to disconnect and then reconnect their Discord accounts . This can help refresh their roles and may resolve the issue without requiring manual intervention.
In the Advanced tab, there is a setting called “Membership Welcome Message.” This allows you to customize the welcome message and includes various placeholders that you can adjust or remove as needed.
The plugin has a setting called “Redirect URL,” which you can find under “Application Details.” This is the page where users will be redirected after connecting to Discord. By default, it’s set to the “Account” page, but you can change it to any page you prefer.
Let me know if you need further assistance with this!
@sarahgaunt
Thank you for the updates! I’m glad to hear the issue is sorted and the bot is now assigning roles. Please feel free to reach out if you have any more questions.Forum: Plugins
In reply to: [Connect LifterLMS to Discord] You are being rate limitedHi @levskipg
Thank you for reaching out.
The “You are being rate limited” messages in your logs indicate that Discord’s API is restricting the number of requests being made within a short time frame.
This can happen when there are many actions triggering API calls—especially with around 500 users enrolled, which can cause the rate limits to be exceeded.