ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Private Website not possible?This plugin does not have such message. May be you install another plugin?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Private Website not possible?@pegrei what is “private mode”?
I hear it first time.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Full html in description@edit4ever, nice to have such auto-resolving topics ))
Forum: Plugins
In reply to: [Psychological tests & quizzes] Problem with the order of answersHi @glielo,
I think some of other plugins just changes it.
Answers are something similar to worpdress tags or categories for post.
Wp-testing plugin does not contain anything to change this order in random way.
First of all you need to make sure it clearly repeat on your host.
For example create temp test with 10 global answers. then save it to see order changed.Then you should find who change order: it could be your custom theme or other plugins.
Switch theme — check if order changes.
Disable other plugins one-by-one and check if issue repeats.Then you will be able to find the root cause.
Forum: Plugins
In reply to: [Psychological tests & quizzes] 403 when changes are madeMost possible it’s your hoster’s paranoid settings of something like ModSecurity.
Search for ModSecurity at this forum.
Forum: Plugins
In reply to: [Psychological tests & quizzes] turkish character problemGo to “report issue” in the “support” metabox and send here your database tables info.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Due Result Page1. pls specify more concretely
2. there is checkboxes when you ahve more than 1 answerForum: Plugins
In reply to: [Psychological tests & quizzes] Should this formula work?@bobem, to debug something try this:
(scale-A + scale-B + scale-C) = 100-> Result100When you are sure, that in some conditions the sum should be 100.
Forum: Plugins
In reply to: [Psychological tests & quizzes] How to use on a Polylang multilanguage siteJens this forum is only for core plugin issues.
For paid addons pls contact me directly.Forum: Plugins
In reply to: [Psychological tests & quizzes] How to use on a Polylang multilanguage siteJens there are many multi-lang plugins and they have different schemes.
As I remember polylang uses multiple languages inside single post. It’s a bad practic for custom post types.
I suggest you to find plugin, that uses scheme like post-lang and not post-langs.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputs@david2015 how to repeat it? Which browser version do you use?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsHotfixed in 0.21.13.
.answer { /* all answers */ }
.answer.selected { /* only selected/checked answers */ }Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsDavid,
Let’s check first, that this data-attribute way works.
Can you provide some css on question answered/not?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsOr I can add such attribute on answer.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsThere is data-attribute and it’s changed by javascript.
Something like
.question[answered=true] labelshould help. Or you will find correct CSS path.