Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why Firefox won't load my site?

  • 3 replies
  • 1 has this problem
  • 1 view
  • Last reply by vlafratta

more options

Hello everyone, First time over here,

I recently download the last version of Firefox and others browsers, to check my site, and my surprise was that Firefox does not show the site, it remain loading, but do not display it.

Instead the subfolders, same page but different languages, Firefox works perfectly.

Don't load: https://pixeledthink.com

Do load: https://pixeledthink.com/ES-ES/ https://pixeledthink.com/IT-IT/

Am I missing something here?

Thak you in advance.

V.

Hello everyone, First time over here, I recently download the last version of Firefox and others browsers, to check my site, and my surprise was that Firefox does not show the site, it remain loading, but do not display it. Instead the subfolders, same page but different languages, Firefox works perfectly. Don't load: https://pixeledthink.com Do load: https://pixeledthink.com/ES-ES/ https://pixeledthink.com/IT-IT/ Am I missing something here? Thak you in advance. V.

Chosen solution

SyntaxError in main.js:22:27: missing ] after element list.

Check this line:

navText: ["< span class="icon-chevron-left"> ", "<span class="icon-chevron-right">"],

You have to change double quotation marks surrounding class names to single quotation marks.

Read this answer in context 👍 1

All Replies (3)

more options

Chosen Solution

SyntaxError in main.js:22:27: missing ] after element list.

Check this line:

navText: ["< span class="icon-chevron-left"> ", "<span class="icon-chevron-right">"],

You have to change double quotation marks surrounding class names to single quotation marks.

more options

Note that the main.js on working pages use single quotes all around and the not working page has double quotes, so you can simply use the working version in the main language page.

more options

Thank you so much man! This literally was driving me crazy!

Thank you have a good day.

V.