Changing Page Header – Uncode Theme

Home Forums Calendar Products Events Calendar PRO Changing Page Header – Uncode Theme

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1094636
    Igor
    Participant

    Hi,

    I am using Uncode by Undsgn – and the theme developer has kicked me over to you.

    I can control the height of the header, and color, but how can I insert an image header for event pages.

    If I could have individual page control, great, if not, at least I would like one header to be used across all Events pages (and no other types on the site).

    Thanks,

    #1095136
    Cliff
    Member

    Hi Igor. Are you asking about the event’s Featured Image? It gets displayed on the front-end.

    If you’re already setting each event’s Featured Image and you’re wanting to do something more, please provide a link, screenshot / markup drawing, something to help me understand better how I might be able to help you.

    Thanks.

    #1095561
    Igor
    Participant

    Hi,

    I mean the header on the Events listing page, not the individual event page.

    http://nc350.org/events

    See the blue color up top? That’s what I would like to control…

    Thanks,
    i

    #1095663
    Cliff
    Member

    Thanks for the additional information.

    The blue coloring of the header comes from this CSS rule: http://cl.ly/2j39110d042m

    From http://www.nc350.org/wp-content/themes/uncode/library/css/style-custom.css

    You could add CSS code like this to change it for only the Events Archive view:

    body.post-type-archive-tribe_events .style-color-197315-bg {
    background-color: green;
    }

    I’m not sure where that style-custom.css file comes from in your theme, but you can contact your theme author for support if you’d like.

    I hope this helped.

    #1095690
    Igor
    Participant

    Thank you for that.

    I can change the color as of now – what I am hoping to be able to do is add an image instead to the Event Archive page.

    Can I add an image via an Image URL link in the CSS, and control its height?

    #1095801
    Cliff
    Member

    There’s not a built-in way to do this.

    You may want to ask your developer or reference our list of known customizers.

    We’re limited in how much customization help we can provide, per our Scope of Support / Terms.

    Out of curiosity, were you wanting the Featured Image as the background image or a different image?

    #1096426
    Igor
    Participant

    Hi,

    Thanks for the reply.

    I will try to contact the theme developer again, though they kicked me over to you…

    I was hoping to be able to add a Featured Image to the /events page (separate from other featured images on the site) – the same way I can add a featured image to the /events/specific-event pages.

    I can add a header image on other site pages, via Featured Image, or one of the slider plug-ins like Revolution Slider or LayerSlider – but these do not show as options in the case of customizing the header on the /events page…

    #1097321
    Cliff
    Member

    Igor, it’s definitely a “customization” sort of request, which is why we and your theme author are probably saying the same thing (to go ask the other to see if they’ll do it for you).

    We do not provide customizations, per our Scope of Support / Terms. I assume your theme author doesn’t provide these for free. You might want to ask them or someone from our list of known customizers.

    If I understand your request completely, I imagine you’d want to add a meta box to the wp-admin Events edit screen to receive an image file (like the Featured Image meta box) — and then you’d need a theme customization to retrieve that Media File ID and turn it into some background-image CSS code on your Event single pages.

    I hope this helps!

    #1097492
    Igor
    Participant

    OK, thanks.

    Yes, that is the feature I am hoping for. Seems sensible given the rest of the functionality.

    Thank you for the assistance and links,

    #1097690
    Cliff
    Member

    To be clear, we will not be providing this functionality.

    I just wanted to clarify this because you said, “…that is the feature I am hoping for.”

    You will need to code this yourself or hire someone.

    Please let me know if you need anything else from me.

    #1097766
    Igor
    Participant

    Yes, I understood.

    Thanks,

    #1098674
    Cliff
    Member

    I’m glad to have helped. Have a great week!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Changing Page Header – Uncode Theme’ is closed to new replies.