Home Forums Weaver Xtreme Theme Header not showing up

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18200
    kencooperjr
    Participant

    At the site the header as shown appears on ALL pages. NOT what wanting. I.E. on the Chapter Info page the same header shows up even though on the Weaver Xtreme options for that page I specified a different featured image AND specified Header Image Replacement under Featured Image on the options section of the page.

    How do I over-ride the header as set in Theme Options –> Main Options –> Header?
    Thanks for the help – Ken
    P.S. using WP 4.3 and latest version of WX
    #24278
    scrambler
    Moderator
    Header Image Replacement under Featured Image ” replaces the header image.
    Your header is made with a slideshow inserted in the header HTML which has nothing to do with the header image.
    If you only have one page where you want to replace the slideshow by a header image, you could do the following.
    Insert both the slideshow AND the header image in the Header HTML, each in a show_if shortcode that will display them when wanted.
    Given the page you want the header image on has the id  25, it would look like
    [show_if not_post_id=25]Slideshow shortcode[/show_if][show_if post_id=25]The header image for page 25[/show_if]
    Check the add-on page for the shortcode syntax details.
    If several pages will have the same header image instead of the slideshow, you can list their id separated by comas in the shortcode.
    If several pages will have different header image, then  we can look at a simpler solution for that
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.