Site logo

Archived topic

Disable Elements Addons not disabling any elements

3 replies · Started by Erik Sams on March 20, 2015

Viewing posts 1–4 of 4

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.

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 :)

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/

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 :)

This archived topic is closed to new replies.