Alex Rollin
Forum Replies Created
-
AuthorPosts
-
From which service are you trying to import?
Let us know
You can also check out our UsersWP with Social Login: https://userswp.io/downloads/social-login/
Hello,
here is an example of how to move the franchise info on the form:
remove_action( 'geodir_before_detail_fields', 'geodir_franchise_add_listing_field'); add_action('geodir_custom_field_input_checkbox_geodir_termsandconditions','geodir_franchise_before_fields_fn',10,2); function geodir_franchise_before_fields_fn($html,$cf){ geodir_franchise_add_listing_field(); ?> <script type="text/javascript"> jQuery( document ).ready(function($) { $('#gd_is_franchise_row').prev('h5').remove(); }); </script> <?php }You can add that to your active theme’s functions.php file or as a code snippet.
Let us know how it goes
I cannot see any of those images either.
You can share FTP or take a look for yourself if any of the images are still in the right folder.
If they are in the right place, I would recommend fixing your site URL inside the DB with a plugin like BSR.
https://wpgeodirectory.com/docs-v2/v2/mixed-content/
The site is still running an SSL plugin, and that shouldn’t be necessary.
Sounds like a conflict of some sort.
We would be happy to take a look, but you will need to share the site login URL.
Also, the developers will need FTP if they are going to find a solution for the conflict.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP is optional, but can be very helpful
FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:This reply has been marked as private.Please share the URL of the pages where we can see the issue. We will take a look and see if that can be fixed with some CSS.
Hello,
The redirection to the author’s page would be a customization.
We do have an example for your for changing what shows on the map, though.
First, please review the description of how custom fields work. You can use the “Show in what locations” to remove the “Map Bubble” display.
Custom CSS can be used to remove other elements.
About the example, you can review a wide variety of them here: https://wpgeodirectory.com/docs/faqs/#supreme
If you are trying to make a “Member Directory” we recommend that you create a Custom Post Type called “profile” and allow your users to add that listing type.
Once you are using a GD Listing as a profile, then yes you can still link the author’s ‘profile’ to their user account profile, too, but, why not just use the ‘send enquiry’ feature to facilitate contact?
GD has many of the options needed for a job board, for sure.
Let us now how it goes
GD Recaptcha can be downloaded from your account:
https://wpgeodirectory.com/your-account/
GD ReCaptcha can be used on all forms that are created by GeoDirectory.
Can you please send a link to a listing where we can see the issue with the images?
Thanks
Hello,
it sounds like you are using Pricing and Payments. The issue about the cutoff of the description content sounds like the Price Package Description character limit. You can edit that in:
GeoDirectory – Prices and Payments – Prices (edit) – Apply description limit? (Yes) – Then adjust the next setting for the description limit.
Other fields besides description do not have character limits so adding them would be a customization, but is probably possible with some javascript.
If we need to take a look at the settings, please send over the site URL so we can take a look.
Thanks
Please explain further about the images, can you tell us how to recreate the issue?
Thanks
The magic makes each recurring instance show in the listing pages.
That is not possible because GeoDirectory uses WordPress post types, and WordPress post types require the user to be logged in to create the post.
With V2 it will be possible for the visitor to register on the add listing page, but for additional posts they will need to login.
You can use this addon to add ReCaptcha to your forms:
https://wpgeodirectory.com/downloads/gd-recaptcha/
Instructions are here: https://wpgeodirectory.com/docs/gd-recaptcha-add-on-overview/
If you are just using custom fields, you can use the custom fields settings to add tabs too:
https://wpgeodirectory.com/docs/core-place-settings/#custom -
AuthorPosts