I have made a couple of custom PHP Template to use for different pages on the website.
From nowhere the widgets under my products and product categories vanished.
Not any site that’s using the template:
“productsite” or “productcategories” has widgets in their sidebar. And I can’t get them back.
It must be something with these two templates because I can still see widgets in the sidebar on other pages that uses a different template, for example, the main page([ redundant link removed ]) that has a “standard” template.
What can I do so I get back the sidebar with widgets on the two templates?
Kind Regards,
Hanna
By the way: the right sidebar is also gone if you click an individual catalog item (even if using the shortcode). See: https://schakenopdebasisschool.nl/products/spel-1-beginstellingestafette/
I’m very interested in your solution.
With kind regards
]]>I am using Adaptativo for my site. When I set the main page to be the page that shows on the site when landing, the sidebar disappears. The sidebar is there on all other pages.
See newgroundevents.com to see the problem.
How do I fix this?
]]>Thanks-
]]>after update to new version of the theme, my right sidebar is at the bottom of the page.
I tried to change the bootstraps, but it’s not working.
Moreover, my child them is not working. I have a notice to download the matter theme. Can you help me?
Thank you in forward.
Greetings.
Karo
]]>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!
https://www.ads-software.com/plugins/smk-sidebar-generator/
]]>