Patrik
Forum Replies Created
-
AuthorPosts
-
September 18, 2018 at 5:15 am in reply to: your plugin geodir_recaptcha is causing this 500 error #446787
Hi Giovan,
Library means files containing the class and methods which we use to communicate with the Google Map API. The error says the class is already defined and can’t redeclare it means we have to modify the code so that the class of only one plugin will be loading. The API key and Secrets can be used on multiple sites and will not cause any issues.
Let me know if you need more information on this.
Regards,
PatrikSeptember 17, 2018 at 6:27 am in reply to: your plugin geodir_recaptcha is causing this 500 error #446685Hi Giovan,
The issue is due to the library used for Recaptcha. Both the plugins are using the same library for loading captcha in form. So it will require changes in the plugin to fix the issue. So if you want to use the GD Recaptcha plugin then we need to change the wp-user-frontend plugin’s file and disable loading of that library on gd login page.
Let me know your thoughts.
Regards,
PatrikHi,
Can you tell me where did you put that CSS so that I can look more into it?
Regard,
PatrikHi Samuel,
You have disabled ‘Place’ post type at GeoDirectory > Design > Navigation > Allow post type to add from the frontend. I have added it back and it works fine now. Please review it from your side and let me know how it goes.
Regards,
PatrikSeptember 14, 2018 at 10:27 am in reply to: Video background doesn't play when Geodirectory plugin activated #446484This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Richard,
Can you try the code I provided here: https://wpgeodirectory.com/support/topic/forgot-password-redirect/#post-446398
If possible provide me the admin and FTP details in private reply so that I can look more into this and fix it on your site.
Regards,
PatrikHi Richard,
Can you try the following code and let me know if it works for you or not?
add_filter('geodir_login_url','my_geodir_login_url',10,3); function my_geodir_login_url($login_url,$args,$gd_page_id){ if(isset($args['forgot'])){ $login_url = 'http://your-site.com/lost-password-page'; } return $login_url; }
Regards,
PatrikHi,
Can you please provide admin details in private reply to look more into this?
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Michael,
The problem is due to theme and our GD plugin conflict which causes issues. If you want then I can make a small change in the theme’s file to fix this which you need to do whenever theme updates.
Regards,
Patrik -
AuthorPosts