- This topic has 10 replies, 2 voices, and was last updated 3 years, 2 months ago by
Ying.
-
AuthorPosts
-
January 30, 2023 at 8:43 am #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.
January 30, 2023 at 11:50 am #2514565Ying
StaffCustomer SupportHi 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?January 30, 2023 at 12:21 pm #2514604Adrien
Hello Ying, Im sorry here’s the correct link:
https://www.awesomescreenshot.com/video/14389979?key=08d0c965ea89aad80978a891b311e49eHere’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.
January 30, 2023 at 12:58 pm #2514643Ying
StaffCustomer SupportHi 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!
January 30, 2023 at 3:30 pm #2514760Adrien
Sorry I did not understand.
January 30, 2023 at 3:31 pm #2514762Adrien
My issue happens when elements are live. Not draft.
January 30, 2023 at 4:09 pm #2514787Ying
StaffCustomer SupportI 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?
January 31, 2023 at 6:45 am #2515466Adrien
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/14389979Basically 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.
January 31, 2023 at 11:24 am #2516020Ying
StaffCustomer SupportThe 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.
February 11, 2023 at 6:56 pm #2529954Adrien
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.
February 12, 2023 at 11:06 am #2530579Ying
StaffCustomer SupportNo Problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.