Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
1) you can filter search to include listings with a particular custom fields, but they won’t be searched by the search for field.
Documentation : https://wpgeodirectory.com/docs/advanced-search-filters-addon-search-by-distance/
2) I don’t believe any of them is currently compatible. You’d need to ask to their developers.
Thanks
Hi,
is this resolved? If it isn’t I’ll re-open it.
please let us know,
Thanks
Hi,
the only reason I can think of, is the same as Guust. GD search is unable to read in lists.
I’ll check with the developers and we will let you know.
Thanks
Hi,
that is porbably due to a limit in the database table for that field.
I’ve flagged this for the developers.
We will let you know asap.
Thanks
Hi,
no they will get an email only after they claimed it.
Thanks
October 5, 2015 at 7:25 pm in reply to: non admin get "error 404 page not found" on listing preview #55823Hi,
I see GD disabled? After a quick look most GD pages appear to be missing.
Let me know,
Thanks
Hi,
if you notice you had a space after the tab index.
$new_tab_array['reviews'] = $tab_array['reviews '];// set in new arrayThat shouldn’t be there. I changed it to:
$new_tab_array['reviews'] = $tab_array['reviews'];// set in new arrayand it works.
Thanks
Hi,
you must have a newsletter plugin that is hooking in the wordpress filter the_excerpt.
Please try to disable all your non GD plugins and see if that solves your problem.
If it does, re enable and test one by one until you find the culprit.
If that doesn’t help, we will look at your settings.
Thanks
HI,
that depends on the theme. Some have fixed width, some have the upper part full width and the lower part boxed.
If you give me a bit more details about what you want to achieve, I may be able to assist.
Thanks
Hi,
by adding this to your theme’s functions.php file:
remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);Let us know how you went,
Thanks
No that is not possible. Loading the map is quite heavy, so we save bandwidth and all the extra work if no results are found.
Thanks
October 5, 2015 at 6:18 pm in reply to: Selecting Multiple Categories/Sub-Categories and Locations #55812Hi,
that is not possible, sub-catgeories are counted just like categories.
Thanks
You are welcome 🙂
October 5, 2015 at 6:08 pm in reply to: Selecting Multiple Categories/Sub-Categories and Locations #55809I’m really sorry, I meant you can’t.
I’ve corrected my sentence.
Thanks
October 5, 2015 at 5:51 pm in reply to: Change Sidebar item position from below to upper part #55806You are welcome!
-
AuthorPosts