Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hi,
I see that there is a customization of some kind forcing an image upload. Any other customizations on the add-listing page?
It must be in your functions.php file. Can you share that, or provide super admin so we can take a look?
Thanks
Have the locations like ‘all,all,Canada’?
https://wpgeodirectory.com/support/topic/not-finding-listing-when-searching-by-state/#post-443489
OK,
About the /places/ listing page, both pages, you will need to add the widgets back in. The Loginbox, then a GD Listing page map, and Popular Categories.
https://wpgeodirectory.com/docs/widgets/
For adjusting which elements show in the listing, you will need to visit the CPT settings, for example:
GeoDirectory – Place Settings – Custom Fields
Choose the fields you want to show on the listing ages, and adjust the value for “Show in what location” – add in “Listings Page”.
Let us know how it goes
Thanks for sharing that, I will flag this for the developers.
GeoDirectory core and addons are GDPR compliant.
An additional marketing opt-in (consent) on the add-listing page (in addition to the optional “Terms and Conditions” option) is not needed because in all cases the intended legal basis is “legitimate interests” as opposed to requiring consent.
This is the case for two reasons:
1. If the user did not give consent then nothing would happen and no data would be processed, so there is no “genuine choice” therefor consent is not appropriate.
2. All the data entered is used “as reasonably expected” by the forms.Can we answer any specific questions for you?
No one on our side was able to recreate the issue with invisible text, it was probably a cache issue.
We have not had access to the site FTP until you provided CPanel today. No changes have been made to your site.
Hello,
It seems that the frontend editor , on submit, does not proceed to the preview page and instead redirects to the home page.
Please provide FTP access so we can do some debugging.
Thanks
GD still has data stored about those images, but the images are no longer present in the server filestore, so they cannot be shown. I could not speculate as to the cause, but, ALL the images are gone. The folders are completely empty. Whatever caused this, it removed all uploads from the respective folders.
Hello,
a couple examples to get you started:
You can get a listing city name like this:
$city_name = geodir_get_post_meta($post->ID, 'post_city', true);Another example for adding a custom field ‘metro’ to SEO
add_filter( 'geodir_wpseo_replacements_vars', '_my_extra_seo_vars',10,2); function _my_extra_seo_vars( $vars, $location_array ){ global $post; $geodir_metro = isset($post->geodir_metro) ? $post->geodir_metro : ''; if(!$geodir_metro){$geodir_metro = geodir_get_post_meta($post->ID,'geodir_metro',true);} $vars['%%geodir_metro%%'] = $geodir_metro; return $vars; }Hello!
I used the CPanel filemanager to examine the folder wp-content/uploads/06/12 which does contain images, but newer folders appear empty. The images are missing.
You should check your site backups and see if you can find the one where they are included.
Sorry those attachments didn’t come through.
August 30, 2018 at 10:34 am in reply to: How to define Archive and Details pages for new created CPT? Shortcodes missing #444640CPTs do not have independent templates, they all use the templates referenced at
GD – Settings – General – Pages
Each CPT does have it’s own settings, though, like
Places -> Hospital Settings -> Custom Fields
Please share with us the URL you are trying to share to the services.
Thanks
I recommend you hire a developer to fix the issue for you.
These are not GeoDirectory issues, but mixed content or URL related issues in your DB.
-
AuthorPosts