Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mjala

    (@mjala)

    I’m sorry, change that to Content, Secondary sidebar, Primary sidebar.

    Not enough coffee this morning.
    Mark

    Plugin Author David Decker

    (@daveshine)

    Hi Mark!
    Glad you found it 🙂

    All ok! 🙂
    Dave.

    Thread Starter mjala

    (@mjala)

    Dave,
    I’m sorry I wasn’t coherent earlier. What I’m looking for is a layout that does content, secondary sidebar, primary sidebar. I don’t see that. It would be like survival life: http://www.survivallife.com/

    Thanks,
    Mark

    Plugin Author David Decker

    (@daveshine)

    Hi Mark!
    Ni prob, I just thought you’ve found the setting in my plugin based on your 2nd reply… 🙂

    What child theme you are using?
    Does ist support 3-column layouts?

    My plugin already has the layout you want, but it can only work if your child theme has Primary and Secondary sidebar of Genesis Core registered. If it has only Primary sidebar registered, then it’s not possible. This layout option needs both areas, obviously.

    Thanks, Dave 🙂

    Thread Starter mjala

    (@mjala)

    Thanks for the reply Dave. I’m using News Pro. It does support 3 column layouts. I see the content, primary, secondary, but not the content, secondary, primary.

    Plugin Author David Decker

    (@daveshine)

    Hi Mark!

    I’ve justed it with my plugin and in general works fine. You only have to do one tweak for the home page/ front page.

    Go in my plugin settings, under “Additional Layouts” enable the “Content/Sidebar-Alt/Sidebar” layout option. Also, enable the option for “Load CSS styles for the three 3-column layouts?”

    Then you can choose in all layout selectors in Theme Settings, plus Posts, Pages etc. this layout as option or default.

    For the home page you have to go in your child them folder, an then comment out this line in the file “front-page.php”:

    This:

    // Force content-sidebar layout setting
    add_filter( 'genesis_site_layout', '__genesis_return_content_sidebar' );

    To this:

    // Force content-sidebar layout setting
    //add_filter( 'genesis_site_layout', '__genesis_return_content_sidebar' );

    See also this thread here for more info: http://wordpress.org/support/topic/not-working-with-magazine-child-theme?replies=3

    Thanks, Dave 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Content, Primary SB, Secondary SB?’ is closed to new replies.