Hi @drucyg
I hope you’re well today!
The Custom Sidebars plugin doesn’t inject any new sidebars to “no-sidebars templates” and it doesn’t remove sidebars. It can only show custom sidebars (replace existing ones) in existing widget areas.
IF your theme doesn’t provide any page template without sidebar that you could possibly assign to those pages then it will require (ideally) creating a child- theme with a “no sidebar” template that you could use for these pages or (more of a “quick and dirty” but still working solution) using CSS to hide those sidebars and, optionally, widening content area on these pages.
There is one alternative way that you could try using our Custom Sidebars plugin, that is:
– create a custom sidebar with no widgets at all
– set it to be displayed on these pages
but while it will help you “get rid” of any widgets on these pages only without removing them from other pages, it would still – most likely – leave a “gap” (empty space) in place of the sidebar in most cases, so it would still require some additional CSS.
Best regards,
Adam