Dear all.
At this time I have a working CDN set up and used various CDN url rewrite plugins successfully.
However, when using Page Builder with background images for whole rows, then the absolute URL is encapsulated in an inline css tag within my index.php.
Consequence is that these background images are not served from the CDN but from the original domain.
I am not quite sure: Is this a bug or maybe lacking feature? How do I get my background-images from Page Builder getting loaded through the CDN? (without putting all the css in a separate file manually)
It would be great if someone gave me a hint.
Cheers
Jens
Hi Jens,
We use the standard WordPress function wp_get_attachment_image_src function to fetch the image URL. If the CDN plugin you’re using doesn’t change this URL over (which it should), we’ll sadly not be compatible with that plugin. I would recommend reporting this issue to the developers of the plugin you’re using as it should be changing the URL over here rather than elsewhere.