Convert to btn-group?
-
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!
- s to buttons like so:
- The topic ‘Convert to btn-group?’ is closed to new replies.