Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problems with Ultimate Member
This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko 3 years ago.
- AuthorPosts
- February 23, 2020 at 8:20 pm #25944
Hey guys,
I noticed that your plugin is causing problems with Ultimate Member. When the search bar is activated, the account page of UM does not always load and the console shows errors. The profile page has issues as well, the user cannot add upload photos anymore. I attached a shot of the error message I get.
Could you fix that please?
JohannesAttachments:
You must be logged in to view attached files.February 24, 2020 at 9:50 am #25948Hi,
It is hard to tell, but looks like there is a problem with the plugin initialization on the front-end.
I would suggest doing to following steps to make sure everything is clean:
– Doing a full plugin Wipe and then deleting the plugin fully, then installing again
– Clearing all layers of your site cacheIf there was some sort of data inconsistency or file issue, that should resolve it.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 24, 2020 at 9:52 am #25949Hey Ernest,
Thanks for your answer. I was hoping I don’t have to delete any data so that I don’t need to set everything up again.
So could you maybe just take a look at it?
JohannesFebruary 24, 2020 at 10:12 am #25951Hi,
Sure, please add temporary FTP and back-end details, and I will try to debug through the source.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 24, 2020 at 2:01 pm #25956You cannot access this content.February 24, 2020 at 2:39 pm #25961Thank you!
I didn’t actually needed the SFTP after all. So, the issue is caused by the page minification – and the issue was not present to admin accounts, as it is probably turned off in for administrators. I could not find which plugin is doing the page minification, but it actually adds an extra character to the JSON string that is used in the plugin init. I don’t know why it is doing that, it probably recognizes some sort of a pattern incorrectly.
Luckily there is an option to change the loading method within the plugin. I have changed that here: https://i.imgur.com/Uf53bjH.png
It should be okay now.I still recommend turning off/reconfiguring the HTML minification or switching to a different solution if possible.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 24, 2020 at 2:47 pm #25964Ah nice,
It is good that you mentioned that. My theme minifies the HTML, I deactivated it and set the init method back to dynamic and it works fine.
Cool!
Thanks
JohannesFebruary 24, 2020 at 3:06 pm #25965You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.