• Resolved sinan307

    (@sinan307)


    Hello, i want to use this plugin. its so simple and useful. I modified little bit, but i can’t change the checkboxes and point buttons. And my second problem is i want to auto scrolltop after choised answer. How can i do this ? Sorry for my english 🙁

    https://ww.wp.xz.cn/plugins/chained-quiz/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Bob

    (@prasunsen)

    We’ll add auto-scroll soon.
    As for the other question, not sure what you mean? What exactly do you want to change?

    Thread Starter sinan307

    (@sinan307)

    Hi, thanks for the answer. Other problem is i can’t customize checkboxes and radio buttons with css. When i change the class ‘chained-quiz-choice’ and the label ‘chained-quiz-label’ its not working right. Am i doing wrong something ?

    Plugin Author Bob

    (@prasunsen)

    it must work, are you sure the CSS is applied on the page?

    Thread Starter sinan307

    (@sinan307)

    But i didn’t work. When i change the this was happend;

    http://i.hizliresim.com/qqjvbZ.png

    This is the css code

    input[type=radio] {
    							display:none;
    						}
    
    						input[type=radio].chained-quiz-choice + label.chained-quiz-label {
    							padding-left:25px;
    							height:20px;
    							display:inline-block;
    							line-height:20px;
    							background-repeat:no-repeat;
    							background-position: 0 0;
    							font-size:20px;
    							vertical-align:middle;
    							cursor:pointer;
    
    						}
    
    						input[type=radio].chained-quiz-choice:checked + label.chained-quiz-label {
    							background-position: 0 -20px;
    						}
    						label.chained-quiz-label {
    				background-image:url(button.png);
    				-webkit-touch-callout: none;
    				-webkit-user-select: none;
    				-khtml-user-select: none;
    				-moz-user-select: none;
    				-ms-user-select: none;
    				user-select: none;
    			}
    Thread Starter sinan307

    (@sinan307)

    prasunsen, when you will add auto-scroll ? I opened the site, but without auto-scroll looks very amateur.I tried to add myself, but i didn’t.

    This is my site:
    http://soylebana.com/

    Plugin Author Bob

    (@prasunsen)

    next week

    Thread Starter sinan307

    (@sinan307)

    Thank for interest

    Plugin Author Bob

    (@prasunsen)

    Added

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘auto scrolltop ?’ is closed to new replies.