[Resolved] Disable element in Articles page

Home Forums Support [Resolved] Disable element in Articles page

Home Forums Support Disable element in Articles page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180582
    Adam Zátopek

    Hi Thomas,
    I find bug in your addons. When I set up(in option->reading) one page to articles page and I go to this page and I disable header, then it not work. I hope you understand me :-). If you not I send some screenshots and give you more feedback.
    Adam

    #180609
    Tom
    Lead Developer
    Lead Developer

    Hi Adam,

    Those options only work on pages and posts, WordPress ignores all metabox data on the blog index I’m afraid.

    You can use CSS though:

    .blog .site-header {
        display: none;
    }

    Let me know if you need more info 🙂

    #180618
    Adam Zátopek

    Hi Tom,
    Ah sorry i dont know this information.
    Yeh i use this css 🙂 before you post and it works.
    🙂
    Ok thanks for ansver.
    Adam

    #180700
    Tom
    Lead Developer
    Lead Developer

    No problem! Glad it’s working 🙂

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