Guust
Forum Replies Created
-
AuthorPosts
-
There is no need to try to import compatibility settings, just select MultiNews and save down the bottom of the page.
The address field are used to auto calculate the lat and lng if you add a listing from the front or backend. There should be no reason to add/edit them unless you are importing listings using a CSV file.January 1, 2018 at 4:00 am in reply to: Places not showing after migration with domain name change #411092You will need to restore the database and then run the Better Search Replace plugin.
Or you could just hide the selector all together on the Events page:
https://wpgeodirectory.com/docs/common-styling-examples/#cpt-selectorLook at the body classes for the events pages, you’ll see this is added “post-type-archive-gd_event”
So the CSS would be.post-type-archive-gd_event .search_by_post option[value=gd_place] {display: none;}etc. Adding “!” does not work there, so you will have to add the code for each CPT.
Have a look at your settings at GD > Design > Navigation.
Do you allow posting to the other CPTs?
Have you added those CPTs to the dashboard links?It all depends what theme you are using. And you may have to change it site by site.
Adding this means you never have to change it 🙂
<?php echo date('Y'); ?>Make sure to select MultiNews at GD > Theme compatibility.
Change your category icons to something like 50×50 pixels instead of large images like you are using at 386×386 pixels.
I think you have a number of listings with incorrect coordinates. If you post your WP admin details in a private reply we can have closer look.
To re-order tabs you created yourself you can drag and drop the custom fields at GD > Place Settings.
To re-order the default GD tabs, have a look at https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/The map tab should have a “get directions” option by default, see for example https://wpgeo.directory/starter/places/united-states/pennsylvania/philadelphia/restaurants/buddakan/#post_map
If you do not have that, post your URL and WP admin details so we can investigate.You can get a notification that a user has edited a listing:
GD > Notifications > “Admin Emails” tab > Notify Admin when listing edited by Author > YES1. You can add the GD Search widget anywhere you like, see https://wpgeodirectory.com/docs/layout/#directory
To add it to the Events page, you would add the GD Search widget to the GD Listings sections at Appearance > Widgets.
See also https://wpgeodirectory.com/docs/widgets/2. Not sure exactly what you mean. DO you want to remove “Events” from the CPT search options?
https://wpgeodirectory.com/docs/gd-search/#cpt
That can be done by adding this CSS:.search_by_post option[value=gd_event] {display: none;}To only hide that on the homepage:
.home-page .search_by_post option[value=gd_event] {display: none;}Let us know if I misunderstood.
Hi David, that is addressed in the FAQs:
Q: I’d rather pay more and get lifetime support and updates, is that possible?
A: Lifetime support and updates are not a sustainable business model, so we can’t offer such option, we are committed to reinvesting in the improvement of our products.There is not much point buying lifetime updates if the business has no cash-flow after everyone bought the lifetime updates, they’ll go broke because of lack of funds and you are left with … 🙂
Ayecode is here for the long haul, and the decision to not offer lifetime licenses is to make sure we can provide the best possible plugins and support now and into the future.
Constructive criticism happily accepted, it allows us to explain 🙂
This reply has been marked as private.Updates are usually to fix bugs, security issues or changes to any of the API used, like Google or Facebook etc. So as long everything works, it works 🙂
So update everything or nothing is usually the best advice.
See also https://wpgeodirectory.com/docs/faqs/what-is-the-best-way-to-update-the-gd-plugins/The addon prices are per year, and include all updates and support for a year.
After a year, you can renew, but if you don’t, the plugins will continue to work, but you will no longer have access to support and updates for them. In such case you should avoid updating anything else, which is the only thing that could create new conflicts.December 31, 2017 at 9:26 am in reply to: Facebook (Registration/Login) & Changing Inquiry Text. #411023GD is not required for UsersWP, but they will work well together. That is why it is not on the GD site, GD does not need UsersWP, and UsersWP does not need GD.
To only allow registered users (via UsersWP or not) look at this setting:
WP Settings > Discussion > Other comment settings > Users must be registered and logged in to comment. -
AuthorPosts