disturbed-pixel
Forum Replies Created
-
Had to get my head around it first, but Fantastic! yep it works seamlessly.
Really appreciate your help and your awesome plugin! I have a few other questions, but i’ll make a new thread.
Thanks again!
- This reply was modified 4 years, 9 months ago by disturbed-pixel.
Hi @hwk-fr
Thanks! Looking forward to your update, that would be really useful template tags.
I only want to send 1 email per form completion for the post created.
So at present i would have to create an action/function per form “form=my-form-slug-name” and use wp_mail to send the notification email?
Can i also grab some of the form values in this? using {field:field_key} etc
- This reply was modified 4 years, 9 months ago by disturbed-pixel.
Forum: Plugins
In reply to: [W3 Total Cache] Subsite in folder – CSS not combining into http bodydone ??
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media librarySure, i’ve emailed them to you (with notes) via my previous support ticket/email. (hope that’s ok)
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media libraryYes it is.
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media libraryUpdate #2:
Essential Grid videos have their video URLs updated automatically to the CDN correctly.
I can see in the media library that the all the videos have the correct CDN URL path, but when rendered on the page with those plugins, they point to the original site not the CDN.
Unless i’m wrong i thought your plugin automatically updates all the links on the page to use the CDN path?
In my case it seems that videos used with WP Bakery Visual composer and LayerSlider retain their original URLS, but Essential Grid updates correctly.
I manually changed the URLs in Visual Composer to the CDN link in the media library and they obviously pull the video from the CDN.
What’s the best way to proceed, so that they are all automatically updated?
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media libraryUpdate: I’m also getting the video not being sent to CDN issue with videos used in LayerSlider (this one has a relative path to the video)
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media libraryThanks Marko.
How do you mean http to https? the entire site is forced to use https.
Ok, i can try your suggestion and see what happens (i’ll report back my findings). It’s just strange that the videos are ignored when everything else works.
So there are no settings that i need to define the video file types to be included on the CDN.
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media libraryHi Marko,
Sure, i right clicked, view source, then searched for the video tag.
Code copied below (i’ve removed references to the company from url and filenames)
<video width=513 height=287 preload=metadata controls poster=https://www.domain.co.uk/wp-content/uploads/sites/3/2018/10/video-placholder.jpg> <source src=https://www.domain.co.uk/wp-content/uploads/sites/3/2018/10/ExplainerOCT2017.mp4 type=video/mp4 autostart=false></video>
Extra details: This video code is added to the page as through their WYSIWYG module called “RAW HTML” via WP Bakery (visual composer) plugin – a content editor. When you view the content in WP as Text, you can see they convert it into a long string. (not sure if its base64)
FYI: Many of the images are added to this page via this plugin (which are also in this type of long string) but they show fine and get uploaded to the CDN as expected.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] CDN Stackpath not uploading MP4’s in Media libraryHi Marko
Stackpath.
I’ve checked with them and they do support the video formats.
All of the website files (js/css/jpg/png/etc) are being served from the CDN, apart from the videos and their placeholders. Actually I’ve noticed that the video thumbnail isn’t being served from the CDN either.
This page has all assets on the CDN, but the video for example doesn’t:
<video width="513" height="287" preload="metadata" controls="" poster="https://www.domain.co.uk/wp-content/uploads/sites/3/2018/10/video-placholder.jpg"> <source src="https://www.domain.co.uk/wp-content/uploads/sites/3/2018/10/ExplainerOCT2017.mp4" type="video/mp4" autostart="false"></video>
Thanks
- This reply was modified 4 years, 10 months ago by disturbed-pixel.
Forum: Plugins
In reply to: [W3 Total Cache] Lazy Loading display issueHappy New Year Marko,
I haven’t heard back regarding my support email i sent. I’m chasing for an update and hopefully an ETA on your next plugin release ??
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Lazy Loading display issueHi Marko
I have done this via the plugin on my staging site. I used the submit bug request method.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Lazy Loading display issueThanks Marko.
Everything else appears to work fine with LazyLoading, but all the “Essential Grid” Grid’s i have across a network of sites (they all differ in design and CPT content) seem to be ignored when scrolled into view.
EDIT:
Forgot to add, i am using: Version 0.11.0 and i have just literally seen you have a new version released Version 0.12.0 – I will update and test.EDIT 2:
I’ve tried the latest version and the issue persists.- This reply was modified 4 years, 11 months ago by disturbed-pixel.
- This reply was modified 4 years, 11 months ago by disturbed-pixel. Reason: updates
Forum: Plugins
In reply to: [W3 Total Cache] Minification Manual mode 403 errorsHey Marko,
I have been investigating since my last post and have talked with the CDN company and the hosting company. It looks like two rules (advanced character string filters) created by the All in One Security plugin are the cause.
RedirectMatch 403 \.inc RedirectMatch 403 include\.
Soon as i comment these out, it works perfectly! I did not think that those two rules would cause so many problems.
Sorry for wasting your time.
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Minification Manual mode 403 errorsHi Marko,
I followed your instructions, disabled minify, manual deletion and cdn purge and started from scratch, the issue persists. (i have included the files in to the ALL templates group)
I have only been trying to manually minify/combine two scripts only as a test run, basically wordpress jquery and jquery migrate.
every time i get a 403, as i in that folder path there are .id files created. (screenshots below)
in the folder above, i can see the full css file but no Js.
Thanks
https://snipboard.io/OPqdoF.jpg
https://snipboard.io/OPqdoF.jpg
- This reply was modified 5 years ago by disturbed-pixel. Reason: typos
- This reply was modified 5 years ago by disturbed-pixel.