rbindl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MaxClients set low, then restored, but WP 3.0 still slowAfter escalating issue with hosting service the site is magically working again. No one taking credit or blame, so a mystery at best.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Unusually High Server LoadsRandy… Did you get this resolved? I had similar experience with overloading at Westhost on possibly the same plugin. I was experimenting with various image viewers including NextGen.
Westhost set my MaxClients to very low as soon as they noticed the loading – which slowed my site to a crawl – so I deleted all the image viewer plugins. That resolved their issue, and they claimed to have restored my MaxClients, but my site continues to crawl and is almost unusable if I’m logged on to WP and trying to view pages.
I’ve been using WP for several years with good results and at the latest version 3.0.1. Would like to use an image viewer again, but tech replies from Westhost is almost non existent, so I’m curious what others have done after encountering load issue… my site needs fixing and it appears up to me to find solution – perhaps a new hosting service.
Forum: Themes and Templates
In reply to: Images in pages are shown incorrectI forced a fix in CSS file to address image distortion, but would love to know of better fix. I forced images to square by adding height line to CSS… it forces me to use square images, but it works.
In style.css
#twocol img {
width: 80px;
height: 80px;
float: left;
margin: 0;
margin: 5px 10px 5px 0;
}#threecol img {
width: 40px;
height: 40px;
float: left;
margin: 5px 10px 5px 0;
}Forum: Themes and Templates
In reply to: Images in pages are shown incorrectI love the theme, but having troubles with image displayed in excerpts on rows below latest story. The width gets changed to 80 on 2nd row, and 40 on 3rd row, but the height remains original, so they’re distorted.
IE. 150×150 images gets resized to 80×150 and 40×150 instead of 80×80 and 40×40. https://www.hem.com
I used 1024 page width and tweaked sidebar to 200 or something. Could that have something to do with this?
Forum: Fixing WordPress
In reply to: Search to Blank Page and/or 500 server ErrorAppears to be PHP problem with Theme: Master Suite 1.0. I replaced theme and search works now.