-
Author
-
August 12, 2017 at 21:46 #170416tmh23Participant
Can the size of the login pop up modal be changed so that on mobile it is not cut off? Currently when you click login the pop up comes up and the screen zooms and the part of the modal is cut off.
August 12, 2017 at 21:56 #170420Kieran_SQModeratorHi @tmh23,
Thanks for reaching out, I have looked at your site via Google Chrome device emulator and via my phone and I cannot see the issue you’ve described. Please could you attach some screenshots from your device so I can look into this further for you.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 12, 2017 at 22:23 #170429tmh23ParticipantHere ois a photo of what happens.
Attachments:
You must be logged in to view attached files.August 12, 2017 at 22:36 #170432Kieran_SQModeratorHi,
Please try adding the following to your KLEO Child theme’s style.css or to Theme Options > General Settings > Scroll to: Quick CSS.
#kleo-login-modal {width: 95% !important;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 12, 2017 at 22:37 #170433tmh23ParticipantHere is something I noticed…
The site zooms with the launch of the pop up. If you slide over, close the pop up you still see the site zoomed. If you pinch zoom the site back down to normal and then click login again the pop up is placed perfectly with not zooming or cutoff.I wonder if it’s that the font size of the username and password fields is set to something smaller than 16px. If it is then that might be causing the zoom.
I set the body font size for the site to be 16px and that fixed the zooming for all the other input fields on the site and made it nicer for the user.
August 12, 2017 at 22:41 #170434tmh23ParticipantAdded the code and it sort of fixed it. It zooms still but centered. See photos. Second photo is if you close the pop up.
Attachments:
You must be logged in to view attached files.August 12, 2017 at 22:46 #170438Kieran_SQModeratorHi,
Can you try switching it to 85% please and let me know what happens.
#kleo-login-modal {width: 85% !important;}
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 12, 2017 at 22:53 #170441tmh23ParticipantTried 75 just to see and it makes it really small and not formatted correctly. Still zooms the page.
Is there a way to make the font size 16px for the input fields as default font size?
August 12, 2017 at 22:56 #170442Kieran_SQModeratorPlease try the below CSS, it looks like the font size is already 16px but I put an !important in there to force it, just in case.
#kleo-login-modal {margin-left: 0px;margin-right: 0px;width: 100%;height: auto;font-size: 16px !important;}
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 12, 2017 at 23:02 #170443tmh23ParticipantThat doesn’t work. Makes it cut off on both sides.
August 12, 2017 at 23:04 #170444Kieran_SQModeratorThe margin?
You could try the below which does a calculation of 2 x the 15px you used
COPY CODEmedia screen and (max-width: 480px) { #kleo-login-modal {margin-left: 15px;margin-right: 15px;width: calc(100% - 30px);height: auto;font-size: 16px !important;} }
Sorry for the back and forth but I am working blind as I do not get the issue on my end
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 12, 2017 at 23:09 #170445tmh23ParticipantNo problem don’t mind the back and forth.
Tried above code and does not work.
Seems it wants to zoom the page with the pop up of the modal. I tried it on two other phones and the same issue. You don’t have the issue on your phone? Or are you just using a simulator on a browser?August 12, 2017 at 23:13 #170446Kieran_SQModeratorHi,
I have used both Google Chrome device emulator (F12), a Samsung Note 5 and a ZTE Pro all do not show the issue. Will take a deeper look into this and get back to you.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 12, 2017 at 23:14 #170447tmh23ParticipantVery much appreciate it! I have to step away from the computer for a while so I’ll check back later today or tomorrow. Thank you for helping out.
Troy
August 13, 2017 at 17:45 #170486Kieran_SQModeratorHi,
Could you provide me with admin login credentials to I can work directly with your child theme style.css
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 15, 2017 at 03:49 #170669tmh23ParticipantAre you currently working on this?? I see a bunch of custom CSS is not right on my site now??
It also now zooms the page when you go to type in the input field which I do not want to happen. Makes it very un-user friendly.August 16, 2017 at 11:21 #170828Kieran_SQModeratorHi, try to update to the latest theme version and see how it goes since we included a fix in the latest updates.
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 16, 2017 at 20:45 #170893tmh23ParticipantI am not showing that there is a theme update in my dashboard. Does automatic theme update work with a multisite installation?
August 18, 2017 at 19:18 #171079Kieran_SQModeratorHi,
It should work, but it doesn’t appear to show any details, please check your ThemeForest username and API key are correct.
You didn’t have K Elements installed, which is a required plugin, I have installed this for you. Please delete your website cache and browser cache and see if this clears the issue for you. Please note that mobile devices have very aggressive caching and you will likely need to clear the browser data (minus form/password data) completely to see any changes.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.