Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Please try the tool to clear version numbers.
If the price “Package” field doesn’t show after that write back with WP Admin credentials and we will take a look.
https://wpgeodirectory.com/docs-v2/geodirectory/status/#clear-version
CSS can be added to the customizer
WP Backend – Appearance – Customizer – Additional CSS
I’m trying to populate a field’s icon
Do you mean … a text field? No, it will only show the value.
Alterinatively you can either
1. Use an Elementor widget to show an icon or
2. Use a shortcode in a shortcode module like I showed above.If you use a text field, that will only populate with the text ‘value’
April 2, 2020 at 8:38 pm in reply to: Duplicated Mandatory Fields in Event Listings Customs Field Settings #538115This reply has been marked as private.April 2, 2020 at 8:37 pm in reply to: The Pop-Up (bubble) in the map is not loading nor opening properly. #538114Did you try the language selector?
It is in the advanced options
https://wpgeodirectory.com/docs-v2/geodirectory/settings/general/
OSM has a mix of data and translations may not be available. Google’s data may be needed.
Check now. I ran the tool to clear version numbers
GD – Status – Clear version numbers
April 2, 2020 at 7:10 pm in reply to: Force location search to only look at starting letters? #538096Hi,
What Kiran means is that anything you type into the Near search field is a Near search.
It is only possible to do an IN search if the IN autocomplete recommendation is selected.
You can now disable the recommendations for that field, which makes it possible to insure that the user enters a city or some other location there.
We also have some CSS to hide near or near me selections individually here:
https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search
Scroll the box to see all the CSS there.
Try changing the settings, then saving, then changing them back as described in the article.
Try this CSS
.geodir-categories-container ul li a { text-overflow: inherit; overflow: visible; }
April 2, 2020 at 6:46 pm in reply to: Custom fields do not show in Place-Settings and Advance Search #538090Excellent, glad you got it working!
April 2, 2020 at 6:45 pm in reply to: Urgent: How to proper import places and locations with all import? #538089Please share here the export file and the modified file of new listings you are trying to import and we can take a look.
This reply has been marked as private.To allow a listing owner to edit their own listing on the frontend you will want to add the GD Author Actions widget to the sidebar that shows on the GD Detals page template.
Links are only shown the listing owner or the admin.
This reply has been marked as private.Hi Eva,
to force them into a single column try
.geodir-categories-container ul { width: 100%; }
That requires custom CSS, some of examples of which Kor was able to provide.
To make a list of links exactly the way you want you can create it with HTML and CSS and use it anywhere you like.
Unfortunately the GD Element doesn’t have built in options for what you are looking for. I am sorry we aren’t able to style the site for you exactly but you can use the examples to continue to adjust what you see on the page.
-
AuthorPosts