Teo Alex
Forum Replies Created
-
Forum: Plugins
In reply to: [Qyrr - simply and modern QR-Code creation] Login to Website, track clicksHello @paulmedaigle ,
This forum is intended only for the Lite (unlicensed) version of the plugin. For discussions or bug reports related to the PRO version, please use the contact form available here:
https://qyrrwp.com/contact-us/You can also review the ww.wp.xz.cn support guidelines here:
https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-productsHello @euphemism,
This forum is intended only for the Lite (unlicensed) version of the plugin. For discussions or bug reports related to the PRO version, please use the contact form available here:
https://wp-modula.com/contact-us/You can also review the ww.wp.xz.cn support guidelines here:
https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-productsThank you for your understanding.
Hello @webdragon ,
We’ve identified the issue, and a fix will be available in the next update.
Thank you.
Hello @luislu,
We’ve just released an update that includes the following changes:
- The default label HTML tag is now
<span> - Added an option to select the label HTML tag
- Fixed the loader display issue
Please update to the latest version and test again. Thank you for reporting this to us.
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Security check failed againHello @luislu,
I’ve located the setting that disables the REST API. You can find it by navigating to:
Dashboard → AAM → Settings (right side) → Core Settings (left side) → RESTful WordPress API
Please try disabling this option and let us know if that resolves the issue.
Forum: Plugins
In reply to: [Strong Testimonials] Placeholder not workingHello @decwodie,
The email address field autocompletes only for logged-in users, using their own email address. It does not autocomplete for guest users.
Please rest assured that guest users are not shown the admin email address.
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Security check failed againHello @luislu,
Based on the AAM settings you shared, it appears that the REST API functionality is disabled across the entire site.
Passster relies on the REST API to retrieve the nonce used for password validation, so this restriction is likely causing the issue.
Forum: Plugins
In reply to: [Download Monitor] Stats not displaying for Editor role (Admin OK)Hello @kldro,
By default, the widget is not visible to Editors. It is only displayed to users who have the
manage_downloadscapability.To allow a user to view the reports data, you will also need to grant them the
dlm_view_reportscapability.Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Security check failed againHello @luislu,
I tried to reproduce the reported issue but was unable to do so. The Passster plugin appears to function normally when used together with Advanced Access Manager.
Additionally, the REST API paths blocked by Advanced Access Manager seem to return a 401 status code, while you mentioned receiving a 403. This difference suggests that something else might be blocking the request.
Is it possible that when you disabled the AAM plugin, the cache was cleared and that’s why it started working again?
Hello @luislu,
I’ve just tried using the hook you mentioned and successfully changed the URL in the AJAX response content.
As an example, this is the code I used:
https://gist.github.com/TeoAlex/b96d32968c17cce90bdb75b311b00182I added it to the functions.php file of the currently active theme (preferably a child theme).
Warm regards,
TeoHello @jimbroomstick,
Glad it helped! 🙂
I’m one of the developers working on Modula, so I shared the snippet directly.Have a great day,
TeoHello @jimbroomstick,
To make the image titles and captions clickable, you can add the following CSS code in the gallery edit screen under Custom CSS to apply the change only to a specific gallery.
Alternatively, you can add the code in Dashboard → Appearance → Customize → Additional CSS to apply the change site-wide.
html body .modula .modula-items .modula-item .figc .jtg-title,
html body .modula .modula-items .modula-item .figc :not(:has(*)){
z-index: 0;
}Hello @torgjoha,
We tried to reproduce the issue you mentioned in our testing environments but were unable to do so. Everything worked in Divi 5 the same as in Divi 4.
To help us investigate further, could you please send us the following at https://wp-modula.com/contact-us/:
- a screenshot of your settings from the gallery edit screen
- a screenshot showing the issue on the front end
We also tested the gallery on the page you specified, but everything appears to be working as intended.
Hello @ay208,
First of all, if you are using the Custom or Masonry (non-automatic) gallery type, please navigate to the Responsive tab in the left sidebar of the gallery edit screen and, if enabled, disable the Custom Responsiveness setting.
If this is not the case, or if the change above did not fix your issue, please contact us at https://wp-modula.com/contact-us/ and send us the video and images you mentioned so we can better understand the problem. If the video is too large, you can use an online file-sharing service like wetransfer.com and include the link in your email.
Please also send us a screenshot of the gallery options page.
Additionally, I tried to visit the page you mentioned, but the site appears to be under construction, so I couldn’t investigate further.
Warm regards,
TeoForum: Plugins
In reply to: [Modula Image Gallery - Photo Grid & Video Gallery] Missing dependencyHello @plaine,
An update that fixes this issue has been released. Please update to the latest version of Modula.
Warm regards,
Teo - The default label HTML tag is now