Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: OWN OPEN/CLOSE BUTTON
    leonyl
    Participant

    Hey, yea the script ist the same. it was something missing:

    in a href -> javascript:void(0);

    Thank you for your time.

    best regards Leon

    in reply to: OWN OPEN/CLOSE BUTTON
    leonyl
    Participant

    Hello Aakash,

    i received right now a snippet of a friend and I think it works:

    What do you say?

    <div align=”center” id=”ufw_1″>
    </div>

    <script>
    jQuery(‘.btn_reservieren’).click(function(){
    jQuery(‘#ufw_1 .ufw_btn’).trigger(‘click’);
    });
    </script>

    Best Leon

    in reply to: OWN OPEN/CLOSE BUTTON
    leonyl
    Participant

    Hello Aakash,

    i tried the last days different ways of funcion trigger click on event, but it was not possible for me to find the right x-browser solution. It would be nice to help me by my config of my template css button to slide your panel.

    Best regards
    Leon

    in reply to: OWN OPEN/CLOSE BUTTON
    leonyl
    Participant

    no, your editor is deleting a part of my scripting… can i mail it to you ?

    in reply to: OWN OPEN/CLOSE BUTTON
    leonyl
    Participant

    wow something is missing .. this is right:

    <script>
    jQuery(‘button’).click(function(){
    jQuery(‘#ufw_1 .ufw_btn’).trigger(‘click’);
    });
    </script>

    <div id=”ufw_1″>
    </div>

    in reply to: OWN OPEN/CLOSE BUTTON
    leonyl
    Participant

    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

Viewing 6 posts - 1 through 6 (of 6 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms