Theme heatmap-adaptive: Theme not working with wp-bulletin-board Page
-
Hi,
I am using Theme heatmap-adaptive v 1.4.8 with a sitting of 2 side bars. I have added jQuery Mega Menu and wp-bulletin-board plugins to my local installed site.
Problem: When I open Forum Page on this theme, my sites sidebar disappears and drop down of my mega menu gets hidden behind background of WPBB background page. Can you please suggest where I need to change the code so that WPBB works fine with this theme.Code in wpbb-template.php
get_template_part( 'unhook' ); get_template_part( 'unhook-custom' ); get_template_part( 'render' ); add_action('heatmapthemead_the_content_hook', 'heatmapthemead_widget_position_blogabove'); add_action('heatmapthemead_the_content_hook', 'heatmapthemead_widget_position_blogbelow'); get_sidebar(); require_once(ABSPATH.'/wp-content/plugins/wp-bulletin-board/php/wpbb-forum.php'); get_footer();
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Theme heatmap-adaptive: Theme not working with wp-bulletin-board Page’ is closed to new replies.