islp
Forum Replies Created
-
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] V.1.0.1.4 issue: HTML not rendered in mail body@nitrical
Well, I’ve done what you suggest before posting ??Anyway: when you disable the plugin, the text looks ok
- This reply was modified 1 year, 4 months ago by islp.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Error in the footer of my website@webdv: this issue has been solved, I posted another one with the new version of the plugin
- This reply was modified 1 year, 4 months ago by islp.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Error in the footer of my website@gebuederholz There could be other issues too: eg., I don’t know if the error 500 issue comes from the same missing line
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Error in the footer of my website@marko: I had to disable it, hoping in a fix, I think this is something simple to solve
Forum: Plugins
In reply to: [SQLite Object Cache] Debug.log object cache issueHi, thanks for you kind reply. My file is in the tmp directory. But I must say one thing: this error is gone AND it happened right before the hosting provider informed me of an incident related to the server hard drive ?? Probably, it was impossible to read the file during the incident
Forum: Plugins
In reply to: [YOP Poll] Prevent double votingOk, thanks ??
Forum: Plugins
In reply to: [YOP Poll] Prevent double votingYes!
Forum: Plugins
In reply to: [YOP Poll] Prevent double votingProblem is: can a registered user vote two times? This is the thing I must prevent. The form is in a private area, no external user can vote
- This reply was modified 1 year, 6 months ago by islp.
Hi Peter, first of all thanks for your kind reply.
Investigating further, I found the problem is completely different. A couple of days ago, someone (anonymous) purchased a domain and a shared hosting server in the USA. Then cloned the website. So, this is not redirecting, this is a completely different thing.
- This reply was modified 1 year, 7 months ago by islp.
Forum: Plugins
In reply to: [SQLite Object Cache] Double registration (cache issue?)I don’t know what caused the problem, but it no longer occurs. At one point I figured something was going wrong with the mail server. Transients never came to my mind.
I’ll let you know if it happens again: in the meantime, thanks for your time, patience and dedication.
Forum: Plugins
In reply to: [Contact Form 7] AutocompleteYou can’t (the form is private).
Anyway, this is what I found after posting.
The following doesn’t work and doesn’t let the field to be displayed:
[text* your-std placeholder “eg. Name Surname, Name Surname, …” autocomplete:name]
This one works:
[text* your-std autocomplete:name placeholder “eg. Name Surname, Name Surname, …”]
Basically, it depends on the position. I added the autocomplete to the field long before the update and it worked, so I suppose the issue came from the update.Kind regards
Forum: Developing with WordPress
In reply to: Plugin that works only for registered users@threadi That one is exactly the 20% I can’t remove without editing the plugin itself, but 1. that code doesn’t really matter, 2. it can be removed with basic effort.
That said, I need something working now, so my idea is to use a bad “patch”, avoid the automatic updates of the plugin and ask for a feature request to the plugin authors.- This reply was modified 1 year, 8 months ago by islp.
Forum: Developing with WordPress
In reply to: Plugin that works only for registered users@threadi I’m a developer myself, even if I don’t do any WP professionally. ?? Anyway, in the meantime I found wp_dequeue_script and wp_dequeue_style and they’re quite promising, solving 80% of the issues. The remaining part, a JS directly printed in the html page, can stay there or can easily be removed.
I wouldn’t want to change this plugin because it has some advantages (no third party services, etc.)
- This reply was modified 1 year, 8 months ago by islp.
Forum: Developing with WordPress
In reply to: Plugin that works only for registered users@threadi
Ok, my first attempt was to directly operate on that github file: I don’t know why, but doing so blocks the entire website (I suspect I can’t use is_user_logged_in in that context, but I’m not sure). Same thing if I try to prevent the plugin from working by editing the init in its main file.
The thing that seems to work, but I’m still investigating (and I’m a little perplexed), is edit three function bodies from here: https://github.com/perfectyorg/perfecty-push-wp/blob/master/public/class-perfecty-push-public.phpAnother thing I wonder is the following: without directly editing the plugin, isn’t there the possibility to dequeue a script/style from elsewhere, eg. functions.php or a custom private plugin? Would it eventually work?
Forum: Developing with WordPress
In reply to: Plugin that works only for registered usersOk, for sure the popup, its logic and maybe a little bell displayed in the front end are managed by JS client code. Are you suggesting not to enqueue the JS code for users that are not logged in?