adnanleo
Forum Replies Created
-
What is the solution? , it is giving me the same issue , may be because of compatibility with current version of WordPress.
should we create a ticket for free version as well on authors mentioned link?it cleared the whole sidebar including color, this is not what i wanted, i want to remove the color where navigation is not displayed or there is no child in the pages
hi , it is not live yet
my issue is not resolved yet
There is only one widget in my case
I think this is because of this code in side bar, it is using this div and class in any case if the sidebar is active<?php if( is_active_sidebar(‘sidebar-primary’) ) : ?>
<div class=”sidebar-section-right”>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘sidebar-primary’) ) : ?>
<?php endif;?>
</div>
<?php endif; ?>its not the solution
Forum: Themes and Templates
In reply to: [Appointment] Gray background in sidebarthis color is coming in side bar when there is no item in the list i.e. i put navigation of pages and when there is no child or sibling of any page this grey box is coming which is not looking good, solution?