stmawes2
Forum Replies Created
-
Forum: Plugins
In reply to: YouTube SimpleGallery | Thumbnail SizeDid 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
Forum: Fixing WordPress
In reply to: Style Sheet Trouble At New DomainHi,
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.phpOptions -MultiViews
ErrorDocument 404 /32515.phpOptions -MultiViews
ErrorDocument 404 /32515.phpOptions -MultiViews
ErrorDocument 404 /32515.phpObviously back up the original in case evrything goes pear shaped.
Forum: Installing WordPress
In reply to: Probs installing 2.71 wp-admin/install.php on line 21I was able to auto update to 2.71 from 2.7 via dashboard.