Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Edward,
If you can provide wp-admin in a private reply i will check the error (only staff can see private replies).
The free version does not contain the multilocation functionality, it is intended to allow you to test GD on one town/city to see if it works for you.
Thanks,
Stiofan
You too Alistair 🙂
Yes Robert, these are all standard features, from GD>Place Settings just drag and drop the field to where you want it to appear, then under locations select show as its own tab. i do however suspect you want to show the feed and not a url?
Stiofan
October 21, 2016 at 4:08 pm in reply to: Latest release doesn't have shortcode function in sidebar #289277This reply has been marked as private.Hi Craig,
You could add the users and then get the ids, then use GD>Import/export to export the lsitings and change the owner id to the correct one. Or you could just install claim listing addon and ask them to click the claim link on the listing.
Thanks,
Stiofan
Thanks 🙂
October 21, 2016 at 3:35 pm in reply to: Latest release doesn't have shortcode function in sidebar #289253It works for me on my test sites, please check the listings there is no description showing, but there should be.
Can you provide ftp info?
Stiofan
Hi Robert,
You can add any custom field from GD>Place settings, just add a link, you can add a fontawesome icon for instagram. let me know if u need help.
Thanks,
Stiofan
October 21, 2016 at 3:20 pm in reply to: import / export ERROR: Could not create cache directory #289249This reply has been marked as private.October 21, 2016 at 2:51 pm in reply to: Latest release doesn't have shortcode function in sidebar #289235Something is preventing the description from showing, whatever is doing this is also blocking the shortcodes, any idea what it is?
Stiofan
October 21, 2016 at 2:24 pm in reply to: import / export ERROR: Could not create cache directory #289229FTP seems wrong can you check it “530 Login authentication failed”
Thanks,
Stiofan
Great! 🙂
Great! Thanks for letting us know 🙂
Hi David,
Thank you for the detailed explanation, i managed to replicate this issue and as a result in the next version the user/email fields will be swapped position to comply.
Thanks,
Stiofan
Hi Viki,
I have fixed this and the change will be in next ver or payments if u want the fix now then simply add the below code to goedir_payment_actions.php
function geodir_maybe_hide_special_offers_tab($tabs){ global $post,$wpdb; if(isset($post->package_id)){ $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name= %s AND post_type=%s", array('geodir_special_offers',$post->post_type))); $pkg_arr = explode(',', trim($field_info->packages, ',')); if(!empty($pkg_arr) && in_array($post->package_id,$pkg_arr)){ }else{ $tabs['special_offers']['is_display'] = 0; } } return $tabs; } add_action('geodir_detail_page_tab_list_extend','geodir_maybe_hide_special_offers_tab',10,1);Thanks,
Stiofan
-
AuthorPosts