Archived topic
Problems with jquery
5 replies · Started by COINSI SAS on December 17, 2019
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.
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 :)
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.
Sounds like the Jquery code itself is the problem and not GP's hooks or Elementor.
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>
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.