- Posts: 19
- Thank you received: 0
Bug in template
-
rali
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago #4861
by rali
Bug in template was created by rali
For some reason sometimes the template is displaied like this:
I assume that that has something to do with iphone display but I`m not sure.
Some times I have to clean joomla cache and sometimes it needs just some reloads on the page.
We are running the template on latest version of Joomla and we use Firefox 3.6.13
Have you any idea what is going on?
I assume that that has something to do with iphone display but I`m not sure.
Some times I have to clean joomla cache and sometimes it needs just some reloads on the page.
We are running the template on latest version of Joomla and we use Firefox 3.6.13
Have you any idea what is going on?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 11 months ago #4917
by milos
Replied by milos on topic Re: Bug in template
This is layout when you access template with mobile device. However, I checked your site in all browsers and it is displayed normally on computer screen.
Please Log in to join the conversation.
-
rali
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
13 years 11 months ago #4925
by rali
Replied by rali on topic Re: Bug in template
Yes because most of the time its ok.
It makes it very rarely and with one or two refreshes everything is back to normal.
It makes it very rarely and with one or two refreshes everything is back to normal.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 11 months ago #4926
by milos
Replied by milos on topic Re: Bug in template
There's a script in the template that enable and disable mobile layout depending of client. If you'd like to disable this feature edite /templates/hot_restaurant/index.php and around line 15 change
to
Code:
$current_browser = 1;
Code:
$current_browser = 0;
Please Log in to join the conversation.
Time to create page: 0.148 seconds