anarkandi
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Multiple answersIn custom CSS
button.disabled {
opacity:0.5;
}change to any value between 0 and 1.0
Forum: Plugins
In reply to: [Psychological tests & quizzes] Multiple answersI found the issue, for now, the workaround is:
In:
Plugin Editor > Wp-testing > Template > Test > Passer > fill-form.php
Edit line 28 to:
<div class=”content”><form novalidate=”novalidate”Hope it works for you!
Best,
ErikForum: Plugins
In reply to: [Psychological tests & quizzes] Multiple answersHi Jachyb, I see you have the same issue as me. On erikthor.com/test/personality-test it is no longer possible to send in results. On your site, the submit button is 50% opacity and in the HTML code I see:
<input type=”submit” class=”button disabled” value=”Zobacz wyniki”>
So basically, the button has been disabled and cannot be clicked on some devices (mainly mobile phones)
It may be related to the latest WP update. But I do not have the issue on https://www.archetopias.com/test/hogwarts-house/ running the latest update, so I don’t know.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Submit/Next button does not work on mobileProblem has been resolved. The issue was conflicting CSS. I had accidentally overwritten some of the base css code.