Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Tell the theme author that snippet wont work because they are trying to remove a script name that does not exists, i also found that snippet on their forum but they have changed the script names and they way it is loaded.
wp_dequeue_script( ‘selectboxes’ );The theme does not add a script with name ‘selectboxes’…
Stiofan
Hello,
I can not recreate this, did you resolve it?
Stiofan
November 1, 2016 at 11:30 am in reply to: Modify Popular Widget – don't display if no listings #295608It would just be:
Districts
No listings found which match your selection.Hi Matt,
#1 thats not a sortable option, you would need to play with the priotity number for exmaple
add_action( 'geodir_after_detail_page_more_info', 'geodir_cpt_link_display_link_business',1 );or
add_action( 'geodir_after_detail_page_more_info', 'geodir_cpt_link_display_link_business',100 );and remove the old link:
remove_action( 'geodir_after_detail_page_more_info', 'geodir_cpt_link_display_link_business' );#2 seems like a bug, i will update you when fixed.
#3 looks like we added code to your child theme functions, i have commented it out for now.
Thanks,
Stiofan
Hello,
Can you explain step by step what you are doing? Are you clicking on the address autocomplete or setting the country/region/city manually etc?
Stiofan
Thanks for the info, please check now.
Stiofan
November 1, 2016 at 10:27 am in reply to: Modify Popular Widget – don't display if no listings #295582Hello,
I am not sure removing the whole widget is the best idea, maybe just removing the view all link would suffice?
Stiofan
November 1, 2016 at 10:21 am in reply to: Advanced search is not working for mobile responsive #295577Hi YC,
Please download the latest GD from here: https://github.com/GeoDirectory/geodirectory
And i have emailed you the latest advanced search, try those.Thanks,
Stiofan
Hello,
If you provide wp-admin details in a private reply (only staff can see) i will install the dummy data for you and make sure its all working.
Thanks,
Stiofan
Yes i would manually publish it for now until the new payment manager is released.
Stiofan
It seems your site is back now, did you find the reason?
Stiofan
#6 seems to be fixed?
#8 probably the server timezone is wrong, please check with your server admin.
#9 To convert to 24h times please see this post: https://wpgeodirectory.com/support/topic/open-sticky-translation-posting/#post-11015
Thanks,
Stiofan
October 31, 2016 at 10:44 am in reply to: Advanced search is not working for mobile responsive #294976Hi YC,
Can you provide wp-admin and FTP info and i will upload the latest which i think will fix this.
Stiofan
For supreme theme it is auto added to that section, the best idea would be to add the package id to the body class and then you can hide it per price id: https://wpgeodirectory.com/docs/common-code-snippets/#package
Thanks,
Stiofan
Hello,
It looks like you have a comma and a space in that domain url which i guess is the problem?
Stiofan
-
AuthorPosts