Vikas
Forum Replies Created
-
AuthorPosts
-
Next time this message will say something like this.
‘Click to Delete all posts of (gd_gd_dining) post type. If you don’t delete posts of this post type now and create a same name post types in future then all the posts will be assigned to (gd_gd_dining) post type again.’
Thanks for spotting my mistake.
Sorry for this wrong message. I will write correct message in next release.
Thanks
🙂
Hi,
I am looking into it, i will update u asap.
Thanks
Plz send me ftp and database access too. I will check it tomorrow for sure.
Thanks
Hi,
Are u able to post the link of that page which u see at the end every time?No those options are not available at this moment. U can post it on Request list, we will definitely consider it if enough votes are collected.
Thanks
You should not publish them.
Anyway i have fixed the location issue by doing few changes in database.
Plz have a look and let me know ur comments.Thanks
No, That is only a home map type widget.
U can use multiple home map type widget on a same or other page.Hi,
It can be done very easily by using a filter on a hook available to change map options.
U need 3 things to make it work.
1. Activate the marker cluster ad-on (Must).
2. Get a correct ID for the map canvas , it will be ‘geodir_map_v3_listing_map-1’ for listing map. To double check this plz do view source of the listing page and search for<section id="geodir_map_v3_listing_map
, now plz check correct number after ‘geodir_map_v3_listing_map’, probably it will be -1 or may be -2 depends on how many listing map widgets u have on that page.
3. Put this piece of code in ur theme functions.php file
add_filter('geodir_map_options_geodir_map_v3_listing_map_1' , 'geodir_apply_cluster_on_listing_map') ; function geodir_apply_cluster_on_listing_map($map_options) { if(isset($map_options['enable_marker_cluster'])) $map_options['enable_marker_cluster'] = true ; return $map_options ; }
in above piece of code ‘geodir_map_options_geodir_map_v3_listing_map_1’ this name will be changed as per the canvas name u find on ur page when u do view source.
in that name ‘geodir_map_options_’ is fixed and ‘geodir_map_v3_listing_map_1’ is name of map canvas name.Plz let me know if everything is clear and when u applied it worked too.
Thanks
Hi,
Plz put this code snippet in WP-admin > Geodirectory > Designs > Scripts >
Header script code textarea:
<script> jQuery(document).ready(function(){ if(jQuery('.geodir-filter-container .customize_filter').length){ jQuery('.geodir-filter-container .customize_filter').show(); jQuery('.geodir-search input.geodir_submit_search').hide(); jQuery('.geodir-search input.showFilters').hide(); } }); </script>
Hi,
It seems that somehow u have deleted default location page created by GD.
Plz send me ur wp-admin login detail and database(phpmyadmin) access in private reply if possible.Thanks
Hi,
I am not sure what is the problem there at ur end. When i checked it, its working fine for me.
i just see few notices related to WooCommerce and avada child theme.Please advise ?
Hi,
Site link and admin login detail in private reply please.Thanks
I checked backend and found that u haven’t upgraded plugins to latest version.
Plz take backup of current and upgrade it to latest version.
Thanks
-
AuthorPosts