It’s 10 months since thsi plug in last has been updated – will the compability be updated to wordpress 6.4.1 – or is this plugin obsolete
]]>I have an eCommerce theme (Alidropship’s Rembrandt theme) that does not have a sidebar for the blog section included in the theme. I’ve set one sidebar to display on blog posts. To test the sidebar, I have added a Search widget and a Text widget but no sidebar is displaying. Can you offer a solution? (There’s no option here in the Forum to display a screenshot of my settings.)
]]>Hi Andrew,
Thanks for your plugin.
I use it with the theme Hello of elementor which misses the sidebars.
I really appreciate the shortcode feature.
I translated your plugin into French, give me an email address where I can send you the files fr-FR (mo / po) v3.3.1.
bV
]]>Hi, there looks to me a PHP v7.3 compatibility issue with Version 3.2.0 of this plugin.
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in …/wp-content/plugins/smk-sidebar-generator/html.php on line 83
]]>Hello,
Does Smk Sidebar Generator comply to GDPR?
Does the plugin collect any user information or any other information from the website it is active on?
Many thanks,
Sandra
Hi Andrei,
Is there any option to change markup for widgets inside the area created by the plugin?
Best Regards!
Ramzesimus
I see its a year or more since this plugin was last updated here.
Are there plans for an update?
]]>Where do I locate the documentation for this plugin? Your website is nonexistent from the looks of it.
]]>SMK-Sidebar 3.1, BP 2.6.1.1, WP 4.5.3, Inovado Theme from Minti using Child Theme
affected page: https://wowgrama.com/mingle
Hi, I have approached the theme authors and buddypress support to resolve this issue. Theme guys said to ask BP, and BP said to ask you.
Please, can you help?
Lost my sidebars with the WP update right before this one. The Minti Theme people gave me a different shortcode to use for the sidebars instead of the auto-generated smk_sidebar id. The new shortcode uses the sidebar name instead of the generated code. Works for all pages except for those with buddypress.
I read your forums and copied the theme’s page.php file and renamed to buddypress.php and placed in child theme folder. No change.
I activated the TwentyTwelve theme and the issue remains. Deactivated all other plug-ins. No change.
I went to the author Minti Theme first due to the original sidebar issue, but they say they do not use buddypress with their theme and cannot help.
Here is the content of the buddypress.php file in case you see something that needs to be changed.
<?php get_header(); ?>
<?php get_template_part( ‘framework/inc/titlebar’ ); ?>
<div id=”page-wrap” class=”container”>
<div id=”content” class=”sidebar-right twelve columns”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<div class=”entry”>
<?php the_content(); ?>
<?php wp_link_pages(array(‘before’ => ‘Pages: ‘, ‘next_or_number’ => ‘number’)); ?>
</div>
</article>
<?php if(!$data[‘check_disablecomments’]) { ?>
<?php comments_template(); ?>
<?php } ?>
<?php endwhile; endif; ?>
</div> <!– end content –>
<div class=”sidebar-on-right”>
<?php get_sidebar(); ?>
</div>
</div> <!– end page-wrap –>
<?php get_footer(); ?>
Any assistance will be greatly appreciated. Thank you!
]]>Hello, unfortunatly your plugin doesn’t work with WordPress 4.5.
The admin page is just blank.
The theme I am using depends heavily on your plugin.
I hope you can fix this issue soon.
Hi,
i have updated the SMK sidebar generator to the last version and whe i open the admin page every link is disabled and is impossibile to use every button and link.
I think there is a conflict with core wordpress.
Someone can help me?
Thank you
]]>The sidebars have been working until yesterday when I was informed they weren’t. Nothing was changed they just stopped working.
]]>It put HTML elements on the top of the page while using multiple Text widgets.
I have modified the function smk_sidebar_shortcode on smk-sidebar-generator.php as follows to get it work,
function smk_sidebar_shortcode( $atts ) {
extract( shortcode_atts( array(
‘id’ => null,
), $atts ) );
ob_start();
smk_sidebar($id);
$sc = ob_get_contents();
ob_end_clean();
return $sc;
}
Hello, thanks for the great plugin!
I would ask two things:
– Close the shortcode “[Shortcode] like the example below:
File: render.php – Line: 409
`<code class=”smk-sidebar-shortcode”>[smk_sidebar=”‘. $sidebar_data[‘id’] .'”]
– Create another button next to the save button to directing for the Widgets page as the link:
https://postimg.org/image/cxwmrxjtt/
Oh, and I have the .po file translated into Portuguese pt_BR Brazil. If you want to tell me how to send for you.
]]>As others have noted, the admin page for this plugin is blank.
I am using PHP version 5.3.29 and cannot upgrade to 5.4 to solve this; is there another recommended solution?
]]>The Plugin Admin page is blank.
]]>As many others have stated, this plugin does not seem to work properly. The admin page for the plugin shows up completely blank. Some have suggested it is an incompatibility with certain versions of PHP (I’m running 5.3.10-1ubuntu3.8). At least one person said upgrading their PHP to 5.4 solved their problem.
I can’t easily upgrade my PHP right now so, developers of the plugin? Help?
]]>The sidebar admin page is blank.
]]>The update was great, but for those of us who work with themes that didn’t update quickly after SMK sidebar generator plugin updated, we were unable to continue development or maintain sites that still needed the v2 ID. There are also no instructions on how to find the ID if you still need it.
]]>I am getting the following error message and cannot access the featured image section.
Fatal error: Call to undefined method Smk_Sidebar_Generator::get_all_sidebars() in /home/content/p3nexnas05_data02/21/2176021/html/wp-content/themes/Glider/inc/lib/metabox/init.php on line 215
WP, plugins and theme are all up-to-date. Any solutions? Thanks!
]]>For some reason, the admin panel is totally empty on WP 4.2.2
Any help?
Why don’t you display the shortcodes anymore?
The old ones still work but now it seems that the only way to add custom sidebars to a page is by using the conditions.
I personally prefer to use the shortcodes.
]]>When I create a new sidebar, the shortcode does not show up on the list:
I’ll try to post a screenshot
https://azsbc.org/sidebar.png
Hi,
updated to V3.0 i am lost…
There is no description how to use it. The linked video is very old.
I absolutely have no clue how to use it…
Export and Import is also lost?
A Screenshot for how to add to page would be very helpful.
Maybe I will have to find the page at conditions?
If so, at least an alphabetic order should be available. If you have hundred pages, you will search and search…
Thanks for any idea, Chris
]]>In the old version i could change my styles in css.
i added .smk_sidebar_51c2 a {
color:#666666;
} i worked.
But no it doesn′t work. Is possible fix it?
]]>I have problems with my css code. In the new version doesn′t work.
Someone have the old version. I need it.
Thank you
]]>I’m receiving this error on my blog post page where I use sidebars, it won’t even allow me to post to my site anymore. I need to be able to rollback to the previous version of this until this is fixed, please provide a link to the previous version until this is corrected!
Fatal error: Call to undefined method Smk_Sidebar_Generator::get_all_sidebars() in /home/content/p3pnexwpnas04_data01/51/2239551/html/wp-content/themes/dynamic/inc/lib/metabox/init.php on line 215
]]>Hi,
I can not enter sidebars as you see in this page:
https://i.imgur.com/CnGSrYI.jpg
If I disable (or remove) the plugin, instead of the sidebar there is the code: [smk_sidebar id=”smk_sidebar_2gqu”]
How can i do?
Thanks
Daniele
]]>When I add the sidebar shortcode inside of a page, it goes above all content, and ignores all other columns code. Please advise. Thank you.
]]>I currently have 3 sidebars, but it will not let me add a 4th. When I press add sidebar, it says ok but does not add the sidebar.
]]>