- This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by
David.
-
AuthorPosts
-
March 6, 2023 at 3:33 am #2557193
Jason
Hi there,
I moved this below code from my header.php file to a code snippet, and even then it’s causing conflicts where I cant have a members area with woocommerce or even Ultimate membership Pro. As soon as I disable the code snippet, then membership registrations work fine. I’ve been at this thing for 2 weeks now.
Any idea how I can use both the jquery library on my site and not have these conflicts with membership plugins like Woocommerce or UMP?<html>
<head>
<script src=”https://code.jquery.com/jquery-3.6.0.min.js”></script>
<script src=”https://code.jquery.com/ui/1.13.2/jquery-ui.js”></script><link rel=”stylesheet” href=”https://code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css”>
</head>
</html>March 6, 2023 at 5:17 am #2557297David
StaffCustomer SupportMarch 7, 2023 at 5:12 am #2558622Jason
Hi David,
it’s so the the sliders work on the scriptwriter form, https://cheekyfans.com/tester/, as this form will be the main feature of the site, if I don’t have Jquery in there, the sliders disappear.
Ok thanks, I will take a look at the main.js file.
March 7, 2023 at 7:21 am #2558758David
StaffCustomer SupportYeah, that jquery error needs fixing, with that error the browser won’t fire any further jQuery scripts.
March 7, 2023 at 7:29 am #2558767Jason
I replaced the all the ‘$’ with JQuery. Though that hasn’t fixed the conflict, as submitting any posts from the front, client side, doesn’t work.
I can only submit new posts from the home page, as that is immune from the code snippet (below) that holds the Jquery library script tags.head>
<script src=”https://code.jquery.com/jquery-3.5.1.min.js”></script>
<script src=”https://code.jquery.com/ui/1.12.0/jquery-ui.js”></script><link rel=”stylesheet” href=”https://code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css”>
</head>
March 8, 2023 at 4:44 am #2559896David
StaffCustomer SupportIf you right click > inspect the site and check in the browser developers tools > Console there are more errors related to
$variable in jQueryMarch 10, 2023 at 11:15 pm #2563711Jason
Hi David,
Yeah, just been looking the last couple of days. thanks for that
March 11, 2023 at 7:14 am #2563981David
StaffCustomer SupportYou’re welcome
-
AuthorPosts
- You must be logged in to reply to this topic.
