Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Not savingThanks for your feedback!
I am not aware of the problem. What exactly do you want to save? You can’t save all the HTML anymore. For that always read the changelogs:
Forum: Plugins
In reply to: [Helpful] Wont display at all.Thanks for your feedback!
You have to set the texts in the Helpful settings under Texts. Unfortunately, the default texts are currently not shown, because there is a problem here, which I still have to fix.
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Button Pro Contract cant update htmlForum: Plugins
In reply to: [Helpful] Button Pro Contract cant update htmlThere is one more filter you can use:
https://helpful-plugin.info/docs/filters/helpful-kses-allowed_tags/
In your example, the following should suffice:
add_filter('helpful/kses/allowed_tags', function( $tags ) { $tags['i'] = [ 'class' => '', ]; return $tags; });Alternatively, you can use <div> instead of <i>. This should also work:
<div class="fas fa-heart"></div>Forum: Plugins
In reply to: [Helpful] Counter disappeared after updatingHello @ajun1001
thank you for your feedback! Please describe your problem in more detail so that I can understand it better.
Always read the patch notes before updating so you know what can happen and what you can do to prevent problems from occurring. In the last update, the options were changed to be more secure. Therefore, the settings all need to be saved again to make sure everything works.
Thank you!
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] I broke the plugin by my own fault – help!Hello @glinski
Have you ever tried in the settings of Helpful under System, to run a maintenance?
Otherwise you can try in the wp-options database table to delete all meta-keys with Helpful, or at least everything that is somehow called “installed” and “helpful”.
After that Helpful should install the database tables again. You could have also reset Helpful under System. Then all entries would be gone.
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Button Pro Contract cant update htmlHello @sonnh !
Thanks for your feedback! This is not possible because <i> is not supported. This is also stated in the changelogs:
https://github.com/pixelbart/helpful/releases/tag/4.4.59
For security reasons I can’t change that either, you have to decide that for yourself if you want Helpful to be insecure. Unfortunately I can’t allow all HTML tags and had to settle on a few.
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Entries not showing in the adminHi, thanks for your feedback!
For this I can not think of so much right now, because I did not have the error so far and also can not reproduce. It is theoretically always the same data. They are only different when the cache has taken hold.
Have you already done a maintenance under System -> Maintenance? Theoretically Helpful deletes erroneous entries by itself.
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Feedback Entries No Longer AppearingDo you have the latest version of Helpful installed?
If necessary, you can also create an account for me and I’ll take a look myself. In most cases it is easier for me to solve a problem.
contact-at-helpful-plugin.info
- This reply was modified 4 years, 7 months ago by Pixelbart.
Forum: Plugins
In reply to: [Helpful] Feedback Entries No Longer AppearingDoes the dashboard widget show you that you have feedback? I can’t see that right now, or see if you have any feedback stored at all.
It is important that you save all settings again. So you open the Helpful settings and save everywhere again. Except for Design, you don’t have to save anything there.
Forum: Plugins
In reply to: [Helpful] Feedback Entries No Longer AppearingYes, I had to change something in the settings, unfortunately, so that they are saved as a string and I could escape them. Before there were probably security problems here.
I’ll write the re-saving of the options in the changelogs.
Thank you!
Forum: Plugins
In reply to: [Helpful] Feedback Entries No Longer AppearingHi @anefarious1
thanks for your feedback. Did you save the Helpful settings again? Just to make sure there is nothing wrong (from my side).
The more secure something is made, the more stupid it ends up being. For me, the feedback is still shown.
Greetings Kevin
Forum: Plugins
In reply to: [Helpful] Prevent setting user cookies in admin or on login pageAgain, two good clues. For the sessions I have already solved that the is only set if the headers have not been sent yet. But the cookies are not affected by this yet. Thank you for your hint!
Forum: Plugins
In reply to: [Helpful] Remove PHP_INT_MAX from enqueue_scriptsGood point, this is still a legacy from older versions. I’ll put that on my todo list!
Thank you!
Forum: Plugins
In reply to: [Helpful] Not fully working with WP Rocket + Cloudflare?Contact information: https://helpful-plugin.info/imprint/