Alex Rollin
Forum Replies Created
-
AuthorPosts
-
When I add a new place, in either frontend and backend editors, without touching the custom radio field, it saves the default value.
We would be happy to take a look at your settings to see if we can find the problem.
Please be sure to have completed all the steps for configuration, and do check to see that your plugins are all up to date.
To allow us to examine the site, please create a private reply and include all the information listed below so we can make a complete diagnosis.
Add listing URL where we can see the issue:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:May 9, 2018 at 11:13 pm in reply to: Is this possible? Different membership levels post different levels of ads. #429820Share the URL for your add listing page and we will see if we can help with an example.
May 9, 2018 at 10:18 pm in reply to: Is this possible? Different membership levels post different levels of ads. #429817Price package is not one of the parameters available for the shortcode.
Another way to go about this is to hide the price package select area with CSS, the selections on the add listing page.
Then link to each of the pages independantly.
The way the add listing template works, the URL has to be present in the browser to call up the price package options.
Most members who do this create a page with a nice pretty pricing table, and then surround the packages with their member visibility shortcodes.
Then the link goes directly to the correct CPT/package page link.
Once on the page, then, the package options need to be hidden with CSS so the user cannot change them.
Hello,
It is possible to hide some categories with CSS, but there are no options for showing only parent categories: https://wpgeodirectory.com/support/topic/front-page-popular-categories-supreme-theme/#post-388162
There is a way to customize it, though, but if you edit the child theme then changes will be overwritten on update of the theme.
Edit the following file: Edit the following file /wp-content/themes/supreme-directory/inc/geodirectory-compatibility.php on line #1116echo do_shortcode('[gd_popular_post_category category_limit=5]');and change it to
echo do_shortcode('[gd_popular_post_category category_limit=5 parent_only=true]');Maybe these options? –
https://wpgeodirectory.com/docs/core-design/#detailIf you want to disable options on the Detail page, check those options.
If you are looking in custom fields, it is possible to ‘hide’ fields by adjusting the option for each field called “show in what places” – it is possible to ‘hide’ a field by removing all the places it is displayed.
Sorting options is for adjusting how listings are sorted on a “Listing” page, which is like: /places
Have you already disabled GD Booster?
May 9, 2018 at 9:13 pm in reply to: Is this possible? Different membership levels post different levels of ads. #429804You can try the Add Listing shortcode:
https://wpgeodirectory.com/docs/core-shortcodes/#add-listingBe sure to keep a page assigned to the Add Listing page at Geodirectory Permalinks
I am not familiar with the plugin, but we are happy to help with GD support if you have questions as your proceed with your plan.
We would be happy to take a look at your settings to see if we can find the problem.
Please be sure to have completed all the steps for configuration, and do check to see that your plugins are all up to date.
Also, please check to make sure all listings have at least one category assigned.
To allow us to examine the site, please create a private reply and include all the information listed below so we can make a complete diagnosis.
Add listing URL where we can see the issue:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:Here is our troubleshooting guide for your review, too. Please take a look: https://wpgeodirectory.com/docs/troubleshooting-guide/
Translate “Interested” Widget
This is part of the events addon. When you translate the events addon, then it will also translate the widget.
https://wpgeodirectory.com/docs-v2/translation/overview/#addon
So far I only saw that you have translated the Geodirectory core plugin. All the addons must also be translated individually.
Re-order tabs
This can be added as a code snippet
https://wpgeodirectory.com/docs/useful-plugins/#snippets
https://wpgeodirectory.com/docs/customizing-your-style/We will be looking at this when we start work on V2.
You bring up some good points about how the UsersWP features could improve the experience.
Unfortunately, the claim listing process cannot be changed in V1 without a heavy customization.
1. When clicking on “business owner” the user is redirected to the login page. However, I would prefer that they are redirected to the register page. Is that possible?
The GD Login/Registration are on the same page. This is something we will keep in mind for V2, though.
Is it possible to set a redirect for claim listings that return to the claimed listing after registration?
If you do not set a different redirect, then WP default behavior applies, and the user should be redirected back to the listing, if it was the claim listing button that directed them to login. Just remove the UsersWP redirect to see it in action.
https://userswp.io/docs/geodirectory/#faq
We sincerely want the process to be as smooth as possible. There are many changes in store for GDV2, and we will be looking at this very closely.
This doc will explain how to add “Add Events” to your menus: https://wpgeodirectory.com/docs/core-design/#navigation
The first options to be adjusted are located at :
Geodirectory – Design – Navigation
In that page you can choose to ‘enable’ the event related navigation.
How to add categories:
https://wpgeodirectory.com/docs/places-categories-and-listings/#introYou can make a category called uncategorized.
It is possible to hide the search for field with CSS:
.gd-search-input-wrapper.gd-search-field-search { display: none; }Add custom CSS to GD – Design – Scripts – Custom CSS
https://wpgeodirectory.com/docs/customizing-your-style/We would be happy to take a look at your settings to see if we can find the problem.
Please be sure to have completed all the steps for configuration, and do check to see that your plugins are all up to date.
To allow us to examine the site, please create a private reply and include all the information listed below so we can make a complete diagnosis.
Add listing URL where we can see the issue:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:It is not possible to remove the title autocompletion while leaving others in place without a customization, but I will flag your question for the developers in case there is a new way to do it.
Have you considered adding a category drop down to the search bar?
https://wpgeodirectory.com/docs/gd-search/#cat
It’s possible to use that, and then hide the ‘search for’ field with CSS.
-
AuthorPosts