• Hi,

    Thanks for the great plugin.

    I am trying to convert the filter

    • s to buttons like so:
      <div id="filters-<?php echo esc_attr( $id ); ?>" class="btn-group filters">
      
                      <button class="btn btn-default">
                          <a href="javascript:void(0)" title="filter all" data-filter=".all" class="active">
                              <?php esc_html_e( 'All', 'wanna-isotope' ); ?>
                          </a>
                      </button>

      But when I click on one of the category filters all the gallery items go away. Did I break it by making this change? Can I fix it somewhere?

      Also, are you planning on adding any more templates that I can use in my theme, instead of over-writing your plugin files? Or can I be doing that already (the only file I am using in my theme is loop.php)?

      Thank you!

    • This topic was modified 8 years, 2 months ago by ryan_m27.
  • The topic ‘Convert to btn-group?’ is closed to new replies.