guili16
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] how to translate the text on action buttonsThank you for all and good day 😉
Forum: Plugins
In reply to: [Watu Quiz] how to translate the text on action buttonshello,
Thank you for your reply.
I managed to translate the action buttons.
However, I do not find how to add a space between the two buttons.
In the CSS file, open with Notepad ++ and filezilla, I find the “Next Question” button but I can not find the “show results” button.Here are the contents of the css file. Is this the correct one ?
.watu-question, #action-button {
display:none;
}form.quiz-form {
text-align:left;
}.single-page-quiz .watu-question, .single-page-quiz #action-button {
display:block;
}
.single-page-quiz #next-question {
display:none;
}
.question-content {
margin-top:20px;
}.answer span {
padding-right:20px;
}
.user-answer span {
font-weight:bold;
background:url(wrong.png) no-repeat right top;
}
.correct-answer span {
background:url(correct.png) no-repeat right top;
}.watu-sidebox
{
border:1px solid black;
padding:10px;
margin-bottom: 20px;
}#watu-sidebar
{
float:left;
width:25%;
}#watu-related, #watu-ad
{
background-color: #BBEEDD;
}.quiz-form label {
display: inline !important;
}.quiz-form input[type=’checkbox’] {
display: inline !important;
}.quiz-form input[type=’radio’] {
display: inline !important;
}.show-question {
border-bottom: 1px dashed #DDD;
margin-bottom: 7px;
}.show-question-content {
font-size:110%;
}.watu-admin label {
min-width: 150px;
display:block;
float:left;
}.watu-padded {
padding: 10px;
}Finally, I put jquery to update my site and Problem 3, is still not resolved. Do you have an idea solution please?
Thank you again for your availability,
Cedric Lauriere
Forum: Plugins
In reply to: [Watu Quiz] how to translate the text on action buttonsI give you the URL of the page that contains the test: http://www.neocoaching.fr/neocoaching-particuliers/evaluez-votre-sensibilite-a-lhypnose/
Thanks