Hi guys,
Love to all the community!
Some help needed ?? I have a little issue with multiple sidebars in a theme that I develop. There are four sidebars and on new install WP is placing the default widgets in sidebar 2 and 3.
Because only one of the sidebars is actually a sidebar, is there a way to place the widgets in specific sidebar?
Many thanks,
Atanas
I’ve created several custom single.php pages (organizations-single.php for example). On all of these pages I get the theme default sidebar. How do I call a sidebar created with this plugin to those custom single pages?
I’ve tried using the slug like this:
<?php get_sidebar('the-slug'); ?>
I’ve also tried using the permalink for the sidebar.
Finally, I tried
<?php MS_dynamic_sidebar(); ?>
and <?php MS_dynamic_sidebar('the-slug'); ?>
No luck.
Thanks!
]]>When editing very long posts, the visual editor and buttons fail to load. Upon inspecting the site, the Chrome JS Console shows the following error:
Uncaught TypeError: jQuery(…).sortable is not a function
it links to this js file:
/wp-content/plugins/multiple-sidebars/js/msjs.js
error on line #41:
jQuery(“#”+MS_id+” .inactivos, #”+MS_id+” .activos”).sortable({
This doesn’t happen on all posts, only posts with a lot of text.
Any idea how we can fix?
]]>sidebars were showing fine untill they all disappeared recently on all sites.
Now only empty space is shown in the left column where the sidebar used to be.
please advise what can be done to solve this.
I tried to reinstall the plugin but it does not help.
Could it be connected to upgrading to WP version 4.3?
Hi,
Since I have installed your plugin I have a strange issue on my website (theme 15zine).
The post sidebar is different on desktop and mobile display. The mobile always displays the default website sidebar for all posts. I have tried to delete your plugin but the issue is still here.
Please, can you tell me what files to delete / change to completely remove your plugin.
Thank you.
]]>Hi there,
I have a strange bug. The sidebar is being duplicated – i.e. it is appearing twice.
1. Widgets are only in once in the sidebar
2. MS_dynamic_sidebar() is only in once in sidebar.php
3. There is only one sidebar selected on the page in question.
Can I email you the page link to look?
Thanks,
Martin
]]>can this be applied to the 2014 theme (or the 2015) theme?
i would love to run a theme like this https://www.nytimes.com/pages/books/
]]>Hi there,
We’ve just activated Multiple Sidebars onto a site, but there are sidebars already in the system (created by other plugins).
Is there a way to import these sidebars into the MS list so they are selectable on posts/pages?
Thanks,
Martin Oxby
Summit Web Solutions
I updated my website (www.salonivon.nl) today and now the right sidebar gives this message:
Slider height and/or width are not valid or smaller than 50px
However, i cannot get is solved.
It is in combination with Multiple Sidebars.
Hope someone can help me.
Thanks in advance.
]]>Side bars are on either the left or right side…currently I can choose to have a side bar on either the left or right side…but only ONE side bar….I am looking to have a side bar on both the left and the right….while I can create the side bar it does NOT show and does NOT show in the customizer unless I wish to add it to the current sidebar this is a link NOT a sidebar…..I am now uninstalling it as it is useless…I can create custom menus already I don’t need a program that claims to add multiple side bars and doesn’t….
]]>On my WP Page there is not shown any sidebar. Why? How to fix?
]]>Hi there,
Does this plugin allow me to have both left and right sidebars at the same time?
Regards,
Callum
Hi,
I followed the instructions on the installation guide for this plugin and my sidebar broke. I’ve returned the code to it’s previous state and it still will not appear. This is the code:
<?php if ( is_active_sidebar( ‘right-widget’ ) ) : ?>
<aside class=”aside” role=”complementary”>
<?php dynamic_sidebar( ‘right-widget’ ); ?>
</aside><!– .aside –>
<?php endif; ?>
What should I change to make the plugin work?
Thank you
Hello!
I’m writing this incase anyone else has the same problem I had.
The plugin was appearing in Spanish on the site I was building. I found a few references to changing the language files, but the changes weren’t working. The file was en_US and still appearing in Spanish.
After doing some thinking, I realised that being based in the UK, there was a chance that was causing the problem, so I tried:
multiple_sidebars-en_GB
And that worked.
Love this plugin, hopefully this will help any one having the same problem I was having.
]]>hello, i have a problem the plugin creates empty pages or pages with small content like H1 or H2 .. for me the problem is that is makeing clone of pages for example :
bestdental.ro/multiple-sidebars/proteze-dentare-fixe the page is : bestdental.ro/proteze-dentare-fixe
bestdental.ro/multiple-sidebars/proteze-dentare same: bestdental.ro/proteze-dentare
please help me , thanks.
]]>Buenas,
El plugin funciona perfectamente pero he seleccionado una página para el blog y le asigno un sidebar que he creado pero no me hace caso, muestra el sidebar por defecto.
En el resto de páginas si que funciona correctamente.
Saludos y gracias ??
]]>Hi there,
Thanks for this great widget. I have just run into one small issue.
I am using the theme Interface (https://themehorse.com/preview/interface/).
The custom sidebar I created does not appear in any Category pages. It only appears if I set the Category sidebar to the default sidebar.
Any help would be greatly appreciated. Thank you in advance.
]]>I have used this excellent plugin to create dozens of sidebars for our site. Each of those sidebars contains a menu which uses another plugin to style it up as a jQuery accordion. Because my home page appears to be loading EVERY one of those sidebars, it appears to be going to grab the css file for that Accordion plugin for each sidebar. A total of nearly 70 extra calls. I can’t determine if it’s loading all the sidebars or if it’s doing it because it’s loading all the menus.
If it’s the sidebars, is there a way to load the specific sidebar ONLY when it’s needed?
]]>Hello,
Could you please give me a little hand on how always display the same sidebar on single.php ?
I have a theme that’s using this plugin, so the coding is a little different i think, but the solution may be the same
How can i know the slug/id of a sidebar i’ve created, to always show the same sidebar on a custom post type i’ve created ?
I’d like my archive and single always show a sidebar i named “homepage”
Here is the code i have in my single.php :
<?php generated_dynamic_sidebar(); ?>
Thx for the help !
]]>I did everything the instructions said to do except the last step. My code is different than the code you listed, and I tried to edit it but nothing worked.
This is my code, what do I replace it with to make this work?
Thanks!
?>
<div id=”secondary” class=”widget-area” role=”complementary”>
<?php do_action( ‘before_sidebar’ ); ?>
<?php if ( ! dynamic_sidebar( ‘sidebar-main’ ) ) : ?>
<?php endif; // end sidebar widget area ?>
</div>
by deafult, anything i can do to change it?
]]>Hello… Is there another widget or a way that will allow me to execute php code within the sidebars I create with this plugin?? I would like to be able to get the content of a post and have it displayed in the sidebar.
Thanks!
I am using the enfold twenty fourteen theme, is there a compatibility problem with this having multiple sidebars. I have a left primary sidebar, but I want to have a right side bar with search and links in it and I just can’t get it to work?
]]>Is this plugin still supported? If so, I’m having a weird error with IE 9 and below. SOME of the multiple Sidebars I’ve created are not applying the skin from an accordion menu widget I’m also using. But only the ones created after a certain date. I checked the log and did no updates that day to the plugin, wordpress or jQuery itself. The code is identical. I can’t post a link as it’s still on our dev server but I’ve narrowed the error down to something with this plugin. Not the wp built menu or the accordion menu plugin.
Any ideas site unseen?
]]>hola!
siguiente pregunta: como hago para que el sidebar del post sea el mismo que tiene la categoría a la cual pertenece?
yo agrego los sidebars en las categorías. cuando veo el listado de post dentro del category archive veo el sidebar pero en cada post (aunque pertenezca a esa categoria) no lo veo
deberian post y category compartir sidebar
gracias!!!
]]>The site I was using this for had a genesis theme. The sidebars are not updating correctly.
Used Simple Sidebars instead.
]]>Hi,
I like the plugin very much so far. The only thing i can’t figure out is how to replace my code in sidebar.php.
This is my Original code:
<?php
if ( is_active_sidebar( 'sidebar' ) && wpex_sidebar_enabled() == true ) : ?>
<aside id="sidebar" class="sidebar-container sidebar-primary" role="complementary">
<?php dynamic_sidebar( 'sidebar' ); ?>
</aside><!-- #sidebar -->
<?php endif; ?>
I replaced this code with:
<?php
global $MultipleSidebars;
$MultipleSidebars -> dynamic_sidebar();
?>
This shows the sidebars i created, but they are not sidebars anymore. The sidebars are located underneath the page content instead of on the right of the page.
Hope you can help!
I’m trying to style two different sidebars with two different Div Classes, but I’m not sure how to go about doing this with the plugin.
Thank you in advance,
]]>I create italian localization files for this useful plugin, contact me if u need it.
My mail is [email protected]
]]>Hola,
I really love this plugin. It does almost exactly what I need! The only thing I can’t get to work, is to add the Multiple Sidebars Widget to the default sidebars of my theme.
I have a sidebar inside the file sidebar-slider.php. I could load this slider with <?php get_sidebar(‘slider’); ?>, but I would like it to pop up in the Multiple Sidebars plugin, so it can be activated or deactivated on every page.
I’ve add the Multiple Sidebars Widget to this sidebar, because from which I understand, this is necessary to show the default sidebars of the theme. See: https://tinypic.com/r/33lmlg1/5
But unfortunately, the sidebar isn’t showing up.
Does anyone know how to do this? Thank you in advance!
Kind regards, Robin
]]>