Alex Rollin
Forum Replies Created
-
AuthorPosts
-
GDV2 will attempt to geocode, that is, derive the lat lon from the address info present.
For country name, yes it is looking in https://github.com/AyeCode/geodirectory/blob/605b03059ca237672216226a1cf891a3ef86115f/vendor/ayecode/wp-country-database/wp-country-database-data.php
1. Yes, to hide email, simply don’t “Show in what locations” and make sure it is not included in a gd_post_meta in any of the templates. Even if it is not displayed (unless hidden by a package) the GD > Ninja Form -> Contact form will still work. The NF integration stores the submission then sends an email to the listing email address. For your “own messaging system” you could put together a similar integration.
2. In GDV1 this was accomplished in part by the default search radius and the near me radius. We are still planning to implement some form of limit for advanced search, but it is not yet in place. Coming soon! Your goal can also be accomplished partially with search pagination, controlled by the WP Setting (Reading) Post per page. I have created a task to consider specifically a max results returned setting.January 7, 2019 at 8:03 pm in reply to: Help for understanding the Listing & Payment process #462034Hello,
I was thinking of mysite.com/wpi-checkout/wpi-history/
You can add that as a custom link to point users to their invoice history.For draft and pending review, in both cases the listing is not visible to users except through a preview link. Some plugins make use of the different status, or an organization might have a team that watches for posts that are pending review, but it is not critical/instrumental for any of the GD or WPI functions. These status names/states are not created by GD or WPI, they are part of WP itself.
Hi Ellory,
the CSV you are trying to load does not match the expected layout.
You can see the expected layout by downloading your current listings from;
GD – Settings – Import Export (tab) – Places – ExportI am attaching an image of some of the mismatched columns. The columns need to match exactly.
To hide the author you can try this custom CSS
.sd-detail-author { display:none !important; }We are constantly adding new parameters and they are very well organized in the shortcode editor or block properties. The list provides a general overview on the Design Elements page but yes more pages with examples will come with time.
January 7, 2019 at 12:28 pm in reply to: Custom Post Type Shortcode SortBy Limitation for Multi-day Events #461932The shortcode builder has options for collapsing recurring/multiday events into one listing, sorting by date, and controlling how many listings are displayed. Was there a problem with those?
https://wpgeodirectory.com/docs-v2/places/tabs/
Z-A sort is not available for shortcodes, but sorting by Event Date is. Sort by title DESC (descending) is available in the CPT sorting tab, which will have an effect on the loop in archive pages.
It looks like your page is here:
https://www.fuenfseen.de/gd-home/If you want to make a custom directory home page you will need to add widgets or shortcodes to it
https://wpgeodirectory.com/docs/core-shortcodes/You can adjust the widgets on the current GD HOME page by adding widgets to the home widget areas at:
WP – Appearance – WidgetsSee this for more info: https://wpgeodirectory.com/docs/layout/
As a pre-defined field, yes, you can only add one price field, but, you could:
Use a text field, three of them:
Price EUR
Price USDThe fields will only show if they have a value.
You can use the FA icon to choose the currency symbol, or just as it as the default content.Edit the GD Archive template (a.k.a “Overview page”) – https://wpgeodirectory.com/docs-v2/integrations/images/#fallback
Set default images – https://wpgeodirectory.com/docs-v2/integrations/images/#fallback
About the Supreme Detail page featured image, how it shows the featured image in the featured area, then again in the slider. The idea is not to use the slider on the Detail template, or to put it further down the page. There isn’t an option to make the featured area show a different image, that would require a customization.
Guust is right about that with regard to supreme, but you could use the category description with in the Archive page layout: https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_category_description
This reply has been marked as private.The error is from a bug in WP. Some people have had success with adding this plugin, to use just until WP fixes the error:
https://wordpress.org/plugins/disable-real-mime-check/January 7, 2019 at 7:21 am in reply to: Shortcode builder missing – full page setting, side bar on home page #461895The Customizer contains options for adjusting elements throughout the site.
BB is a page builder, and used one page a time.For the GD Details template you can use shortcodes or blocks, as you prefer.
There is an addon for BP integration, for V2.
https://wpgeodirectory.com/downloads/buddypress-integration/
https://wpgeodirectory.com/docs-v2/addons/buddypress/BP may has options for setting a login and registration page.
This reply has been marked as private. -
AuthorPosts