Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
August 31, 2018 at 6:33 pm in reply to: After import there is same country with 2 translations #444874
Kiran was working on this, i have flagged it for him to look at before our next release to make sure its resolved.
Thanks,
Stiofan
August 31, 2018 at 6:26 pm in reply to: Label error: Editing a place – Title should be Edit Place, not Add Place #444873Hi Marc,
I can’t recreate this, what theme are u using?
Can you provide wp-admin and i will testThanks,
Stiofan
Hello,
GDv2 is currently not compatible with the SD theme, we would recommend the free “Primer” theme to test.
Thanks,
Stiofan
Buddypress will still be supported but UWP will have more features and integrations.
Stiofan
Event dates are stored in a different way, its not as simple as echoing one variable, its more complicated when its a recurring event. I recently added the ability to use any normal custom field in GDv2, i’ll look at supporting events once the event addon is released for v2.
Thanks,
Stiofan
Hey, yeah its annoying 🙂
Items get given a priority like “55” or “65” the normal wp items are separated by factors of 5 so 55,60,65 and we try and fit between them. The problem is in most cases you can add decimals like 55.001 and 55.002 but for some reason the add new CPT function does not accept decimal values so we have the case they have to use whole numbers and if anything else if in between then they will be added there.Not much we can do until WP changes the way that function works.
(i have opened a ticket for it: https://core.trac.wordpress.org/ticket/44875 )Thanks,
Stiofan
I have added a task to grab the profile pic as the company logo if it exists.
Stiofan
The delete seems to work fine for me? It goes to 404 because its been deleted…
You have UWP installed which has not been fully tested with GDv2, i don’t even see a way to delete from there but if its not working that might be the reason.I’ll look into adding a delete confirmation if deleted from the details page.
Thanks,
Stiofan
From where?
Hi Marcin,
There is a “Company Logo” custom field you can add, once this is active you can edit the output shortcode to make it include the logo, so it will disaply the logo first if it exists.
Thanks,
Stiofan
I could not replicate but i did see they have a filter we can use to fix it, i have added the following snippet to ur site:
add_filter('shared_counts_link_url','_fix_gd_pages'); function _fix_gd_pages($url){ if(function_exists('geodir_is_geodir_page') && geodir_is_geodir_page()){ $url = geodir_curPageURL(); } return $url; }
Thanks,
Stiofan
August 30, 2018 at 4:46 pm in reply to: disable CPT dropdown in search mask, define CPT for search #444708This has been implemented and will be in the next release.
Thanks,
Stiofan
This has been fixed and will be in the next release.
Thanks,
Stiofan
Hello,
Can you explain exactly how to replicate? (what user role, dummy data or normal etc)
Also if you can provide FTP details it might speed things up.Thanks,
Stiofan
August 30, 2018 at 1:00 pm in reply to: linking from one to another CPT: always linking from both sides? #444674Thanks 🙂
-
AuthorPosts