Alex Rollin
Forum Replies Created
-
AuthorPosts
-
1. The shortcode is GD > Map – choose a directory map, and select the options you want.
2. Examples for map bubble custom CSS.GDV2 Map Bubble - Hide the Title Field Icon .geodir-bubble-meta-side .geodir_post_meta.geodir-field-post_title > span > i { display: none; } GDV2 Map Bubble - Hide the Title Label .geodir-bubble-meta-side .geodir-field-post_title > span > span { display: none; }3/4. It looks like you succeeded in getting a sidebar on your detail page, and getting GD Output Location in there. It is at the bottom left of the detail page.
Hello,
For the map, if you want to exclude categories, make a new shortcode and use the option to exclude categories. You can use the shortcode builder to do that.
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
About the login page, GDV2 pairs perfectly with UsersWP. If you want , you can also come up with your own redirection to your own custom login page. See this doc for more info: https://wpgeodirectory.com/docs-v2/geodirectory/account-management/
For Supreme, to hide the user account nav that shows in mobile:
#site-header > div > div.dt-mobile-account-wrap {display:none!}You will need to avoid updating GeoDirectory, quite intentionally, to avoid that happening.
You will need to press the “Downgrade” button.
This reply has been marked as private.Packages still have IDs, and it is still possible to link directly to a package page.
You can also try some of the new options for your existing packages like setting the expiry behavior, downgrading listings to a free package, for example.
I understand what you mean about the ID and I have made a note for the developers to consider adding that for a future version of the plugin.
Excellent!
If you mean the listings on the front page, those are setup with GD Listings, which has an option for a ‘view all’ link that will lead to the CPT Archive of whichever CPT is selected.
https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/#front
Are you using the Yoast integration with V2? We don’t have any snippets for that at this time, or settings to adjust the output.
You can make some changes by adsjusting the structure of the URL in the permalinks settings:
https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/It does not work like that, no, but you can add the category to the search field as a drop down to narrow the search in the way you mean.
I am unable to view the site because of Cloudflare.
Maybe try turning off site cache while you work on the templates, and clear browser cache too.
If you tun that off so we can take a look, and the problem persist, include WP Admin credentials in a private reply and we will take a look at that template. Do include a link to the template edit page, too.It probably means that your API key does not include Geocoding.
Try using the GD “Create a new API key” button
https://wpgeodirectory.com/docs-v2/integrations/google/#easyMay 24, 2019 at 4:07 pm in reply to: Some questions regarding dashboard, shortcodes and fees of google API … #488672Hello,
GD Dashboard was an addon for V1. It has been integrated into core for V2. Find it at WP Backend -> GeoDirectory (Dashboard)
You can see a list of shortcodes here, but you should find a shortcode builder on you site or use blocks instead.
https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/Google Cloud Console includes tools for managing limits for API usage. Use those or just switch your GD maps API to OpenSTreetMap.
You can of course create custom CSS, but there is a new element called GD Post Content. We recommend you replace the GD Post Meta element in the archive item with GD Post Content.
Read more about editing the archive item template here:
https://wpgeodirectory.com/docs-v2/templates/archive-item/
https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_post_contentUse GD Post Address instead.
https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_post_address -
AuthorPosts