Frank Goossens on "[Plugin: Autoptimize] WP-Slimstat gets broken since 1.9.3"
Do you consider to remove the wp-slimstat.min.js from the dontmove array in AO 1.9.5? well, it seems that that would be the sensible thing to do, so yes :-)
View ArticleDennis Hoppe on "[Plugin: Autoptimize] WP-Slimstat gets broken since 1.9.3"
Great. I will mark this thread as resolved. :)
View Articleitayyab0o1 on "[Plugin: Autoptimize] Conflict with a plugin"
Hi, I have developed a plugin, A user informed me that he has installed my plugin and he also uses you plugin autoptimize, when he disables your plugin my plugin works correctly but when he enables...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Conflict with a plugin"
Hi there Tayyab, Autoptimize is a performance-centric plugin, that by default aggregates and minimizes all CSS & JS, with the JS by default loaded late & deferred. Given that context, it is...
View ArticlePascalBajorat on "Action wp_enqueue_scripts does not run, if Autoptimize is...
Hi Frank, thank you very much for your quick response. I'm using this as base for my themes: https://github.com/pascalbajorat/WordPress-Boilerplate/blob/master/functions.php And the function...
View ArticleFrank Goossens on "Action wp_enqueue_scripts does not run, if Autoptimize is...
Morning Pascal, Did some tests with that code, bringing it to the essenstial; class WordPressBoilerplate{ static $ver = '2.0.0'; function __construct(){ add_action( 'wp_enqueue_scripts',...
View Articleditad on "[Plugin: Autoptimize] Conflict with PostTabs plugin"
Since the latest update CSS optimization conflicts with PostTabs plugin. Pages with PostTabs give a 500 error. PostTabs plugin has no css file to exclude. Do you know another solution?...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Conflict with PostTabs plugin"
Weird. Anything in in the phperrors logfile Ditad? Had a quick look at the posttabs source, there is inline CSS injected, from http://plugins.svn.wordpress.org/posttabs/tags/2.10.5/style.php. So you...
View Articleditad on "[Plugin: Autoptimize] Conflict with PostTabs plugin"
Thanks, problem solved!!
View Articlevgevge on "[Plugin: Autoptimize] Meta tag og:description line feeds removed"
I activated the minify HTML option, but it removed needed line feeds from my meta og:description tags. The line feeds are needed, because Facebook uses this description with line feeds for sharing. How...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Meta tag og:description line feeds...
Hi vgevge; The only solution I see -if you can change the way the opengraph-metatags are added- is to put your meta-tag between noptimize-tags (see FAQ)? Otherwise you'll have to choose between having...
View Articletabasco86 on "[Plugin: Autoptimize] JS optimization causes menu toggle to...
Hi, really awesome plugin! My only issue is that activating JS optimization causes my menu toggle (and all other toggles) to open and immediately closed when clicked. Really need to resolve this and...
View Articletabasco86 on "[Plugin: Autoptimize] JS optimization causes menu toggle to...
I tried excluding jquery.js,jquery-migrate.min.js,functions.js but they didn't work.
View ArticleFrank Goossens on "[Plugin: Autoptimize] JS optimization causes menu toggle...
Not sure I understand tabasco86; when clicking on "Loja" or "Apoia" I go to that page, and the menu opens correctly on mouseover? And the same seems to happen when disabling AO (by adding...
View Articletabasco86 on "[Plugin: Autoptimize] JS optimization causes menu toggle to...
Hi, sorry I wasn't clear. It happens when using it on the mobile phone navigation menu on any page (the responsive menu toggle malfunctions and automatically closes again). The same happened on the...
View ArticleFrank Goossens on "[Plugin: Autoptimize] JS optimization causes menu toggle...
The mobile nav toggle is done in your theme, in Divi-2-1-2/js/custom.js. Can you exclude that and see what happens? hope this helps, frank
View Articletabasco86 on "[Plugin: Autoptimize] JS optimization causes menu toggle to...
Awesome, works. Thanks a lot!!! How were you able to figure out which js it was that triggered the nav menu?
View ArticleFrank Goossens on "[Plugin: Autoptimize] JS optimization causes menu toggle...
Well, I disabled AO by adding ?ao_noptimize=1 to the URL and switched to "responsive view" in firefox, opened the developer tools in firefox and inspected the menu toggle, which showed the event...
View Articlethefitrv on "[Plugin: Autoptimize] MANY 404 errors - but ONLY from googlebot"
Here's the deal. My 404 log is filling up with requests for things like this: /wp-content/cache/autoptimize/js/autoptimize_3262629d5d3427a82464844a0d29c75a.js...
View ArticleFrank Goossens on "[Plugin: Autoptimize] MANY 404 errors - but ONLY from...
Now that's a nice juicy problem to sink our teeth in thefitrv ;-) The problem indeed seems to be that Google is crawling asynchronously (HTML first, CSS and/or JS some time later). If "some time" is...
View Article