Shape 5

Joomla Templates => Hosticity - August 08 - Club => : rickwiebe May 15, 2010, 03:40:28 PM



: Template does not display correctly in IE8 under SSL
: rickwiebe May 15, 2010, 03:40:28 PM
1- I am having trouble with the hosticity template displaying correctly in IE when viewing the secure page of my website (https://).  It just shows a background and some text... but no template.  It displays correctly in both firefox and chrome.

2- When I choose "search engine friendly urls" my site display like it does in the problem above with only a background and some unformatted text, and no template or pictures in all browsers including firefox and chrome.

Any ideas?


: Re: Template does not display correctly in IE8 under SSL
: mikek May 17, 2010, 07:10:29 AM
Hello, it sounds like it's not pulling your site's root url correctly. Try editing the template's index.php file and search for:

<?php echo $this->baseurl ?>

and replace it with:

http://www.yoursite.com

Replace all occurrences and replace yoursite with your actual domain.


: Re: Template does not display correctly in IE8 under SSL
: rickwiebe May 18, 2010, 10:42:18 AM
I replaced all instances of <?php echo $this->baseurl ?> with my site url and there was no change.


: Re: Template does not display correctly in IE8 under SSL
: mikek May 18, 2010, 11:54:07 AM
Hello, please post a url of where the problem is occurring. I will need to be able to see the code live to see how it is being called.


: Re: Template does not display correctly in IE8 under SSL
: rickwiebe May 19, 2010, 11:26:57 AM
https://riiconhosting.com/clients/cart.php?gid=1


: Re: Template does not display correctly in IE8 under SSL
: mikek May 19, 2010, 02:13:08 PM
Hello, there is an issue with the ssl cert that you are using and it is asking the user to remove any outside links, which is the template's css. The template cannot control the settings of the ssl cert. If you can private message me super admin access I can try to call the css a different way.