Plugin did not work at all for me until I went into Settings > Page Sidebar Settings, and then clicked on the Update Settings button.
It seems that even though the settings on this page have default values, they aren’t actually saved until you click the button.
So even though I never touched the default settings themselves, I still had to click the update settings button before the plugin started working.
https://www.ads-software.com/plugins/page-specific-sidebars/
]]>I have two sites that are using your plugin. On the older site, an icon shows in the column on the left side of the page, (that shows the dashboard etc), and I cannot access the plugin. I also cannot get the Home Page ID when I access the home page.
How can I get your Icon to display in the appropriate way?
https://www.ads-software.com/plugins/page-specific-sidebars/
]]>I am trying to get the page-specific widgets to be generated with no luck. (Several pages have custom sidebar page options selected.)
I’m following the instructions on this thread:
but get stuck at this step:
5. Copy the ID from Step 3 into the Text Field labeled Primary Sidebar Slug
There is no such text field visible on the page.
What am I doing wrong?
https://www.ads-software.com/plugins/page-specific-sidebars/
]]>With WP_DEBUG enabled I’m getting
Notice: Trying to get property of non-object in /path/to/wp-content/plugins/page-specific-sidebars/page-specific-sidebars.php on line 268
Pretty simple solution to this one. In method home_pg_id() change
return $pg->ID;
to
if ( $pg )
return $pg->ID;
// No page found
return 0;
https://www.ads-software.com/plugins/page-specific-sidebars/
]]>The sidebar is not being replaced on my blog. Do I need to update wordpress for the plugin to work? It is at https://www.genevieve-matthews.com/values-pendulum/
Thanks,
Amy
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Tried everything, but nothing seems to be working. Site is here, using the theme ElegentEstate https://www.darryllwhaley.com/wp/about-2/investing/
Thoughts?
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>I have a page directed to some other url and for that page i created a custom sidebar but when i clicked for that page in menu that sidebar is not displayed instead showing main sidebar i think it might be because i directed that page to some other url now i want that custom sidebar for that url please help me how it can be acheived
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hello,
I hope you can help.
I am using wordPress v3.5.1 and a child theme of twenty eleven.
I have updated your plugin to 2.14.1 from 2.13.
Problem 1 – Once I made the update, v2.13 is still displaying in the plugins menu along with the newly updated version.
How can I remove the older version from displaying?
Problem 2 – In IE7+, Once I have created a page, as soon as I try to select the page template or parent, the page saves. This is stopping me from selecting a page template. This issue does not happen in Chrome, Firefox and Safari, just IE.
Another thing, all the links have turned green from the default blue color. (This is in all updated browsers)
Once I deactivated v2.14.1, I can set the page template and parent with no problems.
Hope you can help.
Thanks
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Is there an option or a way for the custom sidebar to be the same on child pages? So [About] (Location, Leadership, Mission…) all share the same sidebar and wouldnt have to create new sidebars for each page?
Awesome plugin!
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hi there,
Does a responsive template affect this plugin? because i have it installed, activated and customize my side bar for a specific page but it does not seem to be working.
This is the theme i’m using
https://www.elegantthemes.com/gallery/chameleon/
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hello! Before I updated the plugin to the latest version, it says it’s compatible up to WP 3.4.2 which is what I have.
After I updated and activated the plugin, all of the pages on my website that are assigned the sidebar no longer displayed correctly. I didn’t receive any errors so the plugin was not deactivated.
All of the widgets in WordPress still displayed all the sidebar widget content but they’re not displaying on the website. I did customize some of these sidebars with a Text widget to include CSS to hide certain content. But the Text widget content within the sidebar is not displaying the CSS in the page source and therefore, the pages with the custom assigned sidebars are displaying incorrectly.
I think you had mentioned in your email to resave the settings. Where exactly is the settings found?
Do you also happen to have any other suggestions or similar things happen?
I appreciate your help!
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hello, I’ve been able to get the right widgets to show in the correct pages, except for one. Here’s my site. https://welcome.focala.org i’m having a problem showing a widget for this page only https://welcome.focala.org/?page_id=575 This is my posting page. I’ve gone thru the settings and have tried my home page “page-48” under Home Page ID * and I’ve also tried my posting page id 575 and it’s still not showing. On other pages which i’ve set specific side bars are working just fine, it’s this page i’m having a problem with. The Primary Sidebar Slug is set for sidebar-9 which is my lower sidebar1 I’m using Suffusion Theme.
Thank you,
Francisco
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Im using a child of the twenty ten theme.
following the instructions included with the plugin, i looked at the source code and it looks like the slug i want is “primary” but the plugin is not overriding the default sidebar on my page (https://liveoutloudproductions.com/wp/lectrosonics-rentals)
does anyone know if this is the actual slug for the twenty ten theme or if not, what it is?
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hi, This plugin works but not on the post page.
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>I am searching for a plugin that will allow me to display posts in the sidebar that are related by category to the post a visitor is reading. Will this plugin serve that function?
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>I just installed simple page specific sidebars and initially found it in my widgets and created the custom sidebars for each page but they didn’t show up when I view the page. This morning I was prompted to update simple page specific sidebars and now the widget does not appear in my list of widgets and the sidebars still don’t show up when viewing the page.
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>In order to get this to work with my theme I had to modify my themes sidebar.php file to look like this:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php
$is_custom = get_post_meta($post->ID, 'is_custom', true );
if( $is_custom == 'y'){
dynamic_sidebar('page-sidebar-' . $post->ID);
} else {
dynamic_sidebar('sidebar-primary');
}
?>
I’m using the Roots theme: https://www.rootstheme.com/
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hi,
This plug in is wonderful but no longer works with the latest version of WordPress. Are there any plans to upgrade it?
Thanks
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>Hi,
Is it possoble to hide sidebars for sepcific posts, categories and pages?
Thanks!
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>What does “Add to sidebar rather than replace” do? I see no change. I’d like to use a widget group to several pages rather than make a widget area for every page. Is that what this does?
Thanks
https://www.ads-software.com/extend/plugins/page-specific-sidebars/
]]>