Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
It seems something is using more resources of hosting. Can you please contact your hosting provider regarding this? They will give us the reason for the issue. They may have a log for this which only they can see. Let us know the reply from the hosting team so that we can fix this issue.
Regards,
PatrikHi Simona,
Regarding gd_place images thumb not showing in the backend after import, the extension is .JPG(CAPITAL) as it should be small because we have a condition in the plugin to check if the image has extension .jpg, .jpe, .jpeg, .png, .gif etc. all in small letters otherwise it will display image link same as in your case. So you will need to change the extension of all images to the small letter .jpg to fix.
Regards,
PatrikHi Mike,
This is strange and no one else has reported such things before and we also can’t regenerate it on our test sites. So it may be due to changes made by someone or restoring the old backups on your site. If possible clone your site on another server and see if the issue is there as well or not.
Regards,
PatrikHi Josh!
We need admin details as well. Please provide us admin details of the test site in private reply to look into this. You want to change the text of an email sent to the user claiming a listing or the admin?
Regards,
PatrikThis reply has been marked as private.Hi Josh,
I have checked this from my side by changing the email content of admin and client both and it works fine. Can you please explain the steps to regenerate the issue so that we can fix it asap?
Also, please provide us admin and FTP details in private reply to look more into your site.
Regards,
PatrikHi,
The code I provided above will load the default author page instead of redirecting to the author profile. You want to display the author page with the author info and his posts right? Can you use the previous snippet and let me know so that I can look into your site? Also, provide me FTP details so that I can look more into this issue.
Regards,
PatrikThis reply has been marked as private.Hi Vladimire,
There is a google map error in the console which needs to be resolved first. Please check the referrer settings of your API key on the Google Cloud Platform Console and add the site URL in the list of allowed referrers. Let me know if this fixes your problem or not.
Regards,
PatrikHi,
The issue was due to the translation you have done. The ‘Places’ was translated as ” ” (whitespace) and I have now translated it as “Places” and uploaded the .po and .mo files on the server. I have kept the old files as it is and renamed it for backup. You can review it from your side and let me know if it fixed your issue or not.
Regards,
PatrikHi,
Can you please provide us admin details of your site in private reply here? Also, it would be great if you can explain your issue in details like what you want on author page and how it should work?
Regards,
PatrikSeptember 18, 2018 at 1:56 pm in reply to: your plugin geodir_recaptcha is causing this 500 error #446841This reply has been marked as private.Hi,
Author and Profile page are different for all users. UWP by default redirects to profile page while visiting author page. If you want to keep the author page as it is you can try following code in your currently active theme’s functions.php file:
add_filter('uwp_check_redirect_author_page', '__return_false', 10);
Regards,
PatrikSeptember 18, 2018 at 7:11 am in reply to: Video background doesn't play when Geodirectory plugin activated #446797Hi,
I have added javascript code to fix this for now. We will look more into this if the issue is with our theme or the chrome. Let me know if it works for you or not.
Regards,
PatrikSeptember 18, 2018 at 5:26 am in reply to: Video background doesn't play when Geodirectory plugin activated #446789This reply has been marked as private. -
AuthorPosts