outpost33
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsDoes this thread offer a clue? The same JS error is mentioned.
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsI’m not sure either! Are you adding that command to the end of the URL to see the page un-optimized? Could it be Varnish server-side caching? Unfortunately I have no control over that.
Is there something else I could do? Deactivate AO temporarily?
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsYes, I had put AO back as it was. Try now – refresh the page or empty browser cache if you still see the videos working.
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsThere’s no page caching plugin active on https://www.andrewcohen.com – let me know what else I can do?
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsAny idea what to exclude for the drop-down menu issue? I saw this thread but that js is already excluded.
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsOk, that is beyond what I can get into right now!
Sounds like it might be easier to disable “also aggregate inline JS” and exclude some js to fix the other issues.
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsForgive me, but I have no idea how to figure out which inline JS would be busting the cache!
Any pointers? ??
Forum: Plugins
In reply to: [Autoptimize] Frequent cache size warningsHi Frank,
When I deselect that option, it breaks the dropdown menus on the site, and also the video player on this page:
https://www.andrewcohen.com/sebastian-gronbach-anahata-akademie/
- This reply was modified 7 years, 8 months ago by outpost33.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize strips out CDATA from google remarketing codeAha! My tags are incorrectly formatted?
Edit: yes that did it. Thanks!
- This reply was modified 7 years, 9 months ago by outpost33.
Forum: Plugins
In reply to: [Autoptimize] Autoptimize strips out CDATA from google remarketing codeOK – so this would be unlikely to affect tracking data, and I can probably ignore the CDATA warning from google?
Forum: Plugins
In reply to: [Autoptimize] Conflict with Essential Grid and its LightboxYes, works perfectly. Site is working very nicely now.
Plugin does need a bit of tlc to really make it sing, but once configured correctly it’s really splendid!
Thanks!
Forum: Plugins
In reply to: [Autoptimize] Conflict with Essential Grid and its LightboxIt’s ok, I think figured it out – made the code into a plugin and uploaded.
That should work, yes?
Forum: Plugins
In reply to: [Autoptimize] Conflict with Essential Grid and its LightboxHi again,
In the end I opted to use a different grid plugin (The Grid) and this seems to be working fine, all functions intact.
However, autoptimize does seem to cause issues with the front-end editor of the X Theme, Cornerstone. I would therefore like to disable autoptimize for logged in users, and I found the following code in another thread:
add_filter('autoptimize_filter_noptimize','my_ao_noptimize',10,0); function my_ao_noptimize() { if (is_user_logged_in()) { return true; } else { return false; } }
I’m just not sure how to use it or where to put it!
Forum: Plugins
In reply to: [Autoptimize] Flash of unstyled textAdding some blank space in CSS seems like a good idea. I’ll see if I can figure out how to do that.
Many thanks for your help.
Forum: Plugins
In reply to: [Autoptimize] Flash of unstyled textAha yes – that did prevent the FOUT, thanks!
However, now Revolution Slider has a delay in loading, so you see the item below the header for a second just before the slide loads.