Paolo
Forum Replies Created
-
AuthorPosts
-
Hi jeff,
there is an option to disable in GeoDirectory >> MultiLocations >> Add listing form settings: Disable Google address autocomplete?
Can you please check that it is not ticked?
In case it isn’t, we would need admin credentials in a private reply to check what is going on.
Let us know,
Hi,
GeoDirectory Layouts are made of widget areas, you will find all details about them here: https://wpgeodirectory.com/docs/layout/
To modify the footer credits, you will need to open the file functions.php and modify the function that creates them:
//* Add My Custom Footer Links add_filter('genesis_footer_creds_text', 'custom_footer_creds_text'); function custom_footer_creds_text($creds) { $creds = '[footer_copyright] ' . get_bloginfo('name') . ' • <a href="https://wpgeodirectory.com/">WordPress Directory Theme</a> by <a href="https://wpgeodirectory.com/">GeoDirectory</a>'; return $creds; }For the logo field you can add it out of the box to the sidebar or to it’s own tab, the size can be modified via CSS. If you give us more details about this (specific location and size) we can point you in the right direction.
To set your home page please follow this doc: https://wpgeodirectory.com/docs/basic-installation/#home
Let us know if that helped,
Thanks
I can confirm that GeoDirectory will not work with GeoTheme, it must be installed on a theme that doesn’t already include Directory functions and it also can’t be network activated. It must be activated for each individual website in the network where it is needed.
Thanks
@dunja
We’ll follow up on this here as soon as you provide the information requested: https://wpgeodirectory.com/support/topic/google-map-api-key/#post-250348
Thanks
Hi Dunja,
would you mind sharing a link to the website where it is not working with credentials and a screenshot of your “google maps api settings” (the page where you created the key on the google console).
You can set the reply as private so only our staff can read it.
We will take it from there.
Thanks
Thanks for letting us know 🙂
Hi,
you need to translate the po file of the whoop theme and place it in the language folder of the active child theme. https://wpgeodirectory.com/docs/translating-themes/
Let us know if this helped.
Thanks
HI,
it should do it out of the box… Where do you see a telephone number that is not a link?
Let us know,
Thanks
Hi Sumi,
please provide a link and admin credentials so that I can pass them to the developers to check…
Thanks
Hi,
your understanding is correct. I know Guust has experience with S2member.
I’m flagging this for him to let you know how he’s done similar things with it in the past.
Thanks
Hi Elad,
it seems like you deleted everything? I’ve flagged this for Stiofan in case you need help with anything.
Let us know,
Thanks
That’s correct, good job on solving it on your own! 🙂
Hi,
I’ve changed one of the draft listing to a city in Cananda and it worked.
Can you please describe how to recreate the problem step by step?
Maybe you just need to clear your browser cache?
Thanks
August 6, 2016 at 4:33 pm in reply to: Body Class for Author (Place/Event Customer) / Blog Author #242053Link A:
.author.geodir-pageLink B
.authorLet me know if this helps.
Thanks
August 6, 2016 at 4:30 pm in reply to: Only a user with Administrator role is able to claim a listing #242048Hi Paul,
no that’s not a bug, Child themes simply don’t alert about updates, because there is no auto updates for them. Only parent theme are auto-updated.
In Supreme the claim listing link is normally below the avatar of the listing author.
That’s hidden for you, so I guess you added the claim listing link in the sidebar through custom code?
If that is the case, whenever a child theme is updated, all custom code that was added for customization, needs to be re-applied.
Let me know if that’s the case…
Thanks
-
AuthorPosts