Hello Aakash,
first of al thank you for the great plugin and your support.
The only small issue is the query link on my button. I tried now 1 hour different solutions and no one works and open the left slider.
So it would bei great to give me a helping hand more.
The css display-none i did before, thank you it works, but the click trigger event is not working yet.
Here is my custom div button code– on gdpr rules i can’t paste here the domain of my customer, but can do this by email if it’s important.
This is in the pagebuilder html box and shows it also in the front end source code, but did not open slide.
<script>
jQuery(‘.btn_reservieren’).click(function(){
jQuery(‘#ufw_1’).trigger(‘click’);
});
</script>
<div id=”ufw_1″>
</div>
Hooe you can find the error.
Thanks Leon