Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2018-10-16 11:11:36
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
submenu not sliding correctly with safari
client complains that if she opens the site submenu under “TEENINGUD” doesn’t show up, but afterwards does. it happens only in opening. and she uses safari browser. could anybody take a look with safari? i don’t own myself.
code i use for submenu:
if($(window).width() >= 1000){
$('#main-menu li:has(.dropdown-menu)').hover(function () {
$(this).find('ul').slideToggle(200);
});
}
any ideas?
Offline
Re: submenu not sliding correctly with safari
Works for me. – Safari Version 12.0 (12606.2.11)
is the client using any extensions that might block the script?
…. texted postive
Offline
#3 2018-10-17 07:24:15
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: submenu not sliding correctly with safari
bici wrote #314619:
Works for me. – Safari Version 12.0 (12606.2.11)
is the client using any extensions that might block the script?
don’t know, i have to ask.
but as i said previously – it happens only on opening of the site. that is wierd for me…
safari users, please test it
Last edited by Gallex (2018-10-17 07:27:38)
Offline
Re: submenu not sliding correctly with safari
Dunno what is going on on your client’ side. Is that happening always or only when no assets are cached?
Could it be that the loading of that large image is blocking something? It was very slow to load here. But I didn’t see any delay in the opening of the submenu. (Safari 12 / macOS 10.14).
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#5 2018-10-18 10:23:41
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: submenu not sliding correctly with safari
client said: version 12, no extensions and it seems to her that it worked at the very beginning, but not totally sure…
Offline
Re: submenu not sliding correctly with safari
When I first looked at the site, the menu was a bit jumpy, opening and closing in rapid succession when you triggered it. I wanted to record it for you, but I haven’t managed to make it happen again, so it’s rare. If you try nudging the menu item you can sometimes make it happen again but it doesn’t happen easily. Also on Safari 12.
You could ask your client to close the existing windows, then in Safari to open Settings › Privacy, click on “Manage websites”, enter the name of kathyuhtjarvpilates
into the search box and then, once it shows up in the list, to “remove everything”. That clears everything out of the cache, cookies etc. Then revisit the site afresh…
TXP Builders – finely-crafted code, design and txp
Offline
#7 2018-10-25 06:38:28
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: submenu not sliding correctly with safari
jakob wrote #314636:
You could ask your client to close the existing windows, then in Safari to open Settings › Privacy, click on “Manage websites”, enter the name of
kathyuhtjarvpilates
into the search box and then, once it shows up in the list, to “remove everything”. That clears everything out of the cache, cookies etc. Then revisit the site afresh…
this helped – tnx, jakob!
Offline