- Posts: 2
- Thank you received: 0
Google Chrome display errors
-
Silkman
Inactive member - Topic Author
- New Member
Less
More
12 years 3 months ago - 12 years 3 months ago #21726
by Silkman
Google Chrome display errors was created by Silkman
Following the installation guidance (template_installation.pdf), template and Joomla 2.5 installed correctly in our hosting platform (Windows server running Plesk 11). Unfortunately demo content has display problems on Google Chrome browser. With IE8 is working perfectly.
Link sent by Report to Moderator button
Attachment Chrome_2012-09-23.gif not found
Link sent by Report to Moderator button
Attachments:
Last edit: 12 years 3 months ago by Silkman.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21732
by ivan.milic
Replied by ivan.milic on topic Google Chrome display errors
Open index.php of template, around line 12 you will see:
$template_path = $this->baseurl.DS.'templates'.DS.$this->template;
replace that with:
$template_path = $this->baseurl.'/templates/'.$this->template;
$template_path = $this->baseurl.DS.'templates'.DS.$this->template;
replace that with:
$template_path = $this->baseurl.'/templates/'.$this->template;
The following user(s) said Thank You: Silkman
Please Log in to join the conversation.
Time to create page: 0.179 seconds