Forum Replies Created

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

    (@silverdoves)

    Not sure what that problem was, but a re-install of the gallery theme seemed to fix the issue.

    I was having trouble with this, as well and this is what I found. With the theme I was using it was missing the default style for captions so I had to go into the style.css for the theme and add this:

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
    .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    }
    .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }

    This is the site where I finally found out how to do this.

    Thread Starter silverdoves

    (@silverdoves)

    Well… The first error was there BEFORE I added any plugins. Since then I’ve added a couple but since I’m having trouble logging in I’m not sure which specifically. Is there any chance it’s the theme itself? Just wondering.

    Thanks!

    Thread Starter silverdoves

    (@silverdoves)

    I now have a different error when I even just try to access my blog. it gives me `
    Fatal error: Call to undefined method wpdb::set_prefix() in /home/britwit/public_html/silverize/wp-settings.php on line 209
    ` Any help is appreciated, thanks!

    Thread Starter silverdoves

    (@silverdoves)

    I think my other pages are working. They show up. I did have someone say they couldn’t leave a comment. I thought that was strange since I can check the comments directly on my database, but they don’t show up on the actual blog. Is that the server, then? What do I need to check about the server configuration. I have full access to the space, is that something I can check on my cpanel, at least just to see how it’s set up. Also… it was working previously, so what could have changed with my server that now it doesn’t work? Of course, this is all assuming that’s the problem.

    I’ll try renaming the themes (I haven’t added any plug-ins, but I’ll test that one, too) and see what i come up with. Thanks for your help and I’ll get back when I’ve checked this out.

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