Home › Forums › Quform PHP › Conflict with other Javascript on page
- This topic has 6 replies, 2 voices, and was last updated 10 years, 8 months ago by Tagtom.
- AuthorPosts
- April 1, 2014 at 11:01 am #9400TagtomParticipant
Hello,
I successfully installed QUFORM on my contact page (<a href=”delaquis-antiques.com/contact.php”, but now my sticky footer button is no longer working…This is the script with the html necessary to create the button:
// Show or hide the sticky footer button
$(document).ready(function() {
$(window).scroll(function() {
if ($(this).scrollTop() > 200) {
$('.go-top').fadeIn(200);
} else {
$('.go-top').fadeOut(200);
}
});// Animate the scroll to top
$('.go-top').click(function(event) {
event.preventDefault();$('html, body').animate({scrollTop: 0}, 300);
})
});Unfortunately, I’m not a Javacript expert, but when I deactivate the js plugins for QUFORMS, my button works again.
Can you help?
Thanks in advance,
Stephan
April 2, 2014 at 9:19 am #9407AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 2, 2014 at 9:34 am #9408TagtomParticipantHi Ally,
I took the script out as you suggest, but then my photo slideshow didn’t work anymore. Any other suggestions? Thanks in advance,
Stephan
April 2, 2014 at 10:02 am #9412AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 2, 2014 at 10:25 am #9413TagtomParticipantHi Ally,
Thanks for your quick reply. (It’s odd that the slideshow wasn’t working for you… did you refresh your browser?) I’ve taken out the script again as requested. The slideshow is no longer working, and neither is the sticky button. Thanks in advance, Stephan
April 2, 2014 at 10:41 am #9414AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 2, 2014 at 10:55 am #9415TagtomParticipantHi Ally,
Wow, it works! Right on the nose, wow!
Thanks again for your help and all the best,
Stephan
- AuthorPosts
- You must be logged in to reply to this topic.