• Resolved HaloBing

    (@halobing)


    I have problem with dynamic plugin on my custom theme, it won’t to hide weather, i try to put <?php wp_reset_query(); ?> before <?php get_sidebar(); ?>

    <?php else : ?>
    
    		<h2 class="center">Not Found</h2>
    		<p class="center">Sorry, but you are looking for something that isn't here.</p>
    		<?php get_search_form(); ?>
    
    	<?php endif; ?>
    	</div>
    
    		<?php wp_reset_query(); ?>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    What to do?

    https://www.ads-software.com/plugins/dynamic-widgets/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Qurl

    (@qurl)

    There are many reasons possible why DW doesn’t hide the widget.
    – The widget is actual a placeholder
    – The theme does not release the correct data to DW
    – The theme ‘confuses’ DW.

    You can try OLD method.

Viewing 1 replies (of 1 total)
  • The topic ‘Dynamic Widgets don't work :/’ is closed to new replies.