ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Results page Custom FieldYes. But better to use computed variables addon where you can just replace %var% in your content to var’s content.
Currently this PHP variables accessible:
https://github.com/garex/wp-testing/blob/c20669292612e025ebaa1bb081b28370fce87eda/src/Doer/TestPasserAction/GetResults.php#L58:L66Test PHP variable has method buildFormulaVariables:
https://github.com/garex/wp-testing/blob/c20669292612e025ebaa1bb081b28370fce87eda/src/Model/Test.php#L221Then you should got your test vars.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Custom Taxonomy Page TemplateYou need to place that file at theme’s directory. I dont’ think that get_template_part is needed here.
Forum: Plugins
In reply to: [Psychological tests & quizzes] limit the number of replies@glielo then add some scale “Idunno” and if it’s scores will be more than 3 — add result “Your test is invalid”. And for other results add condition that Idunno less than or eauals 3.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Custom Taxonomy Page TemplateTo play on results page you need this:
See comment about “// Can be overriden in your theme as …”
Forum: Plugins
In reply to: [Psychological tests & quizzes] limit the number of repliesBtw, why do you need this? What do want to achieve?
Forum: Plugins
In reply to: [Psychological tests & quizzes] limit the number of replies@glielo I think it’s possible when all questions on one page.
Through some custom javascript.
There is no built in solution.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Adding text before formForum: Plugins
In reply to: [Psychological tests & quizzes] 0 Score Not Working> What do I exactly tell the Bridge Developers?
Same what you already said here.
> Before they solve, is there anything I can do on my end?
Try to switch to other theme and you will see.
Forum: Plugins
In reply to: [Psychological tests & quizzes] 0 Score Not WorkingIt’s your theme “bridge” issue.
Try to switch to other theme and you will see.
File bug to theme authors.
Forum: Plugins
In reply to: [Psychological tests & quizzes] button color and emailtracking1. https://apsiholog.ru/addons/docs/5-styling.pdf
2.1. https://apsiholog.ru/addons/docs/2-email-results.pdf (without link with getresponse)
2.2. https://apsiholog.ru/addons/docs/3-export.pdf (manual export to getresponse)Forum: Plugins
In reply to: [Psychological tests & quizzes] To disable comments only on test pages@arskrigitsioniets no, because it’s not it’s responsibility.
Open link, that I sent you and learn what is custom post type.
Forum: Plugins
In reply to: [Psychological tests & quizzes] To disable comments only on test pages@arskrigitsioniets, I think there is some other plugin, that will do exactly this.
Tests is a custom post type.
So try to search some plugin that can manage comments not on built-in post types (page/post), but on custom ones too.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error Failed to load PDF document.@chris-chalmers pls see my previous message.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error Failed to load PDF document.@chris-chalmers pls write me directly about paid addons issues.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Addons not appearing locallyPls write me about paid addons directly.
This support forum is only for core free plugin.