Disable Elements Addons not disabling any elements

Home Forums Support Disable Elements Addons not disabling any elements

Home Forums Support Disable Elements Addons not disabling any elements

  • This topic has 3 replies, 3 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #89031
    Erik Sams

    I have tried to disable some elements using the addon. However when I select which element I want disabled, and click update and view my page, the elements that I disabled are still visible. Please advise.

    #89179
    Tom
    Lead Developer
    Lead Developer

    Does the element you want disabled stay checked when you check the disable box?

    If so, can you link me to a page that is supposed to have disabled elements?

    Let me know ๐Ÿ™‚

    #89276
    Cassie Thomas

    I’m having the same problem with disabling my navigation bars. The check marks are still checked. It disables on all my other pages except the page which I’ve set my post to publish to aka my blog.

    http://cassietm.com/traveljournal/

    #89293
    Tom
    Lead Developer
    Lead Developer

    Ah yea, WordPress ignores metabox values on the posts page – I’m looking at a way to get around this.

    For now, you’ll have to use CSS.

    For example:

    .blog .main-navigation,
    .archive .main-navigation,
    .blog .secondary-navigation,
    .archive .secondary-navigation {
          display: none;
    }

    Let me know if you have any questions ๐Ÿ™‚

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