Is there a way to make this work to disable the sidebar for just that page? Maybe some way to have it access a CUSTOM PHP file from Generatepress that isn’t in the options list?
I have reviewed this: https://theeventscalendar.com/knowledgebase/k/template-customization-example/
But found nothing in there that points me to disabling the sidebar while looking like the default theme.
I have performed all the support answers such as going into the Registration page and under the Oceanwp settings, change the Content Layout to “Full Width” and I have also tried “100% Full Width”. It is currently set to “Full Width”.
I have also tried changing the Page Attribute template to “Elementor Full Width” and that doesn’t help either.
If I change the page layout under Customizer it changes all pages and I then cannot add any sidebar to pages by selecting the Oceanwp settings content layout sidebar.
Bottom line, people who register, should not have access to the forum until they are authorized.
]]>Thanks for any help you can provide about how to get rid of that box, shows up on all pages but the homepage.
Sue
]]>Is there a way to disable the sidebar for a single page? The content I’m arranging requires a full-width page, but I can’t seem to find an option for that. It appears to be all or nothing.
www.jessjaneagain.com
]]>\<?php // if page has custom field called disableSidebar = true, remove sidebar
$disableSidebar = get_post_meta($post->ID, ‘disableSidebar’, $single = true);
if ($disableSidebar !== ‘true’) { get_sidebar(); }
?>\
and then it says to add a new custom field entry for the pages I want to disable the sidebar on… but for some reason it does not work with this theme. Can anyone help with this? I have tried several plugins and they do not work.
]]>My problem is the following:
For Pages, there appears to be no difference between the “Disable Sidebar” and the “Full Width Disable Sidebar” templates.
I’d like to disable the sidebar and have the content of my page fill the free space – I thought this was the idea of “Full Width Disable Sidebar” – however, it does not work.
On https://marcsandreu.com/ the “Home” page uses the “Full Width Disable Sidebar” template, and the “Marcs” pages uses “Disable Sidebar”. However, they format the same.
I am using the latest version of Catch Box.
Any suggestions for how to achieve what I would like?
Thanks!
]]>