- Posts: 11
- Thank you received: 0
look for Smartphon-Templeate Fitness
-
jecl6607
Inactive member - Topic Author
- New Member
Less
More
9 years 11 months ago #44230
by jecl6607
Replied by jecl6607 on topic look for Smartphon-Templeate Fitness
I'm testing with OS and Android and I have the same problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #44231
by ivan.milic
Replied by ivan.milic on topic look for Smartphon-Templeate Fitness
Does that maybe happen when you change device orientation while loading page ?
Please Log in to join the conversation.
-
jecl6607
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
9 years 11 months ago #44235
by jecl6607
Replied by jecl6607 on topic look for Smartphon-Templeate Fitness
the problem is presented to me in both positions
thanks..
thanks..
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #44237
by ivan.milic
Replied by ivan.milic on topic look for Smartphon-Templeate Fitness
No I mean hold device still and reload page, tell me if page displays like that in that case
Please Log in to join the conversation.
-
jecl6607
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
9 years 11 months ago #44241
by jecl6607
Replied by jecl6607 on topic look for Smartphon-Templeate Fitness
Yes in both cases "Header1" is not changing to the size of the screen of smartphone with Android and OS. And also if we resize the window in a PC the photo we put in "Header1" stays in the same width and height and doesn't adapt.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 11 months ago #44243
by ivan.milic
Replied by ivan.milic on topic look for Smartphon-Templeate Fitness
Try this, open index.php of template and just above closing of head tag </head> insert this:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(window).trigger('resize');
});
jQuery(window).load(function(){
jQuery(window).trigger('resize');
});
</script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(window).trigger('resize');
});
jQuery(window).load(function(){
jQuery(window).trigger('resize');
});
</script>
Please Log in to join the conversation.
Time to create page: 0.084 seconds