funsail
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Interferes with animation in WPBakery Page BuilderI’m having trouble making a repeatable test. Turning plugin on/off, then opening with a new private window in FF so it’s not cached.
Seemed to be repeatable, then not.
Forum: Plugins
In reply to: [BJ Lazy Load] Breaks youtube iframesIt is this reason it cannot be used with google properties.
Forum: Plugins
In reply to: [Contact Form 7] ON_SENT_OK – Please give us an easier alternative!!!Redirect is 1 thing, but you can’t do all your analytics stuff too.
If DOM is important, @takayukister could have the plugin export DOM like the new plugin.Here is why the new ‘way’ is stupid.
https://wordpress.org/support/topic/encapsulation-computer_programming/But he’s been completely silent about this issue.
Also note he will sneakily change your Status: resolved because he doesn’t want to address the obvious concerns.
Forum: Plugins
In reply to: [Contact Form 7] Redirecting to Another URL After SubmissionsThe new system’s stupid, because it makes you put the redirect in a global position and it will affect things you don’t want. Not to mention edit php files each time you change.
That’s why you’ll need the old ver and use on send okForum: Plugins
In reply to: [Contact Form 7] your on_sent_ok advice may have errorGood luck, the new system is completely broken. I think better use an old version.
Forum: Plugins
In reply to: [Contact Form 7] Split de contact formNo he won’t help you with that.
You’ll need another styling pluginForum: Plugins
In reply to: [Autoptimize] [heads up] Version 2.3 Coming, new features need testersSo I can see in source
<link href=’https://fonts.gstatic.com’ crossorigin=’anonymous’ rel=’preconnect’ />Yet in gtmetrix waterfall it’s doing DNS not right at the start. Is this normal?
Forum: Plugins
In reply to: [Contact Form 7] Encapsulation – computer_programmingMr @takayukister I’m either right or wrong.
If I’m wrong, tell me why I don’t understand.
If I’m right, tell me why you don’t care.
返事ぐらいしてください。礼儀だろう?
Forum: Plugins
In reply to: [Contact Form 7] Why do we need to edit php files to add a contact form?Mr @takayukister I’m either right or wrong.
If I’m wrong, tell me why I don’t understand.
If I’m right, tell me why you don’t care.
返事ぐらいしてください。礼儀だろう?
Forum: Plugins
In reply to: [Autoptimize] Order of AO filesI see. You’ll be interested to know I got 3 files that differ only by one space somehow
-rw-r–r– 1 740972 Dec 19 22:46 ao34f4768443faa42db6f6fdef326ec8b2.css
-rw-r–r– 1 740974 Dec 19 22:47 ao5f983dac7a525aa3ecf9128c8ff64230.css
-rw-r–r– 1 740973 Dec 19 22:42 aoed7b7d4ccd0f27ea5c04756a0d47a24f.cssForum: Plugins
In reply to: [Autoptimize] inline anonymous fnbut if I put in vc_custom_ how does it know if it’s a string or filename?
Forum: Plugins
In reply to: [Autoptimize] inline anonymous fnOK just to be clear
1. if you have JS/ CSS in files, and I put a variable from a file, it won’t exclude the file
2. for inline JS/ CSS, is it a single word or any matching text between the ‘,’
eg xxx,”use strict”;function c(),xxxForum: Plugins
In reply to: [Autoptimize] inline anonymous fnI mean that inline JS is fundamentally different from normal JS. It’s full of stuff that is Anonymous or otherwise cannot be excluded for whatever reason.. I’d like to work out some way it can work, and is it better for the inline to be left in and having 1 aggregated file, or aggregating that but ending up with 5 files. For example the gtmetrix site thinks that it’s better if the inline stuff is aggregated and put away in 1 spot.
snp-powered-b and other combinations also do not work. Again it seems to be something to do with inline
Forum: Plugins
In reply to: [Autoptimize] inline anonymous fnHow do you do
@media(max-width:460px){.snp-powered-b{display: none;}}just ‘.snp-‘ doesn’t work
kswr_get_splitted_value doesn’t seem to work for above either.Almost want to separate [all inline css] into a different file with diff Exclude options line.
- This reply was modified 8 years, 5 months ago by funsail.
Forum: Plugins
In reply to: [Autoptimize] inline anonymous fnI think the top 2 came from Also aggregate inline JS
also the 3rd too.How can we take advantage of Also aggregate inline JS? So many plugins litter like this.