Forum Replies Created
-
AuthorPosts
-
Hi,
Have you found a solution to the problem ?
Thanks for your interest, looking forward to your good news.
Hi,
No, my site not running on Amazon, but if they can run aqua resizer with amazon, can’t you adapt it to other cdn suppliers too?
Hi again,
While researching the subject, I saw one of the github user re-adapt the aqua resizer for the amazon s3. maybe this can give you an idea for other cdn providers.https://github.com/richardyu314/aqua-resizer-s3/blob/master/aqua-resizer.php
Thank you for your interest.
This reply has been marked as private.when look the developers tools, src is unknown. I try to attach a media as a featured image from cdn file direction, it can see image. I don’t understand, whats the problem
Attachments:
You must be logged in to view attached files.Hi,
This part is the original functions.php file, I didn’t add;
When delete this part and paste only your forum codes everything distorted but photos still don’t appear. Like Attach:
<?php
/**
* Claue child theme functions.
* @since 1.0.0
* @package Claue* Enqueue style of child theme
*/function jas_claue_enqueue_script() {
wp_enqueue_style( ‘jas-claue-parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘jas_claue_enqueue_script’ );Attachments:
You must be logged in to view attached files.This reply has been marked as private. -
AuthorPosts