herrschuessler
Forum Replies Created
-
Forum: Plugins
In reply to: [Quiz Maker] How to make ALL correct answers mandatory to pass ?@ays-pro I understand now. Is there any way to just show a generic message, regardless wether the selected answers are correct, as soon as the user has selected the maximum amount of answers (i.e. the number of possible correct answers)?
Or are there any action hooks that fire in that event, so that I could extend your plugin to my needs?
Best Regards
- This reply was modified 3 months, 1 week ago by herrschuessler.
Forum: Plugins
In reply to: [Quiz Maker] How to make ALL correct answers mandatory to pass ?@ays-pro Thanks for your reply.
To clarify, I’ll describe the situation:
We have a checkbox question and have filled out the “Message for the wrong answer” and “Message for the right answer” fields, but those texts never show up after the user answers that questions. Now if I understand you correctly, those texts will only show up for raido type questions. Is there any way to add a text that shows up after the user ansers a checkbox type question?
Forum: Plugins
In reply to: [Quiz Maker] How to make ALL correct answers mandatory to pass ?Dear @ays-pro,
we’re also looking forward to this issue being fixed in the next release. We also noticed that currently after answering a checkbox question, the right/wrong texts that would show up immediately after answering a radio question are not showing. Will this also be adressed in the next release?
Best regards
Great, good to know! Thanks for your great work with this plugin!
Hi Konrad,
thanks for clearing that up! Do you have any plans on expanding the documentation of your project beyond the description in the plugin directory?
Best regards
Christoph@hwk-fr There’s a WP filter hook (
wp_dropdown_users_args
) that allows overriding which user (roles) will show in the standard WP author field.ACFE does’nt take this hook into account when populating the ACFE author box. Would it be possible to take this into account?
Forum: Plugins
In reply to: [Yoast SEO] “Click here to speed up your site now” keeps coming backRight, I can confirm it happens on sites using WMPL.
Forum: Plugins
In reply to: [Yoast SEO] “Click here to speed up your site now” keeps coming backSame here – we have this issue on multiple installs.
Forum: Plugins
In reply to: [Contact Form 7 - Conditional Fields] Checkbox values with pipe as conditionThanks for the clarification, I wasn’t aware of the implications but now that you got to the trouble to point them out to me, it makes a lot of sense. To bad for us, the ux for form admins could be better at this point.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] ImagesI’m sorry, I cannot post a screenshot with the original mappings as they contain client dev domains which I’m not at liberty to post. But I can try to describe our setup:
We have an entry (sub)domain https://dev.example.com without mapping. We use this domain to access our WordPress admin.
Then we have 4 (sub)domains which map to different WP pages, like
https://dev.example-1.com -> /foo
https://dev.example-2.com -> /bar
https://dev.example-3.com -> /baz
https://dev.example-4.com -> /foobarDoes that help?
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] ImagesHey @matthiaswagner, we are experiencing the same issue, but in our case, images are loaded correctly on the main domain (without custom mapping) and not showing on subdomains (with mapping). Your quick fix resolves the issue, so we’re waiting for the official implementation now.
Thanks for your otherwise excellent plugin, we’re looking forward for things to come!
Forum: Plugins
In reply to: [Advanced Custom Fields: Archive Templates] Wrong expand Admin Menu NodeHi @yehudah,
I still get the same bug with version 1.5. The submenu page in the menu flyout is correctly marked as
current
, but the wrong top level menu item is open.- This reply was modified 1 year, 11 months ago by herrschuessler.
Wow, that was quick, thanks. I can confirm this as resolved.
Forum: Plugins
In reply to: [Advanced Custom Fields: Archive Templates] Wrong expand Admin Menu NodeI can confirm this bug.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Find an minimum number of postsSince my question is related to the above use case, I’ll post it here…
Using the function
km_rpbt_get_related_posts()
, is it possible to return the number of posts specified in theposts_per_page
parameter, even if not enough related posts are found?For example, if
posts_per_page
is 5 but only 3 related posts are found, the last 2 posts would just be the latest posts.