Paolo
Forum Replies Created
-
AuthorPosts
-
GeoDirectory is not compatible with ACF.
Thanks
Ok email log is not logging the emails so there is something breaking wp_mail function.
Can you please try to disable all non GD plugins momentarely to see if the problem goes away.
Please also delete w3 total cache (also file and folder it created in wp-content).
Let us know,
Thanks
I’m in checking email logs. We’ll let you know asap.
Thanks
Hi,
that is a bug in version 1.5.9 when used with the latest version of WordPress 4.5.
It’s been fixed already and the new version will be released tomorrow.
Thanks for you patience,
Hi,
When I try to access your login page now I’m getting:
ERROR 502 – BAD GATEWAY
Why am I seeing this page?It took a long time for the server to answer (+3 minutes)
Let us know once the server is restored.
Thanks
You are welcome 🙂
Hi,
that would be a setting page within your wordpress dashboard.
Thanks
@janine, these fb pages are returning an unusual short ID (normally is +12 digits) they have 10.
Our add-on didn’t expect such exception and was trowing an error.
We fixed it and a new version will be released tomorrow.
Thanks for your patience,
Did you modify any of the theme’s files (css, js or php).
If you didn’t nothing will happen.
If you did, you will have to compare files (original of beta theme and your modified) to collect all your changes and apply them to the new theme files.
Being a child theme this is the only way to go.
Thanks
please add this to : GeoDirectory >> Design >> Scripts >> Custom css:
Thx
@janine,
I see the same problem with the FB url in our demo, Stiofan is looking into it.
please provide a URL that is not working as expected for both Yelp and Facebook.
Thanks,
Hi,
please add this to : GeoDirectory >> Design >> Scripts >> Custom css:
.map_category { display: none; }Thanks
Hi,
there is something hijacking the GD search. It’s not even loading the right template. Possibly another plugin.
Please provide admin credentials in a private reply and we will have a look.
Thanks
Your code was partially right, the echo part was missing the html necessary to make it a link.
However there is a simpler way to do this and this should work:
function new_boutique_url(){ global $post; $urlboutique = $post->geodir_boutique; echo '<a href="'.$urlboutique.'">visitez la boutique</a>'; } add_action( ‘geodir_details_main_content’, ‘new_boutique_url’,25);I haven’t tested it though.
Let us know,
Thanks
Hi,
that drop down menu shows the Custom Post Type not the categories. Categories as filters can only be added to the customize my search form.
Thanks
-
AuthorPosts