I had an Panels Everywhere setup where I deactivated the checkbox "Front page content" in the theme settings.
I also created a panel page and defined it as the homepage.

Now the setting affected the homepage content rendering on the front page.
It was not visible anymore.
The setting from Omega shouldn't affect Panels Everywhere.

Comments

mrkdboyd’s picture

StatusFileSize
new1.46 KB

I am also seeing this issue, as are others. See this comment in another thread:

https://www.drupal.org/node/1334574#comment-9095249

I believe the intention of this toggle and code is simply to remove the Drupal 'blog' list of recent content that it uses for the homepage by default, which is helpful. But where the code is implemented in template.php, there are no checks to see if any content has been set as the site homepage (whether it be a panel or a node) before unsetting the front page content.

I created a small patch to fix this issue as well as updating the theme setting help text to describe the updated functionality.

fubhy’s picture

Status: Active » Fixed

Thanks.

  • fubhy committed bbe0b46 on 7.x-4.x
    Issue #2331395 by mrkdboyd | borisbaldinger: Fixed Toggle Frontpage...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.