- Posts: 75
- Thank you received: 0
Problem with menu, only on SAFARI
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
9 years 8 months ago #45656
by underground1
Problem with menu, only on SAFARI was created by underground1
Hi,
I have problem with main menu, on safari. Domain of our test web page is here: www.kreatikgroup.si/alive
And here are the screenshots of broken menu on Safari:
shrani.si/f/E/7a/1FlpSLop/1/screen-shot-2015-07-22-a.png
shrani.si/f/4/H4/3V7OVnAs/1/screen-shot-2015-07-22-a.png
We experienced this problem only on safari. Please help.
Regards!
I have problem with main menu, on safari. Domain of our test web page is here: www.kreatikgroup.si/alive
And here are the screenshots of broken menu on Safari:
shrani.si/f/E/7a/1FlpSLop/1/screen-shot-2015-07-22-a.png
shrani.si/f/4/H4/3V7OVnAs/1/screen-shot-2015-07-22-a.png
We experienced this problem only on safari. Please help.
Regards!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #45658
by ivan.milic
Replied by ivan.milic on topic Problem with menu, only on SAFARI
Can you explain in words how problem manifests.
I can not see anything strange from snapshots
I can not see anything strange from snapshots
Please Log in to join the conversation.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
9 years 8 months ago #45661
by underground1
Replied by underground1 on topic Problem with menu, only on SAFARI
I am attaching another screenshot with comment. This happens when you scroll down and then UP. Menu changes their looks (position, brake).
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #45666
by ivan.milic
Replied by ivan.milic on topic Problem with menu, only on SAFARI
Hi open:
templates/hot_startup/js/floating_row.js
after this line:
var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
insert :
isSafari = false;
refresh few times for new script to load in browser.
templates/hot_startup/js/floating_row.js
after this line:
var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
insert :
isSafari = false;
refresh few times for new script to load in browser.
Please Log in to join the conversation.
-
underground1
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 75
- Thank you received: 0
9 years 8 months ago #45667
by underground1
Replied by underground1 on topic Problem with menu, only on SAFARI
Thanks, it is working now!
Regards
Regards
Please Log in to join the conversation.
Time to create page: 0.196 seconds