Reply To: Map appearing partially in a toggle

Home Forums MapPress Support Map appearing partially in a toggle Reply To: Map appearing partially in a toggle

#13031
Chris
Keymaster

Strange, I see the toggle taking 2 seconds and the map sizing correctly.

But then the ‘simple toggle’ code fires and closes the toggle control again immediately:

{$(document).ready(function(){$(“h3.symple-toggle-trigger”).click(function(){$(this).toggleClass(“active”).next().slideToggle(“fast”);return false;});

You should try this without using a plugin, and just call the jQuery slidToggle directly.