This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Kdenlive Website style broken due to CAPTCHA [fix inside]

Tags: None
(comma "," separated)
User avatar
qubodup
Registered Member
Posts
142
Karma
0
Hi,

When logged out, the login CAPTCHA blocks the content:
Image

I see two solutions.

1. Remove the login form from the sidebar and replace it with a link "Log in" to https://kdenlive.org/user/login (my faovorite)

2. Hide using CSS:

In layout.css add
Code: Select all
#content {
background-color: white;
}


in style.css add:
Code: Select all
fieldset.captcha.form-wrapper {
left: -50px;
}
fieldset.captcha.form-wrapper:hover,  fieldset.captcha.form-wrapper:active,  fieldset.captcha.form-wrapper:focus {
z-index: 999;
}


This is not tested on pointerless touchscreen devices and I'm not familiar whether touching an area also means hovering it.

3. Do not require Captcha for login (at least not for the first attempt?) although I assume you require this because it is effective against spam?

Hope this helps.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]