Hey I found the below javascript code to working for the tabs but doesnt work. Can you let me know what I have to include on WPViews.view_addon_maps.reload_map().
jQuery(document).ready(function(){
jQuery(document).on('click', '.сontact-us__adress li > a', function () {
var timeoutID = window.setTimeout( function(){
WPViews.view_addon_maps.reload_map('js-wpv-addon-maps-render-map-170');
}, 200 );
});
});
Hello. Thank you for contacting the Toolset support.
In general, you should pass the map-id to the reload_map() function but based on the code you shared, I can see that you have a dynamic map ID: map_id="map-[wpv-post-id]"
Can you please share problem URL where you added the map as well as admin access details so I can see what the map is not get rendered.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
There was a theme conflict as your theme also having a CSS class namely fade and it was affecting the output.
I just removed the fade class from your following view's Loop Editor section and content template and I can see map is just displayed as expected.
=> hidden link