Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rbindl

    (@rbindl)

    After escalating issue with hosting service the site is magically working again. No one taking credit or blame, so a mystery at best.

    Randy… 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.

    I 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;
    }

    I 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?

    Thread Starter rbindl

    (@rbindl)

    Appears to be PHP problem with Theme: Master Suite 1.0. I replaced theme and search works now.

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