funsail
Forum Replies Created
-
PHP Warning: preg_match(): Compilation failed: missing terminating ] for character class at offset 40 in /wp-content/plugins/update-alt-attribute/incl/update_media.php
Still here
Forum: Plugins
In reply to: [Autoptimize] Can't excludeI mean
testimonials-showcase/,jquery-ui/Forum: Plugins
In reply to: [Autoptimize] Can't excludeOK I tried to exclude the whole plugin
/testimonials-showcase/
That doesn’t seem to work?
There are many dir/files uder the plugin folderForum: Plugins
In reply to: [Featured Image Admin Thumb] Some illegal offset with plugin SVG UploadIs this related to
[19-May-2016 08:10:41 UTC] PHP Warning: Illegal string offset ‘sizes’ in /home/me/public_html/wp-content/plugins/featured-image-admin-thumb-fiat/admin/class-featured-image-admin-thumb-admin.php on line 245
Forum: Plugins
In reply to: [Fast Secure Contact Form] Width incorrect on small screenI fixed it. When there’s an indent, FSCF doesn’t take into account and uses the whole width.
Using a widget plugin FSCF ends up under a UL tag.
I delete the UL and it works.Forum: Plugins
In reply to: [Fast Secure Contact Form] Width incorrect on small screenI’m thinking this is the text of the submit button being too long. Can you make it so it can go over 2 lines if over a width?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Mail filterJust the same person entering the same spam each time. I thought I could enter phrases to match and reject forms.
I don’t have Akismet. I don’t want CAPTCHA, should I try Enable honeypot spambot trapForum: Plugins
In reply to: [Autoptimize] What is default js Exclude scripts from Autoptimize?OK great.
Forum: Plugins
In reply to: [Autoptimize] What is default js Exclude scripts from Autoptimize?Just thinking, say we have in js some files and we use them like
-a,b
-a,b,c,d
-a,b,c,d,e
-a,b,d,eThen right now we can exclude c,d,e to get a clean file
But what we really want is
a+b
c+d+eIt’s not possible to put some excludes together in one lot right?
Forum: Plugins
In reply to: [Fast Secure Contact Form] JSWell I need you to explain how it is included so I know what to exclude from Autoptimze.
Does it change depending on form options, or is it a file that I can exclude? Which file path?
Forum: Plugins
In reply to: [Fast Secure Contact Form] JSYes I could exclude the file in Autoptimze. But because I only see the “function fscf_captcha_refresh” in the output I don’t know the original filename.
I am comparing the cache for a few pages, and see this in the diff. So there may be other fscf css/js which is shared by my usage which should not be excluded. So the other option is to always include fscf_captcha_refresh in all pages whether fscf is used at all. This way all the caches will be the same and we solve the problem also.
Basically it’s only differences between pages that cause problems.
Forum: Plugins
In reply to: [Fast Secure Contact Form] JSI’m saying it gets pulled in by
https://wordpress.org/support/plugin/autoptimize
in my js minify cacheIt’s referenced by this plugin somewhere in the generated html. I’m not sure why it’s included by this plugin since it’s not used. Can I edit somewhere so it’s not included?
Forum: Plugins
In reply to: [Fast Secure Contact Form] JSNo I do not want to use the captcha .
But somehow the fscf_captcha_refresh js still gets included in my pageForum: Plugins
In reply to: [Fast Secure Contact Form] This message may not have been sent by:I have implemented and it removes gmail’s error. However I have a new issue.
In the past, I open gmail on android, the email is from the sender. I can click the icon, and edit a new user contact info.
Now, the email is from my email, and reply-to the sender. It even shows my face. If I click the icon, it shows me. I can’t edit the new user.
Do you have any ideas how to get this working?
Forum: Plugins
In reply to: [Autoptimize] What is default js Exclude scripts from Autoptimize?Interesting very short
s_sid, smowtion_size, sc_project, WAU_, wau_add, comment-form-quicktags, edToolbar, ch_client, seal.js
I had
gist.github.com,text/html,text/template,wp-slimstat.min.js, _stq,s_sid,smowtion_size,sc_project,WAU_,wau_addcomment-form-quicktags,edToolbar,ch_client,nonce,post_id,MyAjax,WPCOM_sharing_counts,tellFrameNewParent
I guess I can clear some.