Paolo
Forum Replies Created
-
AuthorPosts
-
p.s. credentials provided for admin are not working
Hi Michelle,
please read with attention the instructions provided by Guust. https://wpgeodirectory.com/support/topic/how-to-allocate-user-role/#post-349795
The screenshot provided, shows that you haven’t done what he’s asking you to do.
Thank you,
Hi Giacomo,
we are very serious about our rules and policies, either you update every add-on, or you stop asking for support.
The staff has been instructed to stop replying to your requests, unless we see that all plugins are up to date.
https://wpgeodirectory.com/support-policy/
Thanks
You are welcome 🙂
Hi,
If we are talking about 1 of the free themes, you’ll need this code: https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/
Let us know,
Thanks
Hi,
go to Appearance >> Widgets and remove the GD > GMap widgets from the GD Home Sections, Listings Sections and Search Sections. Could be top section and/or sidebar.
Thanks
It is not in current roadmap and it is a feature that very few requested in the past (reason why we never worked on it).
I asked to Stiofan what he thinks and especially how much time it would take. If the time needed to make it happen isn’t prohibitive we might as well consider it.
He’ll let us know asap.
Thanks
Hi,
please provide a link and admin credentials and we will have a look.
Thanks
Hi,
no because it is required for the maps to work. If you don’t need the maps, you can import them via CSV without icon.
Thanks
January 25, 2017 at 9:36 pm in reply to: Some users not receiving Validation links for listing claims #349530hi,
it could be that they are going into their spam folder?
You can install a plugin like email log to see if they are sent or not.
Thanks
Hi,
because that is totally subjective.
Thanks
January 25, 2017 at 9:34 pm in reply to: swap logo and profile details in listing detail page #349528This is how to do it:
1st you remove the 2 element from the detail page template with these 2 snippets:
remove_action('geodir_details_main_content', 'geodir_action_details_slider', 30); remove_action('geodir_details_main_content'’, 'geodir_show_detail_page_tabs', 60);2nd you add them back with priorities inverted:
add_action('geodir_details_main_content', 'geodir_action_details_slider', 60); add_action('geodir_details_main_content', 'geodir_show_detail_page_tabs', 30);You can add these in functions.php of your child theme or in a plugin like code snippets.
Thanks
Hi,
that problem is caused by this theme CSS (which is too generic):
.widget { float: left; margin-bottom: 15px; margin-right: 32px; width: 292px; }Please try to add this in GeoDirectory >> Design >> Scripts >> Custom CSS:
.widget { float: inherit; width: auto; }Still that menu is causing problems.
Thanks
Hi,
I don’t think that can be easily achieved, but I asked to Stiofan to let us know if he can think of any workaround.
Thanks
Hi,
if present normally address and phone number.
There are options as well to add any custom fields in that area.
Thanks
-
AuthorPosts