Posted - 10/19/2022 : 16:02:46
Hi Kevin, I had initially tried the site too, but it was not loading. Just now, I checked it and there is (as Vince suggests) as Javascript error on the cart page. It's related to "FlexSlider" and assuming you have this FlexSlider, it's probably not something you need on the cart page.
Javascript errors can stop other JavaScript on the page from working and this may be your issue.
There are actually 2 errors showing and on your cart page, if you right click and select "inspect" and then view the "console", you can see the errors there.
I see the following "The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect." and "Uncaught ReferenceError: SyntaxHighlighter is not defined" which is related to the flexslider.
The first one, you have the following at the top of your pages <!DOCTYPE html><html>
Try changing that to
<!doctype html> <html lang="en">
Thanks, David
Thanks, David
Edited by - dbdave on 10/19/2022 16:03:51
|