Buttons in footer don't work on mobile

Hi there,

I’m having some trouble getting buttons to work on mobile devices. This is the URL: https://www.tsiba.ac.za/

The two buttons that do not open:

  • Get in touch
  • Find us

I’m using the [button] shortcode.

On desktop, the buttons open popups (using .magnificPopup), but they do nothing on mobile. I tried replacing the popups with normal links, but these also don’t work.

Thanks!

Hi,

It sounds like you might be having an issue with a third party plugin (magnificPopup). Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

I can see you have the following js code

// Enquiry popup in footer
	$('.contact-popup').magnificPopup({
		type:'inline',
		midClick: true
});
// Map popup in footer
	$('.map-popup').magnificPopup({
		type:'inline',
		midClick: true
});

That needs to work in mobile too, please contact the plugin developer.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.