• When you activate your plugin, the icons disappear. I did the test to render the page with the CloudFront URL and it appears normal. This is happening on the websites I installed it.
    I appreciate your attention.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter li9ssb

    (@local9ssb)

    My server uses nginx
    Thank you.

    • This reply was modified 3 years, 10 months ago by li9ssb.
    Plugin Author luckychingi

    (@luckychingi)

    Thread Starter li9ssb

    (@local9ssb)

    Strange is that this procedure depends on the theme used.
    On the websites where Avada use are OK. In others like Houzez (real estate) and Listeo (directory) do not work.

    Thread Starter li9ssb

    (@local9ssb)

    I will follow your offered guidance on to check the debug.log

    Can you tweak php code to enable debugging? Visit the plugin editor section

    /wp-admin/plugin-editor.php?plugin=aws-cdn-by-wpadmin%2Faws-cdn.php&Submit=Select

    Replace lines 21-24

    From

    /*ini_set(‘log_errors’, 1);

    error_reporting(E_ALL);

    $wpaws3_logpath = wpaacbasedir . ‘debug.log’;

    ini_set(‘error_log’, $wpaws3_logpath);*/
    To

    ini_set(‘log_errors’, 1);

    error_reporting(E_ALL);

    $wpaws3_logpath = wpaacbasedir . ‘debug.log’;

    ini_set(‘error_log’, $wpaws3_logpath);
    try to list distribution then visit the plugin editor again, you should see a debug.log file

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons Disappear’ is closed to new replies.