Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Christi

    (@christi)

    Great! I copied single.php and renamed it to category.php and was able to modify it to do what I need. Thank you!

    Thread Starter Christi

    (@christi)

    Just to finish this one up. I’m 99.9% sure it’s the javascript causing Norton Internet Security’s Ad Blocker feature to supress the header image. It detects the javascript and thinks it’s an ad in the header area so won’t show it. I have moved on to a different theme that doesn’t use javascript in the header area.

    No resolution found or developed for the Radmod theme.

    Thread Starter Christi

    (@christi)

    Ok, I’ve isolated the problem but have no fix.

    The problem is Norton Internet Security’s Ad Blocker feature. I suppose other Ad Blocker products might do the same thing. NIS’ Ad Blocker feature is preventing the banner from appearing on all the pages of the RadMod theme.

    I tried some other themes (Fasttrack, Desert, others) that have masthead/banner areas and they were not blocked by the NIS Ad Blocker.

    Does anyone know how I might go about resolving this problem? I’m no whiz at CSS or PHP but can muddle around some to make change things a little if necessary. If anyone has any ideas that I might try, I’d sure appreciate the help.

    In looking at the CSS for Fastrack it uses the following CSS for the header image:
    #header {
    background: url(‘img/greentopa.jpg’) no-repeat bottom;

    RadMod uses this:
    body h1#header {
    background-image: url(‘banner.jpg’);

    Could it be something about the body tag being identified as a potential ad?

    Could it be the use of “background” instead of “background-image”?

    Any ideas? Thanks in advance!

    Thread Starter Christi

    (@christi)

    Thanks podz, but no cigar. I put the ” around the URL based on something else I read here about the masthead not showing in Mac IE (which it wasn’t). Once I put the ” around the banner URL it showed up fine. There are lots of other issues with Mac IE not representing the site correctly but I’m not pursuing them at this time.

    So, I’m still stumped on why the masthead isn’t showing.

    The image is 1024 x 180 and the following is the CSS code associated with the masthead:

    body h1#header {
    background-color: #4E6BAD;
    background-image: url(“https://216.118.118.61/wp-content/themes/radmod/banner.jpg”);
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    padding: 0px;
    margin: 0px;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #B9B687;
    }

    body h1#header a {
    text-transform: uppercase;
    text-indent:-500em;
    height:100%;
    display: block;
    }

    Could there be something in there that’s mucking up the works?

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