Alex Rollin
Forum Replies Created
-
AuthorPosts
-
February 26, 2020 at 11:15 pm in reply to: Get DEFAULT category URL from place category taxonomy) #532464
I will ask the developers if they have some advice to share about that.
February 26, 2020 at 11:12 pm in reply to: Category icons now showing with a grey box around since upgrade #532463We have some example CSS here to get you started:
https://wpgeodirectory.com/docs-v2/design/gd-categories/February 26, 2020 at 11:10 pm in reply to: Incorrect Categories (and not full list) showing in GD Listings Gutenberg Block #532462Are you seeing any errors on the console?
Please share WP Admin credentials so we can check.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:Hello,
there isn’t a way to make the address optional. You can remove it completely from the CPT by using the option in the General tab to “Disable physical address” but that will remove the address and the map for every listing in the CPT, along with any data you have added to those fields.
We do have a task to ‘autofill’ the address details if there is only one linked post, using the custom post types addon. I have added a note to the task to notify this topic if there is an update available.
Thanks
February 26, 2020 at 11:00 pm in reply to: Change "Read More…" text on search results pages, and change listing snippet #532460Hello,
if you haven’t already, now is a good time to ‘get to know’ the GD Archive item template. That template controls the content that is shown in the “mini listings” (archive items) on the Search archive results and other page likes the Archive and Location page.
To change the “Read more” text you will want to remove the current GD Post Content shortcode and add a new one.
Something like this:
[gd_post_content key="post_content" limit="15" read_more="More Details" alignment="left"]
To address the link itself, try this CSS:
a.gd-read-more { display: block; text-align: right; }
See also: https://wpgeodirectory.com/docs-v2/design/gd_post_content/#archive-item
Read more about customizing GD with CSS and PHP snippets
https://wpgeodirectory.com/docs-v2/faq/customizing/I will check with the developers about that.
The GD Search will look through title, description, category, and tags.
Please share an example of a search by sharing the search results URL, and a link to a listing that you think should be included in the search results.
Hello,
GeoDirectory ReCaptcha will help secure your WP Login (wp-login.php)
I recommend you enable the V2 “I’m not a Robot” option so you can see the ReCaptcha when it is enabled. Make sure you have a key that matches with the version that you use.
If you are using a different login form, you will need to install a different ReCaptcha plugin for that form.
If you are using UsersWP, try this free addon:
https://wordpress.org/plugins/userswp-recaptcha/
It works with the user profile builder we recommend, UsersWP, which has extensive integration with GeoDirectory.
Let us know if you are using a different login and we can try to point you at a solution or you can contact the plugin author.
Also see: https://wpgeodirectory.com/docs-v2/integrations/userswp/#recaptcha
February 26, 2020 at 10:02 pm in reply to: Which is the best way to enable WP geodirectory for a mobile web app approach? #532452Hello,
we do not provide support for any 3rd party plugins. We have not tested GeoDirectory with them.
If you find that GeoDirectory or the addons are not operating as expected, please let us know.
We are planning on releasing a mobile app that works with GeoDirectory, but we don’t have a timeline or roadmap to share at this time.
We suggest you wait until we release our mobile app.
Hello,
Please see this doc: https://wpgeodirectory.com/docs-v2/design/gd-listings/#current_user
Hello,
Divi has recently gotten some new features.
Try using the new theme builder feature to create a “Archive” layout for the Search page. This is the same way you would do it with other advanced builders.
https://wpgeodirectory.com/docs-v2/integrations/builders/
Let us know how it goes
Hello,
Neighbourhoods must be added ahead of time. Once they are added to a city, then they will show up as options for that city when a listing is added.
Archives also cannot be set as the Front/home page.
Unfortunately it is not possible to use the Location page as the Front page. The page is complex and requires queries that are not supported by the front page.
Tey a different page as the Front page, and then your Location page will automatically show all listings. Configure the GD Listings element to have paging with the option to Enable Location filter.
You had post links set to custom and with the category slug after postname.
I set it to post name.
Details permalinks were set to postname, and I switched it to full location.
Please check
-
AuthorPosts