Support » Fixing WordPress » Custom Background Disapears in Codium-Extend Theme w/ Word 3.3

Viewing 15 replies - 1 through 15 (of 22 total)
  • I got this problem with a premium of Elegant Themes as well .
    Themes’s name : GrungeMagTheme ( I unable to upload themes to test cause it’s a premium )

    Me too, it has changed on all the sites I have and cannot seem to get it back to how it was.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Open header.php and locate your <body> tag.

    Change this value to <body <?php body_class(''); ?>>

    That’s been done but it changes the body class in other ways too and not just the background option. IE Changes body width, moves posts/pages horizontally…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Is there a class that defines the background image?

    You can make one:

    .my-body {
    background: image() blah blah
    }

    And then change it to <body class="my-body">

    Created this Ipstenu however it does not seem to want to pick the background image up and will not tile it instead choosing to show only a black background.

    .new-body {background: url(http://us.allnewson.org/wp-content/uploads/2011/12/USflag2.jpg) background-repeat: repeat-y; }

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    http://us.allnewson.org isn’t loading at all for me so I can’t go look…

    Should be okay now although not much to look at, just a black background instead of the US Flag which should be tiled.

    NO BG IMG AFTER WP 3.3, WA THE HECK IS GOING ON! LOOK LIKE ITS LIKE THIS FOR ALL THEMES THAT HAVE A BG OPTIONS IN THE WP DASHBOARD.

    GRGRRRR

    Replacing <body class=”<?php codium_extend_body_class() ?>”> in header.php with <body <?php body_class(”); ?>> worked perfectly. It restored my custom background with no noticeable side effects.

    too many sites to fix with the code above, will they fix this or will I have to do what novacode7 posted if I want wp 3.3 ?

    Novacode7’s code will work but it may cause other changes to the body, just one of those things with wordpress, you have to adapt to change.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    The problem is that some themes were ‘doin css wrong’ and just got caught at it :/

    ocpplus, when I check your site, it’s not even calling the .new-body class at all..

    I’m wondering if this, in your style.css is the problem:

    <style type="text/css">
    <!--
    IMG {
    display: none;
    }
    -->
    </style>

    I’m waiting for hotfix , i’m not pro coder .

    hey!

    I had the same problem, then I found this plugin.

    http://wordpress.org/extend/plugins/background-control/

    Just install it, than put the url of your image.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Custom Background Disapears in Codium-Extend Theme w/ Word 3.3’ is closed to new replies.