Patrik
Forum Replies Created
-
AuthorPosts
-
Good to know the issue is resolved.
Regards,
PatrikHi,
It looks like on your site admin-ajax.php is showing status 302 means permanent redirect. Is there any plugin or functionality used on your site which is doing this or maybe security added on your site? As the request sent to the admin-ajax.php file is not handled and so no response is received and which is the reason showing the loading screen. You can ask your hosting provider or may try to deactivate all the plugins one by one to troubleshoot the issue.
Regards,
PatrikHi,
Thanks for noticing and informing the issue. We have checked and fixed the issue. If you want to apply the changes then you can provide FTP details in private reply or here is the change you can do if you want. Go to UsersWP – Frontend Post add on’s uwp-frontend-post/includes/admin/class-uwp-frontend-post-admin-ajax.php file at line no. 170 replace from
'post_title' => sanitize_title( wp_strip_all_tags($_POST['uwp_fp_post_title']) ),
to
'post_title' => sanitize_text_field( wp_strip_all_tags($_POST['uwp_fp_post_title']) ),
We will make this change in the next update release.
Regards,
PatrikHi,
We have released an update. Please update the multisite add on and let me know if it resolved your issue or not.
Regards,
PatrikThis reply has been marked as private.Hi,
We have fixed this issue and we will be releasing an update very soon.
Regards,
PatrikHi,
Somehow I am not able to access the link above and it is showing error as per the attached screenshot. It might be restricted to your region only. Can you remove restriction till we fix it for you?
Regards,
PatrikHi,
That is the case only when you search for something where there is no result so it is displaying all the users. We will fix this so that it displays a message like no users found.
Regards,
PatrikThis reply has been marked as private.Hi,
You can go to UsersWP->General->Developer->Default Design Style to change the layout from bootstrap to legacy. Bootstrap in this setting means we are using the bootstrap 4 classes to prepare the default layout of our components. Regarding your issue, we have changed the list layout to 1 column grid layout so that it can be displayed like a list but it will be actually grid. If you can provide FTP in private reply then I can make changes to show you how it will display as we will test it and then release it in the next update.
Regards,
PatrikHi,
We are working on this and we will be adding such functionality in the next update release.
Regards,
PatrikHi Milettic,
Kindly create a new support ticket instead of jumping to other’s support tickets. So that we can assist you with your site. Also, post admin and FTP details so that I can make some changes to your site to fix the issue.
Regards,
PatrikHi,
Before looking into the plugin files, can you check your site as it is showing some code on the admin side which is related to cache or something? Please fix it first so that we can look into the issue.
Regards,
PatrikIt is not yet done but we will do something like that. If you know programming then you can look into the plugin’s code and you will get an idea where to change or customize.
Regards,
PatrikHi,
There might be a problem due to either priority of plugin loading or the UsersWP core is compromised. So you can deactivate it and activate again to see if the issue resolves or provide us FTP details so that we can look more into this issue.
Regards,
Patrik -
AuthorPosts