Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
this error appear to be created by the myfont vertical bar on top of the website.
Please try removing it and see if the second scrollbar disappears.
Let us know,
Thanks
seems to be working fine to me.
Please explain what is not working exactly with a step by step example, explaining how to reproduce it.
Thanks
.
June 10, 2015 at 7:43 pm in reply to: Showing the current user's listing detail in their dashboard #42099Hi @wayne Harvey, at the moment we only worked on Buddypress to extend that.
I’m looking into Ultimate Member https://wordpress.org/plugins/ultimate-member integration, but given that BuddyPress really works well with GD now, we pushed this for later development.
@Legionnaire I did test the code myself today and it works from wp-login.php, but not if logging in using one of GD login forms.
I’ve asked to Kiran to verify why and possibly add redirect options in the compatibility plugin, so we don’t have to add extra code.
We will let you know,
Thanks
Hi,
actually they can, with the option enabled, in the register form users should see the enter password and repeat password fields.
What’s strange is that on your website I don’t see the registration form at all:
http://langelandskkunst.dk/?geodir_signup=true
Are you using buddypress and the buddypress integration plugin or have you customized the registration page?
Where do your users register?
Let us know,
Thanks
p.s. providing admin credentials in a private reply could expedite support.
Hi,
the only widget that you have in GD > home content section is the widget to show places and you have no places…
You will need to remove the current widget and add the GD > event listing widget to show events.
If you have doubts about GD templates, or you don’t know what the difference is between the location page (GD Home) or the listings pages (archives), I’d suggest to have a look here: https://wpgeodirectory.com/docs/layout/
Let us know if you need further assistance with this.
Thanks
If that isn’t the problem, please delete everything and try to start again.
It could be a error in the domain or an error in the profile id.
Following the video with a little attention should avoid any possible mistakes.
Let us know,
Thanks
DId you activate the google analytics API?
Please double check, it’s point 3 of that tutorial:
3. Search or select “Analytics API” and then click “Enable API”
Let us know,
Thanks
I can confirm that was a bug in last version of MultiLocation.
Latest release fixes this bug.
I guess you updated GD and not MultiLocation.
Let us know,
Thanks
This reply has been marked as private.Hi,
I’m afraid JAVO already includes all directory options. I don’t think it’s the best theme to be used with our plugin, but if you post a link and admin credentials, we can have a look and tell you if it’s feasible.
Thanks
Hi,
I asked to Stiofan who worked on the X compatibility and that’s his answer:
we remove them, i tried to fit the x design as it had not breadcrums
If you want to try and add them back, please add this code to your theme functions.php:
<?php add_action('after_setup_theme', 'geodir_x_action_calls_add_breadcrumbs', 12); function geodir_x_action_calls_add_breadcrumbs() { // READD BREADCRUMBS add_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20); }Let us know how you went.
Thanks
Hi,
clicking on the backend on the place image text doesn’t open the media uploader?
Please provide a url and wp admin credentials and we will have a look.
Ultimately we might have to delete the image entry directly in the DB, so phpmyadmin url and credentials could help too.
Thanks
Please see images attached.
If you see any other issue, please open a new topic as this I’m setting as resolved.
Thanks
This reply has been marked as private.Hi Bet,
that option already exists and can be found in :
GeoDirectory >> Design >> Map >> Upload map default marker icon
Thanks
-
AuthorPosts