Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the only time I’ve seen a similar error was due to an anti spam plugin creating a conflict.
Do you have any of them instelled?
Let us know,
Thanks
Thank you for letting us know 🙂
Hi,
if you have Custom Post Type add-on installed that’s very easy, just edit the default custom post type.
Otherwise you can change all default text string of the plugin via translation file: https://wpgeodirectory.com/docs/translate-core/
Let us know how you went.
Thanks
Hi,
did you install the dependencies first as explained here? https://wpgeodirectory.com/docs/whoop-theme-overview/
If you have, do you see any PHP fatal error in your server error log?
Let us know,
Thanks
With the amount of things we added/changed recently it’s sometimes hard for me too to keep up.
Sometimes even for Stiofan.In addition I think this was done while you were travelling to Europe few months ago… 🙂
you are welcome 🙂
Thank you!
Hi,
Woocommerce products or any custom post type created with a 3rd party plugins, can’t be used as a GeoDirectory custom post type.
Woocommerce doesn’t know how to include location data into GD database custom table and GD isn’t going to query any cpt not created with GD.
If you wish to see something similar developed, please suggest your idea here: https://wpgeodirectory.com/requests/ if many members vote for it we will definitely consider it.
Thanks
Please add this to GeoDirectory >> Design >> Script >> Custom CSS:
.Navi::before { content: "Page: "; }Thanks
Yes if you set the location switcher to show all locations and not to drill them down, you can hide the region tab, however you can’t hide them in the add listing form.
This should do it in GeoDirectory >> design >> scripts >> custom css :
#menu-item-gd-location-switcher dd[data-location="region"] { display: none; }Let us know,
Thanks
You are welcome 🙂
This reply has been marked as private.Hi,
please provide a link of a website where we can see this error. On our demo, images are open in a modal window: http://wptry.it/wordpress-directory-theme-whoop/places/united-states/new-york/new-york/restaurants/buddakan/#post_images
It could be a conflict with another plugin.
Let us know,
Thanks
Hi,
this should be:
<?php if(is_front_page() && (!isset($_GET['geodir_signup']))) { include 'headerhome.php';} else { include 'headernormal.php';} ?>Let us know,
Thanks
ok, let us know if you need any help.
Thank you and have a good week end!
-
AuthorPosts