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

sidebar problems #81

Closed
oarashi opened this issue Dec 3, 2016 · 3 comments
Closed

sidebar problems #81

oarashi opened this issue Dec 3, 2016 · 3 comments

Comments

@oarashi
Copy link

oarashi commented Dec 3, 2016

Hi! Thanks for awesome theme.
I have some problems with sidebar. Currently I'm using Polylang plugin and if I turn on english language everything works good (I can edit sidebar), but when I turn on other languages version page sidebar disappears from setting. (footer sidebar shows in all languages)
https://monosnap.com/file/AY8Xzodn0YQigtpxDSKQtFWzMLXOAD
https://monosnap.com/file/AY8Xzodn0YQigtpxDSKQtFWzMLXOAD
Can you please help me with this issue? Thanks!

=======

I've changed functions.php in this way:
register_sidebar(array( 'id' => 'main-sidebar-box', 'name' => __('Sidebar','museum-core'), 'description' => __('This is the regular, widgetized sidebar','museum-core'), 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '</li>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>' ));
And then changed sidebar.php
<ul> <?php dynamic_sidebar( 'main-sidebar-box'); ?> </ul>

@oarashi oarashi closed this as completed Dec 3, 2016
@oarashi oarashi reopened this Dec 3, 2016
@oarashi oarashi closed this as completed Dec 3, 2016
@jazzsequence
Copy link
Owner

Good call. I've requested changes on your PRs to combine them into one PR (and cancel the other) and then I'll merge it in.

@jazzsequence
Copy link
Owner

fixes #79

@jazzsequence
Copy link
Owner

fixed by #84

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

No branches or pull requests

2 participants