[Resolved] elements header doesn´t appear

Home Forums Support [Resolved] elements header doesn´t appear

Home Forums Support elements header doesn´t appear

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1409133
    Heinrich

    hi team,

    i have an elements header, the display rules are “all posts” and “one page”. the header appears on the page, but not on all posts? i can`t find how to fix it.

    #1409200
    David
    Staff
    Customer Support

    Hi there,

    do you have any other header elements that have a location of Posts?
    If so you will need to change the rules or use Exclude rules so they do not conflict.

    If thats not the issue can you direct me to a post where is not being displayed.

    #1409227
    Heinrich

    hi david,
    here is the post link:
    https://www.grillschule.at/richtig-grillen-mit-holzkohle/

    Here is the site which is fine:
    https://www.grillschule.at/uebernachtungsmoeglichkeiten/

    I think the display rules are fine because I excluded the posts from the standard layout.

    #1409286
    David
    Staff
    Customer Support

    The header element contains the News Ticker ? Right.
    I can see that on the post and the page

    #1409352
    Heinrich

    no, the news ticker is a separate element, display rules are „entire site“

    #1409368
    Heinrich
    #1409378
    Heinrich

    hi david,

    i disabled the news-ticker and now the header appears. what is your advice to combine this two headers in one? or should it work side by side?

    #1409394
    David
    Staff
    Customer Support

    You could add the ticker to the after_header hook in a Hook Element.
    This will allow you to display a separate Header Element.

    #1409416
    Heinrich

    is there a shortcode to execute in the hook? or do i have to format all with html?

    #1409450
    David
    Staff
    Customer Support

    Is the ticker added using a shortcode?

    If so and you want to add a wrapper around it you could do this:

    <div class="ticker-wrapper">
        <div class="ticker-inner">
            <!-- add your ticker code her e-->
        </div>
    </div>

    Then give it some CSS:

    .ticker-wrapper {
        padding: 10px;
        background-color: #ff0000;
    }
    #1409451
    Heinrich

    tks a lot

    #1409477
    David
    Staff
    Customer Support

    You’re welcome

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.