Alex Rollin
Forum Replies Created
-
AuthorPosts
-
November 28, 2019 at 2:49 am in reply to: Create Directory of "People Listing" in ~20K Companies #518975
1. You can import them in the same CSV, but I don’t think that is what you will want to do. There will be a field created for each Link Post field, and if employee post ID 7 is linked to Company post ID 12, then 7 will show in the company and 12 in the employee. You probably want to import both of them and then export them again to match them. I would recommend you add a field like ‘company_key’ and store the company there to match them after import.
2. If you are using WP All Import for that, make sure the field is mapped. If it doesn’t work we can take a look at the issue when the developers are back in the office.
3. The same way I described above, using the Show in Output Locations, or with tabs, or widgets.
We have an update coming for GDV2 core, very soon, that will address this issue. Thanks for your patience while we work on it.
November 28, 2019 at 2:06 am in reply to: GD Search page and DIVI builder won't play nice together #518966This reply has been marked as private.November 28, 2019 at 2:03 am in reply to: Having issue with Featured listing on GEODirectory home page #518965GD Listings can be filtered with tags.
Pick 5 listings and add a unique tag like “HomePageListings” then alter the GD Listings shortcode to be filtered by that tag.
November 28, 2019 at 1:42 am in reply to: GD Search page and DIVI builder won't play nice together #518961When using Divi the Details, Archive, and Search Archive templates all need/must to be created with the Divi builder.
Yes, recreating their listing with the appropriate expire date on a comparable non-recurring package is a good fit.
You can leave their subscription running, too, if you want, but, then, they may cancel and the listing wouldn’t be downgraded.
November 28, 2019 at 1:37 am in reply to: How do I get "archive title" to show the 'category' not the 'post type' #518959OK, thanks, the developers have been alerted.
OSM does not seem to have any awareness of that address:
https://www.openstreetmap.org/search?query=1350%20320th%20Ave%20Estherville%2C%20Iowa%2C%20United%20states#map=19/52.47905/13.42595OSM’s db is outside of our sphere of influence, unfortunately. Read more about Google vs OSM here:
https://wpgeodirectory.com/docs-v2/integrations/google/#osm
If you have a Google geocoding key you can use this to force use of Google maps on the add listing page:
/** * Load Google map on add listing page. */ function gd_snippet_map_name( $map ) { if ( geodir_is_page( 'add-listing' ) ) { $map = 'google'; // google or osm } return $map; } add_filter( 'geodir_map_name', 'gd_snippet_map_name', 20, 1 );November 28, 2019 at 1:21 am in reply to: When I install GEO Directory, It Blocks me from the Admin Panel #518954This reply has been marked as private.Yes, at the link I posted above.
The individual CPT names are changed in the CPT settings.
To change the default text yes translation would be the thing to do.Works for me, too!
Please share the login URL
For your file, we can open CSV files to take a look at the contents, certainly. Please zip the CSV first before upload.
Did you map the video field? If it was incorrectly mapped that might result in the values showing in a different field.
It is possible to export the listings with the built in GD import export feature, move the values (especially if they are just in a different column), and then quickly import them again.
November 28, 2019 at 12:55 am in reply to: Create Directory of "People Listing" in ~20K Companies #518946This reply has been marked as private.November 28, 2019 at 12:53 am in reply to: Create Directory of "People Listing" in ~20K Companies #518944Try adding GD Output Location to the GD Sidebar in the WP Widgets page.
Then visit your custom fields and set your field to display in the Detail page sidebar.
You have added widget to the GD Top widget area, you probably want to move those to a different widget area.
-
AuthorPosts