Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Serhii Pasyuk

    (@pasyuk)

    There could be conflict with some other gallery or lightbox plugin.
    Settings can’t be saved if there are some restrictions on your server, which prevent direct access to the plugin’s folder.

    Thread Starter yoddha

    (@yoddha)

    Yes, the first problem is a really conflict, it s OK now.
    But kind of server restrictions? I gave 777 proofs to progran folder.

    Plugin Author Serhii Pasyuk

    (@pasyuk)

    The skins folder is placed outside of plugin’s folder:
    /wp-content/plugins/flagallery-skins/

    Try change permissions on that folder and subfolders. Also there could be ‘/wp-content/.htaccess’ file which restrict access to all PHP files inside /plugins/ folder.

    Thread Starter yoddha

    (@yoddha)

    I have changed the permissions to skins folder – that did not help.

    There is my htaccess:

    # BEGIN WordPress

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /

    RewriteRule ^ – [E=protossl]
    RewriteCond %{HTTPS} on [OR]
    RewriteCond %{HTTP:X-Forwarded-Proto} https
    RewriteRule ^ – [E=protossl:s]

    # Force SSL – to redirect from HTTP to HTTPS uncomment the following line:
    RewriteCond %{ENV:protossl} !s
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    RewriteCond %{REQUEST_FILENAME} robots.txt$ [NC]

    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Plugin Author Serhii Pasyuk

    (@pasyuk)

    Is there .htaccess file in the wp-content folder?

    Plugin Author Serhii Pasyuk

    (@pasyuk)

    М?стер Йода, якщо вам потр?бна допомога з плаг?ном, зв’яж?ться з? мною через контактну форму: https://mypgc.co/contact/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The image could not be loaded Phantom skin’ is closed to new replies.