Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Kathy,
1. They currently use the standard archive item template, i will look at adding a way to add its own.
2. ok
3. I am not exactly sure what you mean here?Thanks,
Stiofan
It is very much in the plans, we are currently in the middle of a UI re-vamp and that will be one of the first things done after.
Thanks,
Stiofan
Hi Dave,
That is not available at the moment but it is something we plan to add.
What can be done at present is
1. The GD Dashboard widget will show a user links to all their lists
2. The UsersWP plugin can show users lists as a tab item on their profile
3. The same can be done in Buddypress.Thanks,
Stiofan
Yes, it was released a while back.
Stiofan
Yes, the WP All Import is not showing as an option, it may be its beta status, i’ll follow up tomorrow.
Thanks,
Stiofan
It is simply hidden with CSS to match the yelp style, feel free to use some CSS to unhide it, you would need to match the border radius also.
Thanks,
Siofan
Hello,
I have released WP Easy Updates 1.1.14 which fixes this issue and i have changed over the key on your site.
Thanks,
Stiofan
Hi David,
I am just about to finish for the day, i have flagged this for another dev to look at when he comes online, if its not solved when i come online tomorrow i will look into it more.
Thanks,
Stiofan
Sorry, i only read this page, not page 1 of this thread.
That is a bug, it should clear the field on error, i will fix that, for now i have activated your current licence on your site.
Thanks,
Stiofan
Hello,
The licence key you show is from an expired membership you have, it look like at some point you bought again but did not renew which created a new licence key, all your new keys can be found in your account area: https://wpgeodirectory.com/your-account/
Thanks,
Stiofan
Hi Lana,
Yes there is a widget/shortcod/block for displaying it
Please review the docs here: https://wpgeodirectory.com/docs-v2/addons/claim/#designIf you have any questions just ask.
Thanks,
Stiofan
We are looking into it but there are some limitations we need to overcome.
Stiofan
Hello,
There is two ways to do this:
1. Move the template /templates/map-bubble.php to your child theme under /geodirectory/ folder and you can add / change anything u want.
2. Code snippet:
add_filter('geodir_show_listing_info','add_directions_in_map_bubble',10,2); function add_directions_in_map_bubble($html,$fields_location){ if($fields_location=='mapbubble'){ $html = do_shortcode("[gd_post_directions]").$html; } return $html; }
Thanks,
Stiofan
November 29, 2019 at 6:32 pm in reply to: How to turn off Packages field and link featured to Woocommerce Membership? #519233You are very welcome! 🙂
November 29, 2019 at 12:29 am in reply to: How to turn off Packages field and link featured to Woocommerce Membership? #519106Hi Nick,
I think i see where the confusion is. We allow you to grab info via the standard wp meta functions by prefixing it with geodir_ but to update you can either $_POST The filed to the standard wp post update function or simply use our own meta function, like (note there is no prefix to the field)
geodir_save_post_meta($post_id, 'featured', 1);
Thanks,
Stiofan
-
AuthorPosts