bridieamelia
Forum Replies Created
-
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Can't upload imagesOK – it seems to be the Basic firewall settings. I’d like to have some if this set up at least. Would you have any suggestions?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Can't upload imagesI can’t see anything in my logs? The message appears both in the media library upload and when uploading from edit page. The message is this
Error [filename]
An error occurred in the upload. Please try again later.Also – I just tried using the “Disable all security features” button in the Dashboard – I am surprised that it does not allow “Reenable all security features” once this is done. Now I have to go through each setting manually and reset again…
Forum: Plugins
In reply to: [Login Security Solution] Keeps logging out straight awayHi, I did try and have a look but couldn’t find where the logging calls code is?
Also, in the meantime we have installed WP All in One Security as it covers content protection also.
Cheers
Forum: Plugins
In reply to: [Gravity PDF] Require Login?Just confirming that this worked for me. Thanks!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] The plugin duplicate all productsI am getting the same problem – did you find a solution?
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] Responsive parallax heightOh – I just realised if you remove the height, it auto sets to content. Sorry!
Forum: Plugins
In reply to: [Parallax Scroll by adamrob.co.uk] Responsive parallax heightYes! https://corporate.12stepsforbusiness.com.au/
Thanks
Forum: Plugins
In reply to: [Invite Anyone] Gravity Forms/Autologin Clashmobetman2 – not sure if this helps but I just came across Gravity Perks. There is an autologin function that may be a suitable alternative for you? Better late than never?
Forum: Plugins
In reply to: [Invite Anyone] Gravity Forms/Autologin ClashHi mobetman2…no worries for asking question. No, I haven’t used any custom coding…but neither am I using the BP user meta…what I am doing is adding extra profile fields and using the Buddypress Profile dropdowns in the GFUR User Registration section. Does that help?
Forum: Plugins
In reply to: [Minimum Password Strength] Strength meanings and user hintsAnd also – this plugin should force that strength upon a lost password reset, but does not ?? – could this be corrected?
Forum: Plugins
In reply to: [Login Security Solution] Require password length less than 10 characters?Awesome, that’s great – thanks heaps
Forum: Plugins
In reply to: [Invite Anyone] Gravity Forms/Autologin ClashWe are using BP v 2.0.2. Cheers for the heads up on turning off error reporting.
Forum: Plugins
In reply to: [Displet Pop] The popup shows on every pageview and ignore cookiesI am experiencing this problem as well. It seems a real shame that the developer no longer seems to be supporting this plugin because it is one of the few that deals well with Gravity Forms. Any suggestions?
Hey Jess,
Thanks for the input! having had some assistance from the good people at Learndash, I’ve tweaked the code a bit to come up with the following. It’s not using PMPro now, but changing course access level upon course completion:
add_action('learndash_course_completed', function($data) { $course_id = $data["course"]->ID; $user_id = $data["user"]->ID; $next_course_id = get_post_meta($course_id, "next_course_id", true); if(!empty($next_course_id)) { $next_course_id++; ld_update_course_access($user_id, $next_course_id, $remove = false); } }, 5, 1);
So yes – it pulls the user and course data. Unfortunately I still don’t have it working, although thinking I’m right in just dropping this in the functions.php.
Just out of interest – are you in Aus/NZ? Always nice to find people who reply in similar timezones ??
BridieForum: Plugins
In reply to: [Login Security Solution] Password Strength settings (revisited)Any word on this? It IS a great plugin but still a bit *too* strict on password strength.