• I am setting up biography pages on my website for each exhibitor of the event I am involved with.

    Here is an exhibitors page: https://www.circus11.com/wordpress/?page_id=146

    On the main website sections ‘HOME, LINE-UP, ABOUT’ etc I want the alternating header images to stay, but on each exhibitors page I want to be able to select a certain header image to display the exhibitor’s work.

    Does anyone know how I can do this? I think I may have to edit or input some code into the function.php

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 7 replies - 46 through 52 (of 52 total)
  • Thread Starter ieatwork

    (@ieatwork)

    The image I am uploading is definitely 990 x 418px but somehow it is getting cropped to the default size of 990 x 320px.

    I set the max height to 418px so I don’t see why this wouldn’t work…!

    Thread Starter ieatwork

    (@ieatwork)

    Ok… Now it’s working?!!

    Thread Starter ieatwork

    (@ieatwork)

    Does the image now show as 990 x 418px in Firebug?

    This is confusing as I uploaded the exact same image the other day and it didn’t work.

    Maybe it’s something I’ve done differently this time without noticing.

    Sorry to waste your time on this one!

    Marventus

    (@marventus)

    Yep, it is working for me too now. Did you change anything? Perhaps the image was being pulled from the cache and it just now got updated?

    Thread Starter ieatwork

    (@ieatwork)

    I didn’t change anything in the way I uploaded the image.

    Perhaps it was to do with the image being pulled from the cache like you say.

    Marventus

    (@marventus)

    Probably, yeah.
    Oh, BTW, here’s a treat for you: if you want to fix your active styles for your submenus (like Exhibitor Info), you should change this:

    #access .current_page_item a {
    	background: #000;
    	color: #FF0099;
    }

    to:

    #access .current_page_item > a {
    	background: #000;
    	color: #FF0099;
    }

    Marventus

    (@marventus)

    Oh, also, your list items under the News section are displaying a very large space between bullets and actual content. I believe this comes from the left padding property assigned to .entry-content. If you follow the steps I outlined in one of my previous posts, you should be able to fix that.

Viewing 7 replies - 46 through 52 (of 52 total)
  • The topic ‘Need to make random header image static on certain pages. Help!’ is closed to new replies.