Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello!
Per this article, you can create a different field for “Distance to Airport” or “Distance to Train Station”. The demo field is recommended for use in a single city or region where all the locations would be shown with a “Distance to” a single airport or train station, and you would set the same value for the LatLon for each listing.
https://wpgeodirectory.com/distance-custom-field/
To change it to “Distance to Train Station” adjust line 9
'site_title' => 'Distance to train station',
This code in the article is provided as an example.
This reply has been marked as private.November 26, 2017 at 10:17 pm in reply to: Installed Google Map API but can't set default location #406873Hello!
Sorry about that, the lat/lon on the default location was not in the correct format.
I have updated it and the map is now working. You can review the format and update it to meet your needs.
I have updated the documentation:https://wpgeodirectory.com/docs/basic-installation/#defloc
Related Links:
https://wpgeodirectory.com/refund-policy/Hello!
Please share your WP Admin details so we can take a look. We will need to disable GD Booster to diagnose the issue. If you want to hurry things along, you should try removing your custom CSS to see which line is causing the issue. It looks like there is some line-height rule that is overriding the normal location bar line height.
Hello!
Interesting!
Yes, the expected behavior is that the categories are hidden by the package downgrade should be made visible again. They should not have been removed.
Do you have one or two test links to share? And then, please share updated/verified WP Admin and FTP again and we will take a look when we get back to the office this next week.
Also related:
https://wpgeodirectory.com/customise-send-enquiry-form/Hello!
Category pages are created dynamically, so they don’t have the normal WP “Featured Image.
Some other members have found various uses for the category image, the one that is uploaded for each category. Here’s a function to call the image:
geodir_get_default_catimage($term_id, $post_type);
You can then proceed to customize your own version of the listing page, which is responsible for creating the ‘category’ archive pages. This is the location of the file: /wp-content/plugins/geodirectory/geodirectory-templates/geodir-listing.php
Your new function will need to check the page type to make sure it is a category listing page, grab the category image, and then format the the output with additional CSS.
Related Links:
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/Hello!
I understand the issue and we will look into it further on Monday when we return to the office.
Hello!
You will need to enable WordPress > Settings> Anyone can register to allow your site visitors to create an account before they add a listing.
Please take a look at the setup instructions here for all the details: https://wpgeodirectory.com/docs/basic-installation/
November 25, 2017 at 8:24 pm in reply to: How to redirect "Favorites & Reviews" when not logged in #406805Hello!
Do make sure the all the pages you reference in GD > Permalinks exist.
Once GD pages so they exist, then don’t use them. Use a different page for your other plugin.
Login2 for GD, Login for your other plugin.Then you need to send users to the Login page, and you would use this:
November 25, 2017 at 7:28 pm in reply to: How to redirect "Favorites & Reviews" when not logged in #406801Hello!
Choose a different page for the GD Login in your GD > Permalinks, then remove the GD login links from the menu or redirect them to the login screen you are using.
November 25, 2017 at 7:24 pm in reply to: Conflict with Divi Bars Plugin on GD Listing Pages #406800Hello!
We can take a look. Just create a private reply with your site details and we can check it out on Monday.
Hi!
If you would like us to take a look, please make a private reply with your site details including your WP admin credentials.
If you click on a listing title,here, does it open a detail page for you?
Hello!
I would be happy to take a look at your site and advise you to remove the edits you made to restore the feature.
What you have done is not ‘small’ and has made a big difference in the menu layout. I recommend you remove items from the menu and other code modifications to restore the original design.
https://wpgeo.directory/whoop/
Thanks!
Hello!
You should set a page for all GD pages. If you want to use a different login page provided by a different plugin, great, just make sure you hide the GD login page links.
If you need to redirect GD, here’s a place to start:
https://wpgeodirectory.com/docs/redirecting-the-login-page/ -
AuthorPosts