- This topic is empty.
-
AuthorPosts
-
December 21, 2012 at 1:20 pm #41508
croydon86
ParticipantHi Guys
Just wanted to know if there was a plugin for wordpress that works like this… http://isotope.metafizzy.co
I do not need the fluid element of this, but just the ability to filter so it only displays images for that category.
I am aware there is already an isotope plugin by Damien Saunders, but this seems to be only for the fluid layout, not the filtering.
I could easily implement this from the original site myself, but I would like to give my client the ability to upload her own images in her own categories.
Is this possible?
March 8, 2013 at 10:13 am #127470sharonq
MemberThis plugin on Code Canyon uses isotope and is very user friendly:
http://codecanyon.net/item/complete-gallery-manager-for-wordpress/2418606
March 8, 2013 at 10:29 am #127474croydon86
Participant@sharonq Thanks for that, that’s exactly what I was after. I have already completed the project for the client but will bookmark this plugin for use in the future.
Doesn’t seem to get the images in equal columns though, like how isotope/masonry does.
March 8, 2013 at 12:21 pm #127496TheDoc
MemberI don’t understand. Why don’t you just use isotope?
March 8, 2013 at 12:42 pm #127501croydon86
ParticipantI was looking for a plugin with a friendly UI so that the client can upload images herself, placing images in a variety of categories, that then outputs like isotape. I don’t think this is possible with just using isotope, as the client will not have control.
March 8, 2013 at 12:54 pm #127505TheDoc
MemberI guess I don’t really know what you’re trying to do!
March 8, 2013 at 1:03 pm #127506croydon86
ParticipantMaybe I am not being clear, let me rephrase…
I was after a plug-in that allows the client to upload images in the wordpress admin. The client can upload images to specific categories. Once uploaded, the output on the webpage is similar to isotape, allowing the user to navigate the categories, where the content smoothly reshuffles to show the selected category content.
This plugin is close to that http://codecanyon.net/item/complete-gallery-manager-for-wordpress/2418606 however the output doesn’t seem as ‘polished’ as isotope.
I can easily implement isotape myself, but the whole purpose of this is so that the client has control of uploading/removing images, through the wordpress admin
March 17, 2013 at 10:45 pm #128585Jeager
MemberI am actually probably going to attempt this same thing soon. I imagine it will work like this:
Custom post type of “whateverPost”
a loop query that uses post_type from “whateverPost” and uses the post_thumbnail
Add a div around the thumbnail output for whatever isotope uses (think its item?) and probably end up scaling the image via css. max-width:20% or something.
This is theory though. I have only messed around with it for a few mins so far.
-
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.