Guust
Forum Replies Created
-
AuthorPosts
-
As far as I know that is already on the list, I’ll get Giri to confirm.
Whoop is in beta, so keep sending the bug reports, an update is planned for next week, fixing a number of reported issues.Depends on the theme and the template you used for the page.
A few URLs and admin details would allow us to answer, or you got just have a go at adding them to a widget area until you get the right one.If I understand your requirements correctly, these are your options out the box, no coding required:
1. Use Places and Events CPT
2. Turn off maps and locations: GD > general > general > Select CPT to disable physical location > pick Events and Places
3. You can now add custom fields called country, state and city, OR
4. Categorize your teachers by creating categories referring to country, state and region.OR
5. Use Places and Events CPT
6. Tick all boxes to hide the maps at GD > design > map > SHOW / HIDE POST TYPE AND CATEGORY ON MAP
7. This will need some minor styling changes.You have to understand that a system that uses maps, cannot work unless you have a location on the map. And the simplest way to do that, is using addresses, but without a street address, a map can never show a location.
That is why you either use the system without addresses all together (option 1 above), or if you want to use a customized version, that is option 2.Building in every possible option for every possible mutation would slow the software down, and make sites too slow.
That is why the GD software is built to cater for 99% of users that use it with addresses, but the system allows customization if you have special requirements.I tried to using different browsers and it works just fine for me, being logged out. So I guess you have a local caching problem.
There are only 5 towns listed until you scroll down on that list, or start typing a town name in the search field.Anytime you change theme, menus will need to be reset, that is indeed normal, even if you use a child theme.
This would be the content of your WhoopChild style.css:
/* Theme Name: Whoop child Theme URI: http://wpgeodirectory.com/ Text Domain: GeoDirectory_whoop Template: GeoDirectory_whoop */And this should be in your functions.php:
<?php add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?>You will need to Location Manager addon for that:
https://wpgeodirectory.com/addons/multilocation/That is your location page: yoursite.com/location
I cannot see that problem, can you clear caches?
Here are a few links that should get you started:
https://wpgeodirectory.com/remove-tabs/
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/If I understand you correctly, what you describe is standard behavior.
You can type in the address in the address bar, and let Google autocomplete, or drag the marker, or search in the countries and regions.
Post your URL and admin details in a private reply if you like, and we will have a check.Not a Stripe expert here, but it might be usual practice for to set up a pending charge on the credit card, that will stay pending during the free period, and then gets actually charged at the end of the free period.
It is not necessarily because it shows on the statement, it is charged.
But I’ll leave this with Paolo.I changed the zoom level to 14 in the GD Home Map widget.
If there is only one listing on the map, the map will zoom to the level set there.So you want to add a widget on the detail page, that lists the business only? That is not possible.
Everything loads fine for me, and site works OK.
DO things change if you clear your geolocation:
https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/ -
AuthorPosts