jerrybarry
Forum Replies Created
-
I got a fix to the issue.
First, I had to check UM GitHub release to do comparison check between the two version to know what changed that broke the functionality.
NB: We don’t use Ultimate Member – Enable Profile Photo in Register Form and Ultimate Member – Enable Cover Photo in Register Form on our website.
However, we were using this code to allow user add Profile and Cover Photo from the Account page, because we made some custom profile which didn’t allow users to use the native profile photo uploader.
//Showing Photos upload on Account page
add_filter( 'um_account_tab_general_fields', 'my_account_tab_general_fields', 10, 2 );
function my_account_tab_general_fields( $args, $shortcode_args ) {
$args .= ',profile_photo,cover_photo';
return $args;
}After doing a comparison between UM Version 2.8.9 and 2.9.1, the change that cause the Invalid Form ID was the core UM plugin file ultimatemember/includes/core/class-files.php
Please note that, this is not advisable, but I took the complete code of the class-files.php on version 2.8.9 and replaced them on the update of version 2.9.1, which fixed the Invalid Form ID issue.
However, I later found out this fix which is total safe and recommend.
Follow the instruction on this documentation to fix the issue https://github.com/umdevelopera/um-account-tabs?tab=readme-ov-file
I use LiteSpeed cache plugin
Thank you for help.
I was able to fix the issue by rolling back the files of the website from cPanel.
I figured out that the optimization we implemented on the website had caused the issue, but we’re still unsure what cause it.
After rolling back, the website is slow again and the website elements loads in a weird way.
Any idea how I can optimize the website, we have over 76 active plugins alongside UM Extensions and Extended Plugins
I’ve disabled all Rocket loader script (https://imgur.com/a/pJ6EatI)
And still yet, the upload doesn’t work.
I’ve cleared my browser and here is the new response (https://imgur.com/a/YXmy7i8)
I’ve caching disabled totally and it still doesn’t seem to work
Here’s a screenshot of the console to help me further debug the issue (https://imgur.com/a/4r1ZvwE)
- This reply was modified 1 year, 8 months ago by jerrybarry.
@missveronicatv Thank you very much! Empty Dropdown fixed 🙂
Thank you so much for that plugin.
I saw a guide on how to use it, which is not really clear to me.
I’ll mark this as resolved, while I explore this plugin. Please if you have a documentation I can follow, guide me to it.
Thank you this work perfectly.
Thank you very much. Let me try it and give you my feedback
Hi
I just realized that rather than using codes to get this fixed, it’s best to use the Acceptance type field.
Might come in handy to anyone need to find fix to the issue.
- This reply was modified 2 years, 1 month ago by jerrybarry.
Forum: Plugins
In reply to: [Total User Count Shortcode] Count Multiple User Roles@morganhvidt Cool!!! 🙂
Thank you so much man