Home › Forums › WoodMart support forum › Unwanted Transition With Full Width Navigation Drop-down Menu
Unwanted Transition With Full Width Navigation Drop-down Menu
- This topic has 8 replies, 2 voices, and was last updated 4 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 10, 2024 at 6:22 pm #604172
princewoodParticipantHi,
I used a full width navigation drop-down menu for my website. But I found there are always some texts left on the screen for about 0.5 seconds. Please check my site link and attached files so you will see what I mean. I would like to remove it but it’s very difficult for me to locate it. Could you help me?
Best regards,
SimonAttachments:
You must be logged in to view attached files.October 11, 2024 at 10:26 am #604301
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
October 11, 2024 at 2:20 pm #604425
princewoodParticipantHi, Please check the login details in private content
October 11, 2024 at 3:56 pm #604461
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say your admin login URL Redirect to the account page after login to your site So, i am unable to login your site. Please give me the site access so i will check and give you a possible solution.
Best Regards.
October 12, 2024 at 10:55 pm #604635
princewoodParticipantHi,
I tried to login with the provided url and credentials and it works. Could you send me a screen capture where you stucked?
Best regards,
SimonOctober 14, 2024 at 9:37 am #604743
Aizaz Imtiaz AwanKeymasterHello,
Now the logins are working. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.
Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know I will further check on your site and give you a possible solution.
Best Regards
October 14, 2024 at 3:13 pm #604880
princewoodParticipantHi,
I tried to deactive all unnecessary plugins and only leave Elementor, Woocommerce and Woodmart Core active. I still have the same issue. Could you look into the reason or just send me a CSS code to solve this issue?
Best regards,
SimonAttachments:
You must be logged in to view attached files.October 14, 2024 at 3:44 pm #604895
princewoodParticipantI think I found the reason. The reason was my CSS. I used the code below to have a transparency for the dropdown menu. How can I set the transparency without having any issue?
div .color-scheme-dark {
opacity: 0.96 !important;
}October 15, 2024 at 9:01 am #605009
Aizaz Imtiaz AwanKeymasterHello,
You can adjust the transparency without the text delay issue by trying this CSS. Try to use this custom css.
div .color-scheme-dark { background-color: rgba(0, 0, 0, 0.96) !important; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register