Reply To: Add map shortcode to a template's tabbed content … not working

Home Forums MapPress Support Add map shortcode to a template's tabbed content … not working Reply To: Add map shortcode to a template's tabbed content … not working

#12472
Chris
Keymaster

Hi,

The template’s tabs are using jQuery – but they aren’t using the jQuery UI tabs library.

You’ll probably be better off just using the Post UI Tabs version.  But if you or the template author want to edit the existing javascript, the command to ‘redraw’ the map is just as listed in the FAQ:

mapp0.resize();

You would need to put it inside the click() function in the code you provided.