Topic: xml.... [SOLVED]

I started to install an new site last Friday.

I downloaded Drupal 7.38 and Juicebox v1.4.4 Pro.

Up till Monday evening everything was working fine in all kind of browsers. Coding as prescripted by you.

Since yesterday IE Explorer 11 refuses to project the slideshow. Edge, Chrome and Firefox are OK.

Everything running under Windows 10.

What can I do? Same problem tablet.

This is my site: www.joaqimb.be

Thanks for reply.

Re: xml.... [SOLVED]

Are you perhaps trying to view your gallery using http://joaqimb.be instead of http://www.joaqimb.be?
You have hardcoded the 'www' subdomain into the paths in your embedding code so your gallery will display only when using the 'www' subdomain.
Please see this FAQ for details and a solution.
My gallery works on 'www.example.com' but not on 'example.com' (or vice versa). Why?

In your case, paths such as the following should work fine:

<script src="/JbMuzeuml/jbcore/juicebox.js"></script>
baseUrl: "/JbMuzeuml/",

(The leading slash in the paths denotes your root directory.)

Hopefully this will solve your problem.

Re: xml.... [SOLVED]

STEVEN, YOU ARE RIGHT !!!!

This is so silly. I really couldn't find what went wrong.

When I surfed on the other browsers, I typed in the full address. Thing I did not do by testing :(

Many thanks!!!! It's such a fine software, which I'm happy to use.

Kind regards.

Re: xml.... [SOLVED]

I'm glad you've got things working.
Thank you for posting back to let me know.