Juan Javier
Forum Replies Created
-
Forum: Plugins
In reply to: [Wanna Isotope] Can i expand and collapse elements with this plugin?This would require a custom development because it’s out of the scope of this plugin.
Forum: Plugins
In reply to: [Wanna Isotope] Category filter not workingAs specified in another comment, this weekend I’m going to play around with custom fields. You also using ACF?
Forum: Plugins
In reply to: [Wanna Isotope] Issue with Custom FieldsThanks Denis.
This weekend I’m gonna test with ACF.
Any suggestions and improvements are very welcomed.
You can also contribute in my GitHub repo: https://github.com/JuanJavier1979/Wanna-IsotopeForum: Plugins
In reply to: [Wanna Isotope] display intro textHi.
With new version 1.0.4 you can add your own templates to your theme. Follow these steps:
1. Create a folder in the root of your theme names /wanna-isotope
2. Copy there this file from the plugin dir: plugins/wanna-isotope/public/templates/loop.php
3. Change the markup to match your desired display.loop.php example:
<li class=”isotope-item <?php echo esc_attr( $term_class ); ?> all”>
<?php if( has_post_thumbnail( $isotope_loop->ID ) ) : ?>
” title=”<?php the_title(); ?>”>
<?php the_post_thumbnail( $isotope_loop->ID, ‘medium’ ); ?>
<?php the_title(); ?>
<?php endif; ?>Documentation and new templates on the way next days.
Thanks.
JuanForum: Plugins
In reply to: [Wanna Isotope] Portfolio filter by "post_tag" doesn't workHi.
By default pages type don’t have a category taxonomy.
You will need first some kind of plugin or customization to add categories to pages.My best,
JuanForum: Plugins
In reply to: [Wanna Isotope] Can i expand and collapse elements with this plugin?Hi.
I don’t know “Expand + Collapse Funk” plugin, I’m sorry.
In last version I added a templating functionality which will allow you to add your own templates and styles to your theme.But it requires some coding experience to make what you need.
My best.
JuanForum: Reviews
In reply to: [Wanna Isotope] Simple and smart!Thanks @daphnenevada for your review. Much appreciated.
Yes, the feature you describe is currently coded and being in testing before publishing in next update.
Thanks.
Forum: Plugins
In reply to: [Wanna Isotope] display some categoriesHi.
Will include this feature in next release in a couple of weeks.
This weekend I’m attending a local WordCamp and could not work on it.Ping you when ready. ??
Forum: Plugins
In reply to: [Wanna Isotope] Display titleNice.
A review would be great: https://www.ads-software.com/support/view/plugin-reviews/wanna-isotope?filter=1 ??
Forum: Plugins
In reply to: [Wanna Isotope] Display titleI’m working on a new version where you would be able to edit the template to match your own. If you can’t wait you can edit the
public/wanna-isotope-shortcode.php
and modify line number 130 to something like this:
$image = '<a href="' . get_the_permalink() . '" title="' . get_the_title() . '">' . get_the_post_thumbnail( $isotope_loop->ID, 'medium' ) . '<span>' . get_the_title() . '</span></a>';
Forum: Plugins
In reply to: [Wanna Isotope] Grid not displaying only menu showsHi.
Thanks for your comment.
It seems you have not set any featured image for each single post.
Can you try adding featured images?My best.
Juan JavierForum: Plugins
In reply to: [Wanna Isotope] Problem getting categories to filterI assume you are using the default post type.
And the tax parameter is used to create a filter using the taxonomy you tell. Example: if you want to filter categories of posts you use [isotope items=”12″ type=”post” tax=”category”]
If you want to filter by categorized posts, in this case nature-inspired you should use the term parameter, not tax. Example: [isotope items=”12″ term=”nature-inspired”]Forum: Plugins
In reply to: [Wanna Isotope] 40px padding on left of gridHi.
johnselekta
Don’t know if you have solved your problem. Could it be possible to see an online demo on your problem? I can’t find any 40px margin. I think other CSS could be the problem.janbaran33
For the items you’ll need to add this code to your theme’s child CSS:
.isotope-item {
padding: 0;
margin: 0;
}Thanks both of you. I’m creating a new feature to be included soon, is the possibility to add different templates to the items.
Forum: Reviews
In reply to: [Wanna Isotope] works but needs more featuresAdded.
You can now use a single category (term), using the “term” parameter. Keep in mind to use the term slug. And is mandatory to use to “tax” parameter.
[isotope items=”15″ tax=”category” term=”category-1″ order_by=”title” order=”ASC”]
At the example above I’m showing as a masonry grid only the posts under category (tax) “Category 1” (A term of category post) with slug “category-1”.
If the category “Category 1” has sub-categories those are used as the filters.
Thanks for your review. If you have questions please use the support forum instead: https://www.ads-software.com/support/plugin/wanna-isotope
Forum: Plugins
In reply to: [Wanna Isotope] Screenshot?You can view a demo here:
https://www.wannathemes.com/plugins/wanna-isotope/New screenshots coming soon.
Thanks.