Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Deleting Cookie triggers Internal Server ErrThank you for your feedback!
Helpful throws an error there, which is why then also comes the message that the header has already been sent. However, line 111 in the specified file looks error-free to me. The only error that could appear there would be that the setcookie function doesn’t exist, which can’t be when the cookie is set.
This is really strange. Which PHP version are you running then?
Forum: Plugins
In reply to: [Helpful] How to change the buttons of the flat-theme?Since such customizations are always super individual, I can only send you the code that is used there. You have to convert the LESS code to CSS yourself and replace the variables.
Unfortunately I can’t make individual CSS adjustments for every user, because that would be an unpaid full time job.
klakki.me is individual because that’s my wife 🙂
—
Helpful Theme: blank
CSS:
.helpful { margin-bottom: 3.6rem; } .helpful-controls > * { display: inline-block; } .helpful-button { font-size: 1.6rem !important; } .helpful-controls > div { margin-right: 15px; }LESS:
.helpful { color: @global-emphasis-color !important; border-color: @global-border !important; .uk-margin-large-bottom; .helpful-header h3 { .font-headline(); color: @global-emphasis-color !important; margin: 0 0 15px; } .helpful-controls { margin: 15px 0 0; } button { color: @global-emphasis-color !important; border-color: @global-border !important; border-width: @global-border-width !important; &:hover { color: @global-emphasis-color !important; background: @global-border !important; border-color: @global-border !important; } } textarea, input[type="text"], input[type="email"], input[type="url"], input[type="number"] { border-color: @global-border !important; } }Thank you very much! The update has fixed the problem!
Stay healthy all and have nice Easter days.
Forum: Plugins
In reply to: [Helpful] Disable Helpful – “On” as defaultBasically, you can solve this with on-board WordPress tools. Helpful itself offers nothing. This is always too specific, so you have to help yourself out.
I would do the whole thing like this:
https://gist.github.com/pixelbart/f24440e8ef53c288ac9670d6a1e2d133
But you still have to make your change here in line 18.
Forum: Plugins
In reply to: [Helpful] Settings not being respectedOnce again great feedback. Thank you! 4 eyes see more than two and since I only do Helpful in my spare time (I’m a salaried web developer myself, doing everything just for fun in my spare time), I like to overlook a few things or fix bugs just for the heck of it.
Therefore: Thank you very much for your feedback! With the latest update, your changes should have found their way into Helpful. I changed them a bit, but at the core they are your changes. Thanks again for your time!
Forum: Plugins
In reply to: [Helpful] Settings not being respectedYes the user cookies is always a problem, somehow. That’s why I had built options for it, in case you only want to use sessions or something like that.
But good to know! I guess I wouldn’t have a better solution either, since this is really always very specific.
Forum: Plugins
In reply to: [Helpful] Settings not being respectedHelpful uses the transients only for the statistics in the dashboard. Otherwise it does not work with a cache.
I can’t see any error there now. On my pages it works everywhere. We also have pages with more than 1000 visitors a day and we don’t use a cache. Nevertheless pagespeed at 98 points.
I can’t think of anything at the moment. I will think about it. If you think of something else, I am always open. Check the settings of Helpful, if the texts are all set correctly.
The type none is passed on in the Ajax request, but is no longer used in the request itself. So this can’t be the problem anymore.
Forum: Plugins
In reply to: [Helpful] Settings not being respectedThe two bugs should be fixed. The default text is no longer shown, because that had ensured that it was always shown even if you do not want any text there.
Thank you again!
Forum: Plugins
In reply to: [Helpful] Settings not being respectedThank you for your detailed feedback!
I will look at the whole thing the days and see that I get your problem solved. As soon as I have found a solution and installed the update, I will get back to you here!
Thanks again and stay healthy!
Forum: Plugins
In reply to: [Helpful] Count vote after feedback possible?This is currently not possible. The feedback came in later. Helpful itself is actually without feedback form. So a vote is always the prerequisite for.
Forum: Plugins
In reply to: [Helpful] Settings are not taken into considerationSorry for the late response. With the latest version (4.4.27) your problem should be fixed. The feedback text is now no longer automatically filled if none is specified.
Thank you again for your feedback!
Stay healthy!
That is a great pity. We have a bad CLS rating and the problem here is only the cookie banner.
But since Google takes the CLS into the Core Web Vitals and it will be a ranking factor soon, we have to look for an alternative here. Pretty much all websites that function within the EU will have the problem.
Forum: Plugins
In reply to: [Helpful] Settings are not taken into considerationThe text for Already Voted should also be found under Already Voted. I will have another look at it today or tomorrow.
Actually, all texts should be controllable via the settings. These are all implemented wishes from other users. That’s why they might not be in that order yet.
Forum: Plugins
In reply to: [Helpful] Settings are not taken into considerationBefore I forget: There are since some versions the following two options for the feedback form:
- Helpful > Settings > Feedback > Already Voted > Always show the form, even if it has already been voted.
- Helpful > Settings > Details > General > Disable feedback completely.
Maybe you have set a checkbox for Already Voted.
Edit: The Disable feedback completely option does not uncheck Already Voted. This is a bug that I still need to fix, it seems (is fixed with 4.4.26).
Forum: Plugins
In reply to: [Helpful] Settings are not taken into considerationI have tested this all over again on my end. Everything runs without problems. You also did not respond to my questions last time.
The plugin is used by many people and so far there is no message about your problem.
Are you using a caching plugin in WordPress, or your server? If so, you need to look there. Also, it’s important that you haven’t overridden things with a filter somehow.
It’s hard to find the cause if you don’t get any information. You’re referring to your last post, in that you haven’t shared any information with me yet either.
Please take another look. If you have more information, I’m sure I can help you somehow.