-
Author
-
March 2, 2016 at 13:48 #107989neilersParticipant
Hi there – I am setting up a new landing page with the new login box but it is not editable on desktop, however it is on mobile?
Also when I fill in the form on mobile it redirects me to the usual login page with the following message “Please complete the PlayThru again’ – is this the expected behaviour?
Is there something additional I need to do to activate the login box?
Here is the page I am building: http://www.upcycling.xyz/home-register/
Thanks,
Neil
Attachments:
You must be logged in to view attached files.March 2, 2016 at 19:35 #108074RaduModeratorHi,
Do you have this plugin installed and activated ? https://wordpress.org/plugins/are-you-a-human/ or a similar plugin ?
Try to disable
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 2, 2016 at 20:01 #108086neilersParticipantHi there – I disabled it however nothing changed and I disabled a few others but no changes.
It looks like there is a rouge div (class=”col-sm-12″) adding an invisible layer over it – screenshot 1
I changed it from position: absolute; to position: inherit; and it seemed to do the trick but that was a flukey guess.
– screenshot 2Let me know what you think?
Thanks
NeilAttachments:
You must be logged in to view attached files.March 3, 2016 at 18:02 #108310AndreiModeratorCan you please let me know how can I replicate this issue ? On our demo page I can’t manage to find any issue as the one you’ve reported. http://seventhqueen.com/themes/kleo/home-register/
A new update should get out today as well to fix some of the issues with the field placeholders.
Please wait for that update and let me know if you encounter any more issues.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 3, 2016 at 18:15 #108316neilersParticipantApologies I added the below to the quick css box in the theme options as it seemed to resolve it:
.col-sm-12 {
position: inherit;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}I have removed it now if you want to test again.
Thanks for following up @Andrei
Neil
March 3, 2016 at 22:47 #108382AndreiModeratorYou should’t modify such a general css selector, it’s used in lot of elements and might affect other things, especially on small devices like tablets.
Can you please save the content of your page, delete the page and then re-import it from “Appearance > Kleo Demo Data”. I just did that and I don’t have any issues with it on my local development site.
Let me know how it went.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.