Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Default to 'full width', instead of 'right sidebar'?

New Front EN Support Forums Kanso Theme Support Default to 'full width', instead of 'right sidebar'? Reply To: Default to 'full width', instead of 'right sidebar'?

#3657
thoughton
Participant

Hi Andrii,

Thanks again for being so helpful!!!

I tried out the new files, but I noticed it removes the ‘page layout’ box entirely. This also affects the ‘new post’ and ‘new pages’ pages, not only the ‘new project’.

In the end I think I’ve managed to do what I want anyway. I just re-ordered the options on line 510 of functions.php. From this:

'options' => array('Right Sidebar','Full Width','Left Sidebar')
to this

'options' => array('Full Width','Right Sidebar','Left Sidebar')

This (so far!! haha) seems to work. I’m now looking into making it conditional so this only happens on the projects pages.

Thanks again!!

  • This reply was modified 10 years ago by thoughton.
  • This reply was modified 10 years ago by thoughton.