Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22088

Clarus Dignus on "[Plugin: Contact Form 7] Not jumping to error message on submit for smartphone width"

$
0
0

I've managed a workaround:

$('.wpcf7-submit').click(function() {
	$('html, body').animate({
		scrollTop: $(".wpcf7").offset().top
	}, 2000);
});

The root of the problem appears to be the positioning of the [response] shortcode.


Viewing all articles
Browse latest Browse all 22088

Trending Articles