Paolo
Forum Replies Created
-
AuthorPosts
-
Please reply to the question:
Please tell me how to recreate the problem, i doubt the change i did would affect this.
Thanks
Entirely functions.
The map if added to the sidebar should have args for both the preview page and the actual listing detail page.
If you check this article it should be clearer: https://wpgeodirectory.com/remove-tabs/
You will see 2 conditional check, 1 for the detail page and 1 for the preview page:
line 17
if (geodir_is_page('detail')) {line 64
} elseif (geodir_is_page('preview')) {Hope this helps.
Thanks
February 12, 2016 at 7:26 pm in reply to: Not setting address on map correctly when entering address in detail post #121421Hi,
in GeoDirectory >> MultiLocations you have:
1) Enable default country, which means users will be able to submit listings only in the United States
2) Enable Multi regions, which means users will be able to submit listings in any region of the USA
3) Enable default city, which overrides the 2 above and restrict users to listing on in your default city.
Given that all your listings appear to be in Kentucky, the optimal settings for you would be.
1) Enable default country.
2) Enable default region.
3) Enable selected cities: Campbellsville, Bardstown, Hodgenville, Mammoth Cave
This way users will be able to only submit listings in USA >> Kentucky >> Campbellsville, Bardstown, Hodgenville, Mammoth Cave
Let us know if this is what you were looking for.
Thanks
February 12, 2016 at 7:19 pm in reply to: Facebook (GD Social Like Widget) not counting in Google Chrome #121419Hi,
in that case 1 is the home page and the other is the location page. They use the same widgets, but they are not the same page.
Thanks
Hi,
the error is on their plugin:
TypeError: jQuery(...).dialog is not a function http://9c0.0fa.myftpupload.com/wp-content/plugins/users-ultra-pro/js/expandible.js Line 903Did you ask for support to the plugin author?
Let us know,
Thanks
Hi,
something was changing the post id so we modded the code to make sure this problem will not occur again.
next releases will include this mod, so you don’t have to worry about it.
Let us know,
Thx
This reply has been marked as private.Hi,
please provide a link and admin credentials and we will check your settings.
Thanks
Hi,
are settings for GD Pages in GD >> permalinks all selected?
Are all GD Pages published? You can check that in GD tools running the Check GD Pages utility.
If this doesn’t help, we will need admin credentials in a private reply.
Let us know,
Thanks
HI,
this is currently not possible. The home of a CPT is it’s index : site.com/places
and indexes are paginated, otherwise they would take forever to load when manyy listings are in the database.
Thanks
Hi,
here you have an overview https://wpgeodirectory.com/docs/search-filters-overview/
and here an example: https://wpgeodirectory.com/docs/advanced-search-filters-addon-search-by-distance/
Did you see those?
Let us know how you went,
Thanks
Hi,
I’ve just tested this snippet and it works:
function my_infowindow_blank($html, $postinfo_obj, $post_preview){ if (isset($postinfo_obj->post_id)) { $html = str_replace("<a","<a target='_blank' ",$html); } return $html; }If you provide wp admin credentials I’ll check if you are adding it correctly.
Let us know,
Thanks
Yes,
but you are asking for the “filter category” string and that is not available in any of our demo, because that is added by Kleo theme.
Thanks
Hi,
that is something that I requested during development and we were not able to do it without making major changes to how the data is stored.
Images are stored with post id, so it is difficult to match the main listing images & the franchise listings images.
The problem here is that when any listing is updated whether it is main or franchise, it updates the images because of the non-matching IDs and creates a mess.
If you are able to find a solution hat we missed, let us know and we will implement it…
I’m sorry.
Hi,
normally if it works for the admin it works for anyone, can you please provide a link and admin credentials in a private reply? We’ll have a look.
thanks
-
AuthorPosts