Forum Replies Created

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

    (@abbeynormal)

    Would I add this:
    width: 100%;
    height: 100%;
    background-image: url(‘images/header.jpg’);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: left;

    To the structure area?

    /* Begin Typography & Colors */

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #333;
    color: #B0B0B0;
    text-align: center;
    }

    #page {
    background-color: #000;
    border: 2px solid #959596;
    text-align: left;
    }

    #header {
    background-color: #000;
    }

    #content {
    font-size: 1.2em
    }

    .widecolumn .entry p {
    font-size: 1.05em;
    }

    .narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
    }

    .widecolumn {
    line-height: 1.4em;
    }

    .narrowcolumn .postmetadata {
    text-align: left;
    }

    .alt {
    background-color: #000;
    border-top: 1px dashed #555;
    border-bottom: 1px dashed #555;
    }

    small {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

    strong {
    color: #E4D3A6;
    }

    h1 {
    font-family: Garamond, Serif;
    font-weight: bold;
    }

    h2, h3 {
    font-family: Palatino Linotype, Serif;
    }

    h1 {
    font-size: 3.4em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 12px;
    }

    .description {
    font-size: 1.2em;
    text-align: center;
    letter-spacing: .6em;
    }

    h2 {
    font-size: 1.7em;
    }

    h2.pagetitle {
    font-size: 1.7em;
    }

    #sidebar {
    border-top: 1px dashed #555;
    border-bottom: 1px dashed #555;
    }

    #sidebar h2 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.2em;
    }

    h3 {
    font-size: 1.4em;
    }

    h1, h1 a, h1 a:hover, h1 a:visited, .description {
    text-decoration: none;
    color: #FD5A1E;
    }

    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #E4D3A6;
    }

    h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
    }

    .entry p a:visited {
    color: #FD5A1E;
    }

    .commentlist li, #commentform input, #commentform textarea {
    font: 0.9em Verdana, Arial, Sans-Serif;
    }

    .commentlist li {
    font-weight: bold;
    }

    .commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

    .commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

    #commentform p {
    font-family: Verdana, Arial, Sans-Serif;
    }

    .commentmetadata {
    font-weight: normal;
    }

    #sidebar {
    font: 1em Verdana, Arial, Sans-Serif;
    }

    small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #666;
    }

    code {
    font: 1.1em ‘Courier New’, Courier, Fixed;
    }

    acronym, abbr, span.caps
    {
    font-size: 0.9em;
    letter-spacing: .07em;
    }

    a, h2 a:hover, h3 a:hover {
    color: #FD5A1E;
    text-decoration: none;
    }

    a:hover {
    color: #707070;
    text-decoration: underline;
    }

    #wp-calendar #prev a {
    font-size: 9pt;
    }

    #wp-calendar a {
    text-decoration: none;
    }

    #wp-calendar caption {
    font: bold 1.3em Verdana, Arial, Sans-Serif;
    text-align: center;
    }

    #wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }

    /* End Typography & Colors */

    /* Begin Structure */

    body {
    margin: 0;
    padding: 0 0 20px 0;
    }

    #page {
    margin: 20px auto;
    padding: 0;
    width: 760px;
    }

    #header {
    padding: 0;
    margin: 0 auto;
    height: 200px;
    width: 100%;
    }

    Thread Starter abbeynormal

    (@abbeynormal)

    Nevermind Strx Magic Floating Sidebar Maker solved it

    Thread Starter abbeynormal

    (@abbeynormal)

    Got it working took this out:

    // **********************************************
    // Clean for godaddy free hosting
    $st_data = file_get_contents( $src );
    $st_data = substr( $st_data, 0, strrpos( $st_data, ‘</iframe>’ ) );
    echo “<script type=’text/javascript’>\n”;
    echo $st_data;
    echo “</script>\n”;
    // **********************************************

    It was for WP 2, I’m on 3.0.4.

    Thread Starter abbeynormal

    (@abbeynormal)

    Ok, no permalinks to disable, no .htaccess file, so this still does not solve the error at the top and bottom of the dashboard pages:

    Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in /home/content/d/i/e/dieinafire/html/wp-includes/script-loader.php on line 633

    Thread Starter abbeynormal

    (@abbeynormal)

    The message is also listed at the bottom of each dashboard page as well.

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