- Posts: 32
- Thank you received: 0
Scroll to Top Button doesn't work
-
hzarrabi
Inactive member - Topic Author
- Member
Less
More
11 years 1 month ago #34934
by hzarrabi
Replied by hzarrabi on topic Scroll to Top Button doesn't work
But I'm talking about Samsung Galaxy S3 which has not ctrl+F5.
Be sure with my Samsung Galaxy S3 with empty cache and empty cookies doesn't work.
Be sure with my Samsung Galaxy S3 with empty cache and empty cookies doesn't work.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34936
by ivan.milic
Replied by ivan.milic on topic Scroll to Top Button doesn't work
Try this , opem:
layout.css
select.tinynav {
float: right;
width: 40px;
height: 30px;
border: none;
background: #ccc;
text-indent: -9999px;
background: url(../images/tinynav.png);
-webkit-appearance: button;
}
remove:
text-indent: -9999px;
layout.css
select.tinynav {
float: right;
width: 40px;
height: 30px;
border: none;
background: #ccc;
text-indent: -9999px;
background: url(../images/tinynav.png);
-webkit-appearance: button;
}
remove:
text-indent: -9999px;
Please Log in to join the conversation.
-
hzarrabi
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 1 month ago #34938
by hzarrabi
Replied by hzarrabi on topic Scroll to Top Button doesn't work
It doesn't work either.
The Scroll to Top Button become just grayed-out and that's it.
Should I put the line text-indent: -9999px; back in layout.css
Regards
The Scroll to Top Button become just grayed-out and that's it.
Should I put the line text-indent: -9999px; back in layout.css
Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34942
by ivan.milic
Replied by ivan.milic on topic Scroll to Top Button doesn't work
Put it back. We are relay unable to find anything regarding this because it works OK on our mobile devices.
Please Log in to join the conversation.
-
hzarrabi
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 1 month ago #34944
by hzarrabi
Replied by hzarrabi on topic Scroll to Top Button doesn't work
The device should be Samsung 3S with new update v. 4.3 android. Do you have tested it with same version.
I try it with another android ("Wiko" not really famous mark) and with an old version 4.0.4 but it works on this device.
Any investigation is appreciated.
Regards
I try it with another android ("Wiko" not really famous mark) and with an old version 4.0.4 but it works on this device.
Any investigation is appreciated.
Regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago - 11 years 1 month ago #34948
by ivan.milic
Replied by ivan.milic on topic Scroll to Top Button doesn't work
Replace responsive_menu.js with one in attachment.
At bottom of layout.css add flowing code:
UL.bumNav > LI{
display: block;
height: 35px;
width: 50px;
}
UL.bumNav > LI > DIV{
background: url(../images/tinynav.png);
height: 30px;
width: 40px;
}
UL.bumNav > LI UL{
background:white;
padding:15px 10px;
margin:0;
z-index:999999;
border-radius: 15px;
}
UL.bumNav > LI UL LI{
padding:10px 10px;
border-bottom:1px dotted silver;
}
At bottom of layout.css add flowing code:
UL.bumNav > LI{
display: block;
height: 35px;
width: 50px;
}
UL.bumNav > LI > DIV{
background: url(../images/tinynav.png);
height: 30px;
width: 40px;
}
UL.bumNav > LI UL{
background:white;
padding:15px 10px;
margin:0;
z-index:999999;
border-radius: 15px;
}
UL.bumNav > LI UL LI{
padding:10px 10px;
border-bottom:1px dotted silver;
}
Last edit: 11 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.119 seconds