ustimenko
Forum Replies Created
-
@arktupico pls use email for paid addons issues.
This forum is for core free plugin.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Breakdownpls add more to your example. Not clear what do you want to get and from what.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Plugin strings translationYou should try other translation plugins.
This plugin uses standard wordpress translations and definitely has english and french versions.
Forum: Plugins
In reply to: [Psychological tests & quizzes] novos testeshi Elton,
1. No.
2. Hmm.. There are no such test templates.
Btw, it still works on php <=7.3 and WP <=5.2
Just dont’ update WP and PHP versions.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Button greyed out1. It’s NOT a security issue.
2. Try jquery-migrate plugin and report here if it helps.But most simple way is just not update WP every version.
Forum: Plugins
In reply to: [Psychological tests & quizzes] It’s not working after an update@padapada after updating what? You custom theme? As I see currently — you use some custom theme.
Try to switch to default theme and try again. If all will be fixed — issue is in your custom theme. There are no customizations on select styles.
Have you tried android phones? Do you think it’s only related to apples?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Compatibility issue with Avada?@ssmeredith better contact avada theme developers. If issue is not repeated in standard theme or other theme and repeated in theme X — then theme X developers dont’ understand wordpress ideology correctly.
Forum: Plugins
In reply to: [Psychological tests & quizzes] How can i know is a user already did a test?A little bit more optimal version:
function wpt_user_has_submit($test_id = 0, $user_id = 0) { global $wpdb; return $wpdb->get_var("SELECT count(*) FROM wp_t_passings WHERE test_id = $test_id AND respondent_id = $user_id") > 0; }
Also pls note, that table name can be different as of prefix and can be not wp_t_passings.
Forum: Plugins
In reply to: [Psychological tests & quizzes] How can i know is a user already did a test?hi @cristhianbh98
there is no such function yet.Forum: Plugins
In reply to: [Psychological tests & quizzes] Doesn’t work on php 80Pls dowgrade to 7.x
It’s not tested with latest WP and PHP versions.
Forum: Reviews
In reply to: [Psychological tests & quizzes] Amazing pluginit’s a computed variables addon
Forum: Plugins
In reply to: [Psychological tests & quizzes] Curly braces not supportedTry PHP < 7.4 or try to disable deprecation warnings.