- Posts: 14116
- Thank you received: 1639
Problem in Opera, Internet Explorer and fireox
-
yiannisps
Inactive member -
Topic Author
- Visitor
-
12 years 5 months ago - 11 years 5 months ago #21719
by yiannisps
Problem in Opera, Internet Explorer and fireox was created by yiannisps
I tried hot start installation and only template. The problem is that is working fine only in chrome browser. Opera, firefox, internet explorer are all crashing. Am sending you an image to see what i mean.
I also tried to install HOT Full Carousel and HOT Film Tape in another template but they didnt work. What am doing wrong??
I also tried to install HOT Full Carousel and HOT Film Tape in another template but they didnt work. What am doing wrong??
Last edit: 11 years 5 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
12 years 5 months ago #21721
by ivan.milic
Replied by ivan.milic on topic Problem in Opera, Internet Explorer and fireox
We would need to see your link
Please Log in to join the conversation.
-
yiannisps
Inactive member -
Topic Author
- Visitor
-
12 years 4 months ago #21769
by yiannisps
Replied by yiannisps on topic Problem in Opera, Internet Explorer and fireox
I realized that in my pc (localhost, windows 7, XAMPP) new templates (sparky) are not working correct. When i hosted one of them it works properly. Do you have any idea what is wrong with my pc?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #21772
by ivan.milic
Replied by ivan.milic on topic Problem in Opera, Internet Explorer and fireox
Can you check if line 15 in index.php of template looks like this:
$template_path = $this->baseurl.'/templates/'.$this->template;
if it looks like this:
$template_path = $this->baseurl.DS.'templates'.DS.$this->template;
re-download template
$template_path = $this->baseurl.'/templates/'.$this->template;
if it looks like this:
$template_path = $this->baseurl.DS.'templates'.DS.$this->template;
re-download template
Please Log in to join the conversation.
-
Darko
Inactive member -
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 4 months ago - 12 years 4 months ago #21834
by Darko
Replied by Darko on topic Problem in Opera, Internet Explorer and fireox
I want to solve the same problem. In my line 15 looks like this:
$template_path = $this->baseurl.'/templates/'.$this->template;
Awaiting advice. In Mozilla icon does not work in IE and Chrome do. It was not until I started my own site but a problem.
This is how the link to the logo.
src="http://localhost/Darkofilm/templates/hot_cinema%5Cimages%5Cdarko.png"
It should look like:
src="http://localhost/Darkofilm/templates/hot_cinema/images/darko.png"
%5C on the surplus in Mozilla.
Sorry for my English.
$template_path = $this->baseurl.'/templates/'.$this->template;
Awaiting advice. In Mozilla icon does not work in IE and Chrome do. It was not until I started my own site but a problem.
This is how the link to the logo.
src="http://localhost/Darkofilm/templates/hot_cinema%5Cimages%5Cdarko.png"
It should look like:
src="http://localhost/Darkofilm/templates/hot_cinema/images/darko.png"
%5C on the surplus in Mozilla.
Sorry for my English.
Last edit: 12 years 4 months ago by Darko.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #21843
by ivan.milic
Replied by ivan.milic on topic Problem in Opera, Internet Explorer and fireox
To je do bug-a u skorasnjem izdanju templejta. Otvori:
templates\hot_cinema\library\logo.php
...
<img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
....
.DS. zameni sa .'/'.
templates\hot_cinema\library\logo.php
...
<img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
....
.DS. zameni sa .'/'.
Please Log in to join the conversation.
Time to create page: 0.162 seconds