Guust
Forum Replies Created
-
AuthorPosts
-
Correct! Well done 🙂
That is because that is the spot where latitude and longitude are both zero, Greenwich Mean Time on the equator.
ThanksYou can add a pricing table to the Add Listing page if you like, see https://wpgeodirectory.com/support/topic/pricing-table-dynamic-listing-type/#post-371065
Thanks
March 11, 2018 at 2:10 am in reply to: How to add html to the top of the add listing and add events pages #421048Sorry, but I think I may have been giving the wrong information, this would work better to add different info on different CPT Add Listing pages.
Just use the built-in Add Listing page, get the Code Snippets plugin and add code like this:add_action('geodir_before_detail_fields' , '_my_geodir_build_payment_list', 1); function _my_geodir_build_payment_list(){ $pt = isset($_REQUEST['listing_type']) ? esc_attr($_REQUEST['listing_type']) : ''; if($pt =="gd_place"){ echo "my HTML places: ".$pt; }elseif($pt =="gd_event"){ echo "my HTML for events: ".$pt; } }Thanks
March 11, 2018 at 1:13 am in reply to: How to add html to the top of the add listing and add events pages #421047It is your Login page: YOURSITE/gd-login/
Make sure to follow the instructions correctly at https://wpgeodirectory.com/docs/core-shortcodes/#add-listing
If we need to have a closer look, post your WP admin details in a private reply so we can check your settings.
Thanks
March 11, 2018 at 12:36 am in reply to: How to add html to the top of the add listing and add events pages #421044If you are using the default GD register page [so not using UsersWP for example] then just add text in the WP page.
Thanks
March 11, 2018 at 12:19 am in reply to: How to add html to the top of the add listing and add events pages #421042Please review https://wpgeodirectory.com/docs/core-shortcodes/#add-listing
Thanks
GD uses geolocation, not IP location.
Please review https://wpgeodirectory.com/docs/search-filters-overview/#redirectIf you want us to review your settings, post your URL and WP admin details in a private reply here.
Thanks
The answer really depends on what type of page you are talking about and how you did add the listings to that page. A URL would help.
Your Listings pages should already have pagination.
If you are talking about popular post widgets, then there is a View All link on the top.Thanks
There are no options for that, but you should be able to hide certain links using CSS etc.
Thanks
PS: from https://wpgeodirectory.com/support-policy/
Support for Free Users (non members) is provided for website where only the core plugin is installed and used. If addons are installed and used (even only one addon), the user will have to subscribe again before being able to receive support.
Hi Rob, that is done with custom fields, have a look at https://wpgeodirectory.com/docs/core-place-settings/
This is a bit more info about how you can use custom fields: https://wpgeodirectory.com/docs/custom-field-examples/Thanks
I think if you just set things up using all the built-in options, the future conversion will not be a problem. Issues will only arise if you have implemented some custom coding.
Be aware too that the first version will only be a beta version, which allows for people to test and report any remaining bugs, but generally should not be used on a live site yet.I’ll get Stiofan to have a look at your question too. Thanks
Have a look at https://wpgeodirectory.com/docs/useful-plugins/#logic
Thanks[#post_author_name#] is not a valid GD shortcode: https://wpgeodirectory.com/docs/core-notifications/
Thanks
I see now what you mean, after reading your other post. Let’s continue there.
-
AuthorPosts