skip to Main Content

First I must say that this is a really great page, i found a lot of answers here already before. Also, excuse my english, there will probably be some mistakes 🙂

So, in order to speed up and make a good SEO on my website, I did a lot of things…The page runs on Opencart 2 system with theme Lamby and bunch of mods..
Probably one of them is now backfiring with problems which I’m getting when accessing this page in Internet explorer.

Funny part is that, I also made a page for my girl and on here page there are no problems with Internet explorer and I am using the same opencart theme.(her url: http://www.unikatnisvet.si/)
So, the problem comes when accessing my main page on internet explorer on product page, some category pages…
I already found some guys on fiverr trying to fix this, but none of them successed or they were too expensive for my starting budget.
So now, I am asking you, good people of CSS and masters of internet, what is your idea, how to fix this…Problem seems to be on all version of IE.

It is realy disturbing because still a lot of my customers use IE….
Thank you, grazie, dankeschon, merci!

(I looked and try to find an answer, but as newbie I am, i didn’t understand them)

2

Answers


  1. Chosen as BEST ANSWER

    So, I solved my Internet explorer problem and i will tell you what it was, so maybe it can help someone else in the future. The adresses of scripts and links in header should always start like this: ..//catalog/...... So, what is important is that before slashes, there should be double dots. internet explorer reads this as root.

    So if you have similar problem and it only happens in internet explorer, try adding two dots in the front of adress of scripts.

    Page: https://www.misaron.si/ Regards,


  2. Haven’t done much analysis on your problem, but IE is reporting a lot of the same error: The value of the property '$' is null or undefined, not a Function object. This looks like a problem with jquery not loading properly or something like that

    Can you try to put all your jquery code inside the $(document).ready(function() {} function?

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search