miguelrzdesign17
Forum Replies Created
-
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Security Issues?They rolled out an update (v5.4.4) which states the following in the Changelog:
Updated – Freemius SDK
Fixed – Security fixBut iThemes Security is still stating the following for this version:
“Unauthorised AJAX Calls via Freemius”Can we confirm that version 5.4.4 has the vulnerability patched?
Thank you for your response. Great to know!
+1
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Trojan Detected?Great to know. I had no issues with the plugin download this time around. Thank you!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Trojan Detected?Not sure. Still waiting on a follow-up.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Trojan Detected?Thanks for looking into it, and Paul for the details. Let me know what you find.
Best regards,
MiguelThe Child Theme Configurator plugin support folks have helped me resolve this issue. Thank you nonetheless. Here are the changes that needed to be made to my wp-config.php file:
1. Move constant definition higher up in the procedure. All constant definitions must occur before the call to wp-settings.php or “constant already defined” warnings will occur.
2. Add quotes around the value of WP_AUTO_UPDATE_CORE. This fixed the “bare word” warning.Code at the end of wp-config.php file [BEFORE CORRECTION]:
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);/** Disables Automatic WordPress Core Updates. Allows Minor Updates. */
define( ‘WP_AUTO_UPDATE_CORE’, minor );Code at the end of wp-config.php file [AFTER CORRECTION]:
/** Disables Automatic WordPress Core Updates. Allows Minor Updates. */
define( ‘WP_AUTO_UPDATE_CORE’, ‘minor’ );/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);- This reply was modified 5 years, 10 months ago by miguelrzdesign17.
That was faster than I could blink! I was hesitant to try it before asking you. But I tried it now and the member login is now showing the coming soon page, as well as the other pages created by Memberpress. Logging in as an admin through wp-admin wasn’t an issue.
Thank you very much!
MiguelForum: Plugins
In reply to: [Gallery by 2J] image linkIs the link feature available in the free version, or is it only for the premium version?
Forum: Plugins
In reply to: [Image Hotspot by DevVN] Responsive?Hello Phyllis and Le Van Toan. It appears the responsive nature of the pin images work well in your site now. Could you please let m know how you did this? Did you use an SVG image perhaps?
Please let me know when you can. I would really appreciate it.
Thank you,
Miguel