Alex Rollin
Forum Replies Created
-
AuthorPosts
-
The developers will take a look. In the meantime, have you contacted WPML?
January 9, 2020 at 10:32 am in reply to: Getting "Download failed. Unauthorized" after new update #524769The Google Analytics addon does not require a license.
We have released a plugin that does basically the same thing (but that does not include the Pricing Manager integration).
Thanks for the feedback, I will pass it on to the developers.
January 9, 2020 at 7:28 am in reply to: Adding new form field "Image Selector" on "Add Listing page" #524752No, there isn’t a field type exactly like that. You could display those images on the frontend using the method I mentioned, but not in the form.
If you want to customize a solution you can create a new field type.
https://wpgeodirectory.com/custom-field-improvements-in-new-v1-6-6/
Hello,
when using GD Map, you can set it to be a “Directory” type map with the post type chooser, the post types listed across the bottom.
If you chose directory, some additional options appear like the default post type.
If you want to customize we have some snippets for hiding CPTs
https://wpgeodirectory.com/docs-v2/addons/custom-post-types/
I paged through your categories and noticed a missing image.
I paged through your listings and noticed several listings with incomplete listing information.Support and feature requests for UsersWP can be submitted to https://userswp.io/support/
AyeCode does not have a public roadmap.
Right now UsersWP is just the other side of a major release where we added a significant number of new features and an entirely new UI framework for styling.
We are always working on new features for UsersWP and have several addons that are as yet unreleased but being retooled to work with the new features and UI.
The file you shared is not the correct format.
When you add a listing and export it you will get a different column order. That column order is required, and imports that don’t use that column order will fail.
If you are seeing an error on selection of the file saying it is not a valid CSV file, that is a WP error that can be fixed as described here:
https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/#not-a-valid-csv-file
Please share a link to the page and WP Admin credentials so we can check the settings.
January 9, 2020 at 3:00 am in reply to: Attempting to upgrade from GV1 to GV2, receive a fatal error. Cannot upgrade PHP #524730Hello,
To start the upgrade you should remove the GDV2 copy and leave only a copy of GDV1 in a folder called /plugins/geodirectory
Then follow the steps here: https://wpgeodirectory.com/docs-v2/geodirectory/upgrade-from-gdv1/#conversion
Edit the categories through the WP Backend to add map icon, category image, color and icon
https://wpgeodirectory.com/docs-v2/places/categories/The developers will take a look at your question.
On the search page the map and the gd_loop element are tied together if the map is an archive type map, so the map will automatically show what is in the list.
There is only one search page, so, if you are trying to make another, where the results will show on that page instead of the search page, that won’t be possible without your own customization.
January 9, 2020 at 2:36 am in reply to: Google Map Front End Display Without Physical Address #524725You can use Custom CSS to hide some items on the details page by category.
The category body class on the details page looks like
body.single-gd_place geodir-post-cat-7 {}
You can’t hide tabs like that, though, so, better to move the element out of the tabs and into the details page template where it can be targeted with CSS.
GeoDirectory and Elementor both don’t have a conditional logic type system for showing/hiding. We recommend the use of widget logic with WP conditional tags for that.
https://wpgeodirectory.com/docs-v2/faq/common-examples/#logic
On the details page you can also use custom CSS to hidesome elements, based on category, but not a tab. If you add the GD Linked Posts in the GD Details template you can use CSS based on the category body class.
Category body class looks like:
body.single-gd_place geodir-post-cat-7 {}
-
AuthorPosts