Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You had given the New CPT a slug of “business” but also given the default places a slug of “business” under GD>Premalinks> Listing url prefix, this was causing the problem.
Thanks,
Stiofan
I will either update or remove that, if you provide wp-admin and FTP i will patch your site for you if u wish?
Thanks,
Stiofan
Hello,
Can you please provide FTP info and i will debug it.
Thanks,
Stiofan
Hello,
Can you also provide FTP so i can debug this?
Thanks,
Stiofan
This code will add it back but if the button is on the page twice (even if hidden) then you can’t use the google recaptcha on that form.
add_action('geodir_after_edit_post_link', 'geodir_display_post_claim_link', 3);Thanks,
Stiofan
yes, if the city returned by google api is not there it wont change the form
September 23, 2016 at 12:16 pm in reply to: Advanced Search Filter Field not shown on Frontpage #271900can you provide me FTP info?
Stiofan
That constant is defined in the correct way so should work:
if (!defined('CLAIM_BUSINESS_OWNER_ASSOCIATE')) define('CLAIM_BUSINESS_OWNER_ASSOCIATE', __('Business Owner/Associate?','geodirclaim'));Stiofan
September 23, 2016 at 11:23 am in reply to: Advanced Search Filter Field not shown on Frontpage #271891Hello,
It looks like you have customized the search form a bit?
Does it work if u rename the customised search form file in your theme so to test the original?Stiofan
This reply has been marked as private.I enabled GDB and i could see the map fine ont he add listing page, can you let me know how to replicate this please?
Thanks,
Stiofan
Hmm, i replied here yesterday but it seems to have not went through, i had mentioned that Google api splits the outskirts of Melbourne into different cities, and only the center will return as actual Melbourne.
Stiofan
Hi Keri,
This should do it, let me know if you need more help.
add_filter('geodir_filter_widget_listings_orderby','_my_geodir_filter_widget_listings_orderby',10,3); function _my_geodir_filter_widget_listings_orderby($orderby, $table, $post_type){ if(geodir_is_page('location')){ $orderby = $table.".package_id DESC, "; } return $orderby; }Thanks,
Stiofan
Hi Jeff, can you tell me the steps i need to take to recreate the error, (including if its frontend or backend)
Thanks,
Stiofan
Please check now.
Stiofan
-
AuthorPosts