Giri
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
You are welcome 🙂
🙂
Hi Lance,
Added code snippet in your site.
For others users who bump into this question here is the code.
add_filter('sd_search_shortcode_args', 'modify_sd_search_shortcode_args'); function modify_sd_search_shortcode_args($args) { if (geodir_is_page('search')) { $args['show_adv_search'] = 'always'; } return $args; }
🙂
🙂
Hi clem,
Try this in code snippets.
remove_action('geodir_before_main_form_fields' , 'geodir_add_claim_fields_before_main_form', 1); add_action('geodir_after_description_field' , 'geodir_add_claim_fields_before_main_form', 1);
Hi patripat, yes that is a message from userswp. check your server error_log for more details about the error. Most probably its because userswp unable to send mail.
I need the site url too.
Thanks
Hi Silks, It doesn’t look like mysql failure. The last mysql error was few days old and I thought it happened after i executed the batch process.
Hi Silks, I executed the process in batches. But I think mysql failed maybe because of too much requests. Can you restart the mysql server and let me know. Or can you give me the cpanel login details?
So I can restart the server by myself and execute the script once again.
Thanks
You can try posting here. https://wpgeodirectory.com/support/forum/geodirectory-jobs/
The problem you are facing right now is not related to GD. So you can hire people who has wordpress skills from sites like Freelancer.com, Upwork.com as well
You are welcome.
You are someone from your team modified the code.
If you have no idea who did, then its better reinstall supreme by switching to some other theme. Make sure to take backup of supreme in this case.
PS: Latest stable supreme theme available here https://wordpress.org/themes/supreme-directory/
Thanks
-
AuthorPosts