Site logo

[Resolved] Element Display Exclusion no working

Home Forums Support [Resolved] Element Display Exclusion no working

Home Forums Support Element Display Exclusion no working

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2514371
    Adrien

    Hello, I made this video for you: https://www.awesomescreenshot.com/video/14389979

    Basically I have a full width layout element which excludes display on category pages “Standard pages”.
    However, it still applies full width on these cat pages.

    All plugin were disabled on this video, as well as cache and all other elements.

    I have enclosed the link to a standard page which should not have full width applied.

    Thank you for your help.

    #2514565
    Ying
    Staff
    Customer Support

    Hi Adrien,

    I cannot see the video, it says “We can’t find a video you are looking for”.

    The attached page is a static page, how do you define it’s a category pages > standard page?

    #2514604
    Adrien

    Hello Ying, Im sorry here’s the correct link:
    https://www.awesomescreenshot.com/video/14389979?key=08d0c965ea89aad80978a891b311e49e

    Here’s the function code I’ve used to show the cat for pages:

    /* Add CATEGORIES to pages */

    function add_categories_to_pages() {
    register_taxonomy_for_object_type( ‘category’, ‘page’ );
    }
    add_action( ‘init’, ‘add_categories_to_pages’ );

    Thank you very much for helping me.

    #2514643
    Ying
    Staff
    Customer Support

    Hi Adrien,

    I just test on my site, it works perfectly.

    Can you set the element to draft, and then go to the page editor, check the content container setting?

    Let me know!

    #2514760
    Adrien

    Sorry I did not understand.

    #2514762
    Adrien

    My issue happens when elements are live. Not draft.

    #2514787
    Ying
    Staff
    Customer Support

    I know, can you do that? I guess you’ve set the Content container to full width in the individual page editor.

    Can you set the element to draft, and then go to the page editor, and check the content container setting?

    #2515466
    Adrien

    I did not set any container width in the individual page. Here again is the issue I face. I made a 3mn video to show you:
    https://www.awesomescreenshot.com/video/14389979

    Basically I have a full width layout element which excludes display on category pages “Standard pages”.
    However, it still applies full width on these cat pages.

    All plugin were disabled on this video, as well as cache and all other elements.

    I have enclosed the link to a standard page which should not have full width applied.

    Thank you for your help.

    #2516020
    Ying
    Staff
    Customer Support

    The video doesn’t work, but it’s ok, I understand your situation, and the settings are looking right.

    Can you show me a screenshot of the content container option in the page editor to make sure it’s not set to full width?

    Or you can share the admin login, I’ll take a look at the backend.

    #2529954
    Adrien

    Hello,

    Sorry for my late reply. Yes it’s not set to full width, it’s a bug and the normal behavior at the moment.

    I have stopped using page category exclusions and changed to a diff system until this is resolved.

    Thank you for your assistance.

    #2530579
    Ying
    Staff
    Customer Support

    No Problem 🙂

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