Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Customization options for non CSS usersHello @ashleighjessicataylor
Unfortunately this is not possible at the moment. I created the plugin back then and shared it here for free so everyone can work with it. It already offers a few themes and you can also create your own if you can.
Someday I might build something to make this easier. But currently it is not planned. WooCommerce, for example, you can not change at will. So this is not a standard.
Stay healthy and have a good time!
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Show written feedback from usersHello @theart8
Thanks for your feedback! The feedback came very late and is therefore not implemented properly. I can think about something, but currently do not have so much time for it.
I’ll put it on my todo list. I didn’t want to build a slider, because it makes the plugin too big again. I’ll think about something here. Let’s see.
Stay healthy and have a good time!
Greetings Kevin
- This reply was modified 4 years, 2 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] log export csv in new tab instead of downloadHi Thanos,
thanks again! I just changed that and uploaded an update. Maybe this will help you a bit. I had not put a name because MDN says it is not necessary. But if it works better that way, all the better.
Stay healthy and have a good time!
Greetings Kevin
- This reply was modified 4 years, 2 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] Helpful Plugin – showing in blog feedHelpful is only shown in the post_content, in single view. If Avada says in its loops that it is the single view, then Helpful is shown.
You can disable Helpful’s automatic output and use Helpful’s shortcode if you like.
See here: https://helpful-plugin.info/docs/getting-started/shortcodes/
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Cache problemsUnfortunately, this does not work at all, because Helpful works with Ajax. Here you have to look for another solution.
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] log export csv in new tab instead of downloadThank you for your feedback! 👍
That is a good hint. I have directly installed and uploaded the update. Should then work.
Stay healthy!
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Reposition HelpfulThank you for your message!
You can disable the automatic output in Helpful’s settings and then use a shortcode.
Helpful > Settings > Details > General > Hide Helpful in post content
After that you can insert the shortcode anywhere you want:
Shortcode:
[Helpful post_id="POST_ID"]Shortcode for PHP:
echo do_shortcode('[helpful post_id="POST_ID"]');You do not need to specify the POST_ID. If you don’t specify it, Helpful will try to use the POST_ID of the current post or page.
Stay healthy!
Greetings Kevin
- This reply was modified 4 years, 2 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] Helpful & EnfoldHello @millertech
Helpful unfortunately only works if the theme also works properly with content. If in the content can not be determined the ID of the content, Helpful does not work.
For this it is also important that no caching or AMP is enabled. Enfold certainly has its own caching integrated.
If necessary, you can still find an alternative to Helpful that works better.
Thank you and please stay healthy!
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Feedback optionsHello @shesna
unfortunately this is not possible at the moment, also I don’t know if I will build this sometime, because Helpful should be as simple as possible. So I think it’s better if you use other forms.
Thank you and please stay healthy!
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Disable textarea required attributeHello @pavlito
Take a look at this. There is described how you make a required field. So you can also remove the required.
https://wordpress.org/support/topic/require-logged-out-users-to-enter-name-and-email/
Stay healthy!
Greetings Kevin
- This reply was modified 4 years, 3 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] Require Logged Out Users to Enter Name and EmailHello @meir321
you can create your own templates and place them in your WordPress theme. This way you can directly determine if the fields are mandatory or not.
Custom Templates: https://helpful-plugin.info/docs/professionals/custom-templates/
There is no option for this, simply because it is too specific. So you copy the file /plugins/helpful/templates/feedback.php into the folder /themes/your-theme/helpful/feedback.php and then you can put a required in the <input>, like this:
<input type="text" name="fields[name]" id="name" required>Then you have required fields.
Thanks for your feedback and please stay well!
Greetings Kevin
- This reply was modified 4 years, 3 months ago by Pixelbart.
Forum: Reviews
In reply to: [Helpful] Good but have error log in my site networkThank you for your review!
I had driven an update for this, which should then set up the table. You could have quietly told me after the update that this does not work yet. Since you had not contacted me, I assume that works.
Please stay healthy!
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Improving CancelThank you for your feedback!
The cancel button does exactly what it is supposed to. It cancels the form and ends the query. A back button is not planned. At least not from me. If you have a good solution for this, feel free to contribute on Github. Anyone can do this.
You can rename the button though if the word Cancel causes confusion.
Regarding Helpful in the sidebar: You can use the shortcode here. But you have to pass the ID here, so Helpful knows which content is being targeted. The shortcode is [helpful] or [helpful post_id=”1234″]. 1234 would be the ID of the post you want to vote for.
Read more: https://helpful-plugin.info/docs/getting-started/shortcodes/
Thanks again and please stay healthy!
Greetings Kevin
Forum: Reviews
In reply to: [Helpful] Feedback tab deactivatedThank you for your review!
In the changelogs it said at the time that you have to save the settings again so that everything is back to normal. So your feedback was still there, just the option in Helpful’s settings hid it.
Stay healthy and have a great time!
Forum: Plugins
In reply to: [Helpful] Log User ID column only showing ID 1Thank you for your feedback!
The logs only show whether an ID could be generated or not. So at 1 an ID was generated by Helpful and at 0 not. The entries that are 0 are then deleted from the database during maintenance. These are incorrect entries.
But you can determine with PHP what is to be seen in the column. Here is my small post about it:
https://helpful-plugin.info/docs/filters/helpful-logs-user_string/
Stay healthy and enjoy your time!