Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.4 layout issue #4

Closed
simllll opened this issue Nov 6, 2013 · 1 comment
Closed

v2.4 layout issue #4

simllll opened this issue Nov 6, 2013 · 1 comment
Labels

Comments

@simllll
Copy link

simllll commented Nov 6, 2013

in the file /page-home.php you use the apply_filters for the layout class param now..
first there is a spelling mistake, second you forgot an "echo"

change line 12 to: (change layot to "layout" and add a echo)
<div class="<?php echo apply_filters( 'cherry_home_layout', 'span12' ); ?>" data-motopress-wrapper-file="page-home.php" data-motopress-wrapper-type="content">

@MjHead
Copy link
Member

MjHead commented Nov 6, 2013

Hi, yep, thanks, we already fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants