Hi Stephen,
I have a problem with my current theme, and would like to switch to Sigma.
I need to have Sigma in Full Width mode, so have not added any widgets to the right sidebar. However, there does appear to be a blank right sidebar area on the screen, with this message displayed in it:
You need to drag a widget into your sidebar in the WordPress Admin
Can you help?
Thanks,
David
David Nathan
If this is a page, then you can select the full page template. For archive “pages” (i.e. not page post type) then a sidebar isn’t optional.
You could create a child theme and simply remove the sidebar from those pages.
Stephen Harris
If this is a page, then you can select the full page template. For archive “pages” (i.e. not page post type) then a sidebar isn’t optional.
You could create a child theme and simply remove the sidebar from those pages.
Stephen Harris
Hi Stephen,
Thanks for your response.
I would like my pages to be full width..
I have looked in the Appearance, Settings and the actual page, but not found where I can select the full page template.
It’s probably there, but I just don’t see it…
David
David Nathan
On the ediy age screen you should be able to change the page template (on the right). One of those templates will be a full-width one.
Stephen Harris
Perfect, thanks Stephen.
I had to “show” the “Page Attributes” before I had the option “Full-width, no sidebar.
David
David Nathan
However, selecting “Full-width, no sidebar.” moves
You need to drag a widget into your sidebar in the WordPress Admin.
from the right hand sidebar to the bottom of the page!
David
David Nathan
That’s a bug – an immediate fix is to edit wp-content/themes/Sigma/full-page-width.php
and comment out the line:
get_template_part( 'sidebar', 'index' );
Stephen Harris
Thanks for your prompt fix Stephen.
Will do.
David
David Nathan