Moving site to root created issues
Permalink
Hi Guys,
I have just launched a site today and there is some weirdness happening.
Beta/Test site Here
http://www.grandtheatre.com/new_site/...
Live Here:
http://www.grandtheatre.com/
The issue is mainly with the javascripting. For some reason when the site is at the root level a few of the js things don't work.
Anyone one ever had this issue before??
And of course the kicker is that the issues are only in IE.
But only on the root site, not the beta.
Thanks for any help
John
I have just launched a site today and there is some weirdness happening.
Beta/Test site Here
http://www.grandtheatre.com/new_site/...
Live Here:
http://www.grandtheatre.com/
The issue is mainly with the javascripting. For some reason when the site is at the root level a few of the js things don't work.
Anyone one ever had this issue before??
And of course the kicker is that the issues are only in IE.
But only on the root site, not the beta.
Thanks for any help
John
what are the exact issues
There are two sections of the home page that are basically scrollers. The left side has a few images that should fade in and out and the right side should push to the left to show 3 performances.
I also just discovered that in edit mode I cannot access the blocks in IE. This must be a weird js error, but I can't figure it out why it would work in a sub folder and not at the root?
For some reason I keep coming back to the config/site file....
I also just discovered that in edit mode I cannot access the blocks in IE. This must be a weird js error, but I can't figure it out why it would work in a sub folder and not at the root?
For some reason I keep coming back to the config/site file....
Not sure if this will be of help to you but maybe try setting a base URL with
This should work in both your your beta and root sites
<base href="http://<?= $_SERVER['HTTP_HOST']. DIR_REL.'/' ?>" />
This should work in both your your beta and root sites