Alex Rollin
Forum Replies Created
-
AuthorPosts
-
I have flagged your topic for the developers to take a look, alongside the other issue with updates not working. This issue may be resolved once updates are applied.
Hello,
please share a search URL so we can see the issue you are talking about.
That is a plugin setting at
GD – Multilocations – Home page should go to – Current location page (ex: mysite.com/location/glasgow/)
Perhaps the server has cache?
We can check the settings if you want to write back with WP Admin credentials.
Please check the settings for your GD pages to make sure they are set:
GD, Settings, General, Pages
Write back with a private reply and include WP Admin if we need to check the settings.
It sounds like you have some conflicts perhaps with another plugin causing some unexpected behavior in the forms.
Please post this second issues information and description into this other thread so we can check them both at the same time.
https://wpgeodirectory.com/support/topic/cannot-delete-tags-on-add-listing/#post-458415
Hi Tom,
We recommend that if you are starting a new site that you use V2.
The tag doesn’t delete for you?
We can take a look at that, please share your site URL and also credentials along with the add listing URL.
When I test it, if i have added 3 predefined tags, then a self-defined tag and pressed enter, then if I hit backspace I can edit the self-defined tag.
Hello,
it is true, only one listing slider can be used on a page at a time.
thanks for letting us know
Hello,
are you using GDV1?
Please share a link to your site in a private reply so we can see what you mean.
Also why is there no permalinks for this or short code so we can make our own connection to the page when things like this happen.
There is a shortcode for the add-listing page, is that what you mean?
https://wpgeodirectory.com/docs/core-shortcodes/#add-listing
[gd_post_fav show=”stars”]
Only text fields can use validation rules for minimums at this time:
https://wpgeodirectory.com/docs-v2/places/custom/#faq
How can I put a character limit on my field?
GDV2 introduces Validation for text fields. These fields allow you to enter an HTML5 regex rule to govern what is or isn’t allowed inside fields. Here are some example rules for limiting the character count. To use them, just copy from the portion in red and add to the HTML5 Regex field. More examples can be found here.
.{3,} 3 characters minimum
.{5,10} 5 to 10 characters
.{0}|.{5,10} Either 0 OR (5 to 10 chars)
.{0}|.{8,} Either 0 OR (8 chars minimum)
.{0}|.{0,40} Either 0 OR (40 chars maximum)The rule for 40 characters maximujm is shown here being applied to the summary text field.
Please share FTP credentials so we can do some additional debugging.
Please share FTP and DB credentials so we can do some debugging.
-
AuthorPosts