mickeyshout
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widgets dashboard not working in 2.9.2Thanks for the help! I just tried that–downloaded WordPress 2.9.2 again, deleted my wp-admin and wp-includes folders, and replaced them with fresh versions from the new download. Still no luck. Can’t get anything to work on the widgets dashboard.
My apologies for posting about this twice–I couldn’t find my original post and I thought it had never gone through.
Forum: Fixing WordPress
In reply to: Can’t drag widgets in 2.9I have the same issue. Tried #1… no luck. Can’t try #2, because the Screen Options dropdown menu also does not respond. It seems everything on the widgets dashboard does not work. ??
Forum: Fixing WordPress
In reply to: How do I use CSS to control the placement of images?Thanks! I replaced
.alignleft{
float:left;
width:150px;
}
.alignright{
float:right;
width:200px;
}with
.alignleft{
float:left;
margin: 4px 20px 4px 0px;
}
.alignright{
float:right;
margin:4px 0px 4px 20px;
}and now it works great! You can see it here…
https://crazymancrazy.com/band/julian-root-guitar-and-vocals/
Much appreciated, Otto and alchymyth!!!
Forum: Fixing WordPress
In reply to: How do I use CSS to control the placement of images?Thanks! I’ll give this a try.
I can’t use the WP align left align right functions tho–tried them and experienced great frustration. They always squash the photo horizontally. Don’t know why, but they change the size so the horizontal dimension is way too narrow, while leaving the vertical dimension the same. So, I stopped using them and started specifying with code.
How do I specify with code now?
Again, MUCH THANKS!
P.S.–I also want this to work in Pages as well as Posts. Do I need to put anything different/additional in my style sheet?
Forum: Plugins
In reply to: Need an Audio Player that works with WordPress 2.8An update– I’m now using the plugin Flash MP3 Player JW2.3 and it’s working great with 2.8! You can see it here…
https://crazymancrazy.com/music/
Hope this helps!