- Posts: 13
- Thank you received: 0
Responsive o .........
-
chella
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 6 months ago #41839
by chella
Responsive o ......... was created by chella
If I look at the site on my phone the slider is not reduced and the menu does not work. Can you help me?
www.inarcione92.it/joomla
www.inarcione92.it/joomla
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #41847
by ivan.milic
Replied by ivan.milic on topic Responsive o .........
In index.php of template someware at start of <head> section insert this element:
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Please Log in to join the conversation.
-
chella
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 6 months ago #41866
by chella
Replied by chella on topic Responsive o .........
in index.php there is already the <meta name = "viewport" content = "width = device-width, initial-scale = 1.0" /> look at the excerpt:
<! DOCTYPE html>
<html xmlns = " www.w3.org/1999/xhtml " xml: lang = " php echo $ this> language;?>" lang = " php echo $ this> language; ?> ">
<head>
<? php if (preg_match ("/ 2.5 / i", JVERSION)) {?>
<script type = "text / javascript" src = "// ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </ script>
<script type = "text / javascript" src = "// code.jquery.com/jquery-migrate-1.2.1.min.js"> </ script>
<script type = "text / javascript">
jQuery.noConflict ();
</ script>
<? php}?>
<jdoc: include type = "head" />
<? php if ($ loadJqueryUI) {?>
<script type = "text / javascript" src = "// ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"> </ script>
<? php}?>
<meta name = "viewport" content = "width = device-width, initial-scale = 1.0" />
if I insert another <meta name = "viewport" content = "width = device-width, initial-scale = 1" /> after <head> does not change anything.
Must be two or've got to remove one ???
Thanks !!!!
<! DOCTYPE html>
<html xmlns = " www.w3.org/1999/xhtml " xml: lang = " php echo $ this> language;?>" lang = " php echo $ this> language; ?> ">
<head>
<? php if (preg_match ("/ 2.5 / i", JVERSION)) {?>
<script type = "text / javascript" src = "// ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </ script>
<script type = "text / javascript" src = "// code.jquery.com/jquery-migrate-1.2.1.min.js"> </ script>
<script type = "text / javascript">
jQuery.noConflict ();
</ script>
<? php}?>
<jdoc: include type = "head" />
<? php if ($ loadJqueryUI) {?>
<script type = "text / javascript" src = "// ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"> </ script>
<? php}?>
<meta name = "viewport" content = "width = device-width, initial-scale = 1.0" />
if I insert another <meta name = "viewport" content = "width = device-width, initial-scale = 1" /> after <head> does not change anything.
Must be two or've got to remove one ???
Thanks !!!!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #41869
by ivan.milic
Replied by ivan.milic on topic Responsive o .........
Try to change it to:
<meta name = "viewport" content = "width = device-width" />
<meta name = "viewport" content = "width = device-width" />
Please Log in to join the conversation.
-
chella
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
10 years 6 months ago #41872
by chella
Replied by chella on topic Responsive o .........
Meanwhile, thanks for the replies, I have changed but the menu still appears and closes immediately without giving the option to select other menu items
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 6 months ago #41878
by ivan.milic
Replied by ivan.milic on topic Responsive o .........
Are you using some galaxy device???
Please Log in to join the conversation.
Time to create page: 0.174 seconds