Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stmawes2

    (@stmawes2)

    Did it.

    Went to:-
    Edit youtube-simplegallery plugin in edit plugin.

    youtube-simplegallery/youtube_simplegallery.css

    then added – width:200px;

    .youtube_gallery_item img {
    background: #eee;
    padding: 3px;
    border: 1px solid #999;
    margin: 3px;
    width:200px;
    }

    Thanks again for the plugin

    Hi,

    I had this very frustrating problem,

    I edited the .htacess file in the subdomains parent and it worked for me.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    it was:-

    # BEGIN WordPress
    RewriteEngine on
    RewriteRule ^(.*)\.css$ /wp-content/plugins/script-compressor/jscsscomp.php?q=$1.css [NC,L]
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Options -MultiViews
    ErrorDocument 404 //32515.php

    Options -MultiViews
    ErrorDocument 404 /32515.php

    Options -MultiViews
    ErrorDocument 404 /32515.php

    Options -MultiViews
    ErrorDocument 404 /32515.php

    Obviously back up the original in case evrything goes pear shaped.

    Thread Starter stmawes2

    (@stmawes2)

    I was able to auto update to 2.71 from 2.7 via dashboard.

Viewing 3 replies - 1 through 3 (of 3 total)