[Support request] Problems with jquery

Home Forums Support [Support request] Problems with jquery

Home Forums Support Problems with jquery

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1107154
    COINSI SAS

    Hi Guys !
    I have my site integrated with the jquery.com CDN. I have a button which, when clicking, a tab appears. However, the transition seems to have a problem with the Z-index. I have the priorities well established but I don’t know what happens.

    I leave my website to exemplify the problem. The button is at the bottom right of the screen.

    #1107272
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry I’m not sure why this would be a theme or premium plugin problem?

    Most of your content is coming from Elementor as well.

    Let me know if I’m’ missing something 🙂

    #1107650
    COINSI SAS

    Hi Leo,

    I don’t know. I’m using element’s hooks to add the Jquery Code, but I can’t find information about… I’m working with GP and Elementor. I’m gonnna write to Elementor too.

    #1107937
    Leo
    Staff
    Customer Support

    Sounds like the Jquery code itself is the problem and not GP’s hooks or Elementor.

    #1108687
    COINSI SAS

    This is the Jquery code I’m using:

    <script>
    $(document).ready(function(){

    $(‘#hidden-1’).hide();
    $(“.fa-question-circle”).click(function(){
    $(‘#hidden-1’).toggle(“fast”);
    });
    });
    </script>

    #1108728
    Leo
    Staff
    Customer Support

    Where did you get the function from?

    We can’t really help with custom functions that aren’t part of the theme and premium plugin.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.