Need some guide to link a <a href> with OFF Canvas

Hey guys. Not sure why but it was working just fine before the last update!

If you click on BOOK NOW in red the OFF Canvas working as supposed to!

What stops working is when you click on BOOK NOW on the top header also if you click on the edge of the orange button (BOOK YOUR APPOINTMENT ONLINE) works just fine BUT if you click on the label of the button, it does not call the OFF Canvas.

Please Advise.

Hi There,

Please try adding the following code under X > Theme Options > JS:

jQuery(document).ready(function($) {
	$('#sliderBookNow').on('click touchend', function() {
		$("#menu-item-426 a").trigger('click');
	});
});

Let us know how it goes!

It did not work. Your suggestion is pointing to something that works right now.

Click on the RED [menu option] [BOOK NOW] so you see the ACTION.

Just to clarify, I am looking for to call “OFF Canvas” from:
-1- the top head section where you see [calendar icon] BOOK NOW
-2- On the slider, there is an orange button. If you click on the edge of the button works but if you click on the label it does not!

problem solved. Thanks. I figure out what was going on!

If you need anything else please let us know.

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