• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Conflicting Scripts?

kyle789

Chevereto Member
I've been testing LePopup(http://codecanyon.net/item/lepopup/1430147) on the viewer(for some image links) and it works perfectly however when I upload multiple images and get transferred to ?uploaded it's just one image. Basically the usual thumbnails and codes are not there.

This only happens with the LePopup scripts.

Can anyone tell me how to stop Chevereto conflicting with LePopup?

Cheers.
 
kyle789 said:
I've been testing LePopup(http://codecanyon.net/item/lepopup/1430147) on the viewer(for some image links) and it works perfectly however when I upload multiple images and get transferred to ?uploaded it's just one image. Basically the usual thumbnails and codes are not there.

This only happens with the LePopup scripts.

Can anyone tell me how to stop Chevereto conflicting with LePopup?

Cheers.

Can you please post your website url, it must be a javascript conflict, and well, we will be able to see it with a console 😉
 
I sent you the URL via PM.

I don't want people visiting yet so I didn't want to post it on here 😉
 
I did a console and I get "Uncaught TypeError: Object [object Object] has no method 'validate'" on "peafowl.php"

Any ideas what I should do?
 
So in case anyone runs into problems like I did with the above...

Add
Code:
$.noConflict(true);
BEFORE your closing script tag </script>

🙂
 
Back
Top