David2015
Forum Replies Created
-
Oh my.
Yes, it was the cache.
Thank you!Best
DavidForum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsdouble sent, deleted
- This reply was modified 7 years, 6 months ago by David2015.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsI just realized you put that on the divs, not the labels itself 🙂
I will try if this works just as wellThanks again, awesome support
DavidForum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsActually I cannot get this to work, the class doesn’t seem to change with selection after the update.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsAwesome!
Hello,
I have the same problem.
This seems to be broken, no way to add a new line, which makes this pretty useless 🙂David
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsHello Alexander,
it should be something like this
/* Hiding the orginal radios */ .answer input[type="radio"] { display: none; } /* Add label background*/ .wpt_test .answer label { background: url('') left top no-repeat; display: inline-block; } /*change label background when radio checked*/ .wpt_test .answer[checked=true] label { background: url('') left top no-repeat; display: inline-block; }Hope there is no mistake in there.
In reality you would use only one image and move it with margins, but this is easier now.David
Forum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsDear Alexander,
ah, that is a clever idea. But the .question aswered would change all labels on all answers for that question. I want to change only the checked answer to mimick the radio button
I now just edited the fill-form.php myself and moved the label below the input (from line 52 to line 62). That works fine, but will of course break with each update..
If you would include a data attribute on the answers, that would open a possibility, but I have never tried it that way.
Thank you for you quick replys!
DavidForum: Plugins
In reply to: [Psychological tests & quizzes] Request: syntax change for radio inputsDear Alexander,
ah, ok that is unfortuate.
I want to style the label element depending on the state of the input.
This way I can design my own radio-buttongs, change label color when selected asf..This is also not possible with the child selector, as I want to style the label according the input, not the other way around.
Actually I can’t think of any other way to replace the radios with custom ones.
The only other option would be when answers would be an- , then I could style the li-elements but that is also not the case..
Best
DavidForum: Plugins
In reply to: [Adaptive Images for WordPress] Not working on MultisiteHey,
thank you for the quick reply.Unfortunately, when I activate it on the main site only, the subdomain images are gone due to the htaccess rewrite.
Anyway otherwise a great plugin, now I have to find some alternative way…
DavidForum: Plugins
In reply to: [Psychological tests & quizzes] Feature Suggestion: Top Results VariableGood Point. I guess that is a design decision.
My favorite for same values would be to to create 3 positions with equal values, perhaps sorted alphabetically.If that is possible scale_position_1 could also hold both the scale name the scalee’s results-value, so we can compare them
– or that is available in another variable like scale_position_1_valueThat way the User woud still be able to be flexible with somthing like
scale-red = scale_position_1 AND scale_position_1_value > scale_position_2_valueAnd deliver another “break-even”-result for other cases where position 1 and 2 values are equal.
I would name them something like scale_topposition_1 to be clear about numbering.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Feature Suggestion: Top Results VariableThat would of course declutter the EDIT FORMULAS, but it would not make things much easier as it would still require me to write all the complex formulas.
Unless I totally have a knot in my head it is really quite tricky to find a combination of the two top ranking scales if you have more than 3 scales.
The suggested feature would make life easier in a lot of use cases, and to hard-code the variables should not require more than a few lines of code.
I’d be happy to donate to you if you make that a core feature!
Nobody likes to work for free.
You could as well make it part of Computed variables so people need to buy that to have this function.
Let me know.- This reply was modified 7 years, 10 months ago by David2015.
Forum: Plugins
In reply to: [Link Fixer] word match not workingI installed the beta from your website, and that seems to do!
I keep this open, as it is still true for the version posted here.
David
Forum: Plugins
In reply to: [Link Fixer] word match not workingAddition:
Also the fixed permalinks are in the format:
old-bad-slug//https://www.site.com/good-new-slug/Why is that the case?
Thank you in advance.
I am happy to pay for any solution, as this plugin would meet our needs perfectly.David