- This topic has 24 replies, 3 voices, and was last updated 1 year, 7 months ago by
Maria Do.
-
AuthorPosts
-
-
October 5, 2021 at 7:08 pm #100182
raulgarciaherreraParticipantHi, Spyro team from Spain ..
Very happy with your Haswell theme, everything works fine and very good at pagespeed rating, will use the theme in next projects, thank you very much for it..Just to say I need help with a problem we’ve found when clickin an anchor item in menu in mobile, the menu keeps open instead of closing it, so we can’t see below. It has to be manually closed (clicking the hamburger).
Can you help on a way to close the menu after clic in mobile?
Thank you very much in advance,
Raúl -
October 6, 2021 at 2:21 pm #100184
Maria DoKeymasterThank you so much for your appreciation!
Please send the following information to get the support faster:– FTP’s information
– Site’s URL
– WordPress admin account
– License certificate image:http://prntscr.com/o8tck1.
We will take a look and help you with this.
Regards! -
October 6, 2021 at 9:51 pm #100223
jasonvatersParticipantI am facing the same issue and would love to know the resolution.
-
October 6, 2021 at 10:06 pm #100224
raulgarciaherreraParticipantThis reply has been marked as private.-
October 7, 2021 at 7:40 am #100272
Maria DoKeymasterPlease send it again to info.spyropress@gmail.com
Thank you!
-
-
October 7, 2021 at 1:09 pm #100281
raulgarciaherreraParticipantSent, thanks a lot!
-
October 13, 2021 at 10:38 pm #100502
jasonvatersParticipantHello Maria – Was there a resolution for this issue?
-
October 14, 2021 at 6:47 pm #100524
jasonvatersParticipantThanks Maria
-
October 16, 2021 at 4:24 pm #100588
Maria DoKeymasterHi again
Please go to edit main.js file and replace the old code by this below code:
if(window_width <= 1024){ $('body').on('click', '.menu-main-menu li a', function(e){ var hrf = $(this).attr('href'); if( hrf.indexOf('http') == -1 ){ $('#cshero-menu-mobile').trigger('click'); } }); } Thank you!
-
-
October 17, 2021 at 1:04 am #100598
raulgarciaherreraParticipantHi, Maria ..
it seems it’s working fine now!
Thank you very much for your help .. you’re great! -
January 26, 2022 at 3:09 am #102421
jasonvatersParticipantSorry, I’m just getting a chance to revisit this. Thank you so much, but can you tell me what code in main.js that the new code replaces?
Jason
-
January 27, 2022 at 6:16 am #102481
Maria DoKeymasterIs this the code you are looking for:
Please go to edit main.js file and replace the old code by this below code:
if(window_width <= 1024){ $('body').on('click', '.menu-main-menu li a', function(e){ var hrf = $(this).attr('href'); if( hrf.indexOf('http') == -1 ){ $('#cshero-menu-mobile').trigger('click'); } }); } -
January 27, 2022 at 6:31 am #102482
jasonvatersParticipantThanks Maria.
Do I use this code to replace the entire main.js file, or just a certain section within it? If it’s just a section, can you tell me which part of the old code this new code would replace?
Thanks again,
Jason -
February 1, 2022 at 9:26 pm #102577
jasonvatersParticipantHello Maria – Just following up the question above. Thanks!
-
February 14, 2022 at 5:58 pm #102796
jasonvatersParticipantCan you tell me what the corresponding code is? There doesn’t seem to be anything similar in my main.js file.
Jason
-
February 17, 2022 at 10:49 pm #102874
jasonvatersParticipantThis reply has been marked as private. -
February 24, 2022 at 11:54 pm #103046
jasonvatersParticipantThanks for the help! The menu is now working!
-
-
AuthorPosts
- You must be logged in to reply to this topic.