Home › Forums › WoodMart support forum › Login Dropdown
Login Dropdown
- This topic has 19 replies, 2 voices, and was last updated 4 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
June 2, 2020 at 6:02 pm #200032
psivelParticipantHi,
Suddenly the dropdown login window changed from login_panel_1 to login_panel_2 (see screenshots)… login_panel_1.jpg being taken from my test website which is still ok I have copied the CSS from it to my prod website with no change so it’s not a CSS problem. Can you help me solve this issue ?
Thanks.
Attachments:
You must be logged in to view attached files.June 2, 2020 at 8:41 pm #200084
Elise NoromitMemberHello,
Please remove the copied CSS and check how it works.
Best Regards
June 2, 2020 at 9:03 pm #200090
psivelParticipantTried with no CSS at all, no change.
June 3, 2020 at 7:35 am #200171
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
June 3, 2020 at 9:11 am #200197
psivelParticipantHi,
I have deactivated all the plugins (even tested without woocommerce and WPML) no changes. Since it’s my prod website I have reactivated some important plugins but I have also tested without them (variation swatches, payment gateways Paypal and Redsys, WP Bakery, Slider revolution, My Custom Functions, PW Gift card and Giftable which offers a free gift to my customers). I have also customized /woodmart/inc/functions.php to display product thumbnails in the mobile menu but I have removed all my changes. So now the prod website works with a minimal set of plugins and there is no much more I can do.
I give you the credentials if you can take a look.
Thank you.
PS: It works perfectly on mobile.
June 3, 2020 at 11:35 am #200273
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .menu-simple-dropdown .sub-menu-dropdown{ padding:20px; min-width:300px; }
Best Regards
June 3, 2020 at 11:57 am #200284
psivelParticipantGood thank you. The window size is good but the strings “Sign in” and “Create an Account” are still badly formatted…
June 3, 2020 at 11:58 am #200285
psivelParticipantAnd since the css applies to all dropdowns the WPML language menu is now too large…
June 3, 2020 at 2:47 pm #200338
Elise NoromitMemberHello,
Here is what I see https://prnt.sc/st2uvv The page looks correctly. The drop-down window as well.
Try to replace the code with this one not to be applied to all drop-downs
body .my-account-with-icon .menu-simple-dropdown .sub-menu-dropdown{ padding:20px; min-width:400px; }
Best Regards
June 3, 2020 at 3:31 pm #200352
psivelParticipantOK for the CSS. What I was meaning by “Sign in” and “Create an Account” badly formatted is this (see attachments). Can you correct that for me too please ?
Attachments:
You must be logged in to view attached files.June 3, 2020 at 3:42 pm #200358
psivelParticipantIn fact I told you OK for the CSS but it’s not OK:
Your first code corrects the width problem but all dropdowns have the same width
Your second code doesn’t do anything at all…
June 4, 2020 at 8:12 am #200542
Elise NoromitMemberHello,
I have corrected the сode, now it works. https://gyazo.com/be0df787900986d47245886a37a87027
Best Regards
June 4, 2020 at 9:15 am #200561
psivelParticipantHi,
Your video shows the dropdown for a LOGGED IN user (displaying the list of functions) but I never had any problems with this dropdown. The only problem I had is with the login panel from LOGGED OUT users. I’ve checked again, the width is ok but the string “SIGN IN” and the link “Create an account” at the top of the login panel (for LOGGED OUT user) are still formatted like in the file login_panel_3.jpg I sent you yesterday.
June 4, 2020 at 9:42 am #200570
Elise NoromitMemberHello,
Please provide your screen, I am checking and what I have https://prnt.sc/stkjzk
Best Regards
June 4, 2020 at 10:26 am #200576
psivelParticipantIt is also what I have but what I want is the string “Se connecter” (SIHN IN in english) in uppercase, smaller to the left and the link “Créer un compte” (Create an account) on the right, smaller with the brown link color as it was before and as you can see in the attached file. Don’t you see the difference ?
Attachments:
You must be logged in to view attached files.June 4, 2020 at 1:18 pm #200686
Elise NoromitMemberHello,
You have modified the parent theme. This class is lacking https://prnt.sc/stp52i and this causes the problem. https://gyazo.com/166a1686e8e470a34e3e56e472aed17e
Please upload and activate the default theme and remove the custom CSS I have provided. It would work correctly.
Best Regards
June 4, 2020 at 1:45 pm #200698
psivelParticipantI understand but I don’t remember having modified theme’s files except /inc/functions.php as I told you. Could you tell me in which file this class is located for me to upload it from my backup ?
June 4, 2020 at 2:23 pm #200735
Elise NoromitMemberHello,
Please make the full backup of your theme, export theme settings, and upload the theme from the Themeforest. For future: please install and activate the child theme and add all the customization into it.
Best Regards
June 4, 2020 at 6:03 pm #200791
psivelParticipantOK I thought it would have been easier to replace only the file which causes the issue instead to reinstall the whole thing but anyway…
Should I delete the theme prior to reinstall the Themeforest version or can I just upload the theme to overwrite existing files ?
Are you sure export/import theme settings will work ? I remember that once I did it but nevertheless had to redo all my headers one by one…
June 4, 2020 at 10:36 pm #200832
Elise NoromitMemberHello,
If you know the file you have modified and it is one only, take the file from the initial theme and upload instead of modified, sure it would be easier and quicker. In any case, make the full backup of your site.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register