ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Email addon is doneScreenshots with it’s features will be added later.
Forum: Plugins
In reply to: [Psychological tests & quizzes] There was an error updating the plugin@champ1on you should give user ‘w119678_clubsez’@’10.28.16.109’ rights to drop table wp_t_computed_variables.
In mysql as root run this:
GRANT DROP ON wp_t_computed_variables TO 'w119678_clubsez'@'10.28.16.109';Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error on activation@miresru pls describe here what exactly you did to resolve the issue.
Forum: Plugins
In reply to: [Psychological tests & quizzes] testsHi @menar1,
Yes. This plugin can allows you to create psychological tests.
Respondents’ passing results are stored in database.Export is possible with the help of paid addon.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error on activationOk, let’s research it.
1. Install fresh WP with multisite in standalone DB.
2. Try to activate this plugin on one MU site.
3. Try to activate this plugin on another MU site.
4. Then remove those DB and install fresh WP once again.
5. Activate those MU plugin.
6. Try to activate this plugin on one MU site.
7. Try to activate this plugin on another MU site.Report back.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal error on activationphp7 is not issue.
It should be multisite compatible.
But if you use non-standard multisite — then this could be issue.
What is “WordPress MU Domain Mapping”?
Forum: Plugins
In reply to: [Psychological tests & quizzes] i cannot share results!Try twitter for example — URL that is shared contains passing id and when people click on it — it will open the result.
Exmaple of twitter sharing
Eysenck’s Personality Inventory (EPI) (Extroversion/Introversion) http://www.coach-therapies.com/test/eysencks-personality-inventory-epi-extroversionintroversion/fd9ccaffe3cdbc8e40e5435e9f252f2a5/#.WZQqPAf1__I.twitter
Forum: Plugins
In reply to: [Psychological tests & quizzes] Single test short code
credits to tenor-dot-com/view/bruce-lee-thumbs-up-approve-approval-gif-3464775
- This reply was modified 8 years, 9 months ago by ustimenko. Reason: add credits
Forum: Plugins
In reply to: [Psychological tests & quizzes] Single test short codeHi and thanks for brilliant plugin.
Thanks. Share your delight here too: https://wordpress.org/support/plugin/wp-testing/reviews/
I saw it on the FAQ page but cannot get it to work for me.
Open https://codex.wordpress.org/Shortcode and read there carefully what are attributes. In the FAQ shortcodes described with their possible attributes.
When you finally got it — post here for future yous.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Problem with qtranslate-xTry polylang for example. I dont’ remember exactly all of them, but main idea — post per lang and compatibility with custom pist types.
Report here about your solutuion.
- This reply was modified 8 years, 9 months ago by ustimenko. Reason: misspell
Forum: Plugins
In reply to: [Psychological tests & quizzes] Problem with qtranslate-xHi @aarty20,
I wasn’t able to repeat your issue, but anyway I suggest you to switch to another multilingual solution.
For example to one, that can have one post/test per lang.
Wp-testing uses dynamic admin UI (user interface) generation, that will not be compatible with qtanslate-x idea of marked-to-translation fields.
Forum: Plugins
In reply to: [Psychological tests & quizzes] problem with styles of main testIt will broke again after next update. Change this in your theme’s folder.
Forum: Plugins
In reply to: [Psychological tests & quizzes] problem with styles of main test@starlift beware changing em in plugin.
As on next release/hotfix those changes will be overriden.
Change em in overriden template.
Forum: Plugins
In reply to: [Psychological tests & quizzes] problem with styles of main teston mobile devices i cant mark options in test
It’s something familiar. It could be some plugin’s css.
But you should debug your theme by yourself. Or find someone who is best in CSS/HTML. All those issues seems like basic one.
Forum: Plugins
In reply to: [Psychological tests & quizzes] problem with styles of main testhttps://bezdechu.pl/?page_id=15093&preview=true is not found.
Try to play with https://github.com/garex/wp-testing/blob/368b6ae10f009443e4cc8ba2675c7589433fe7b5/src/Template/Test/Passer/fill-form.php
For example, override it in your theme with empty content or with content “WTF” and see what will happens.
It shouldn’t broke existing layout — it only adds two divs on content place.