The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Filterable Portfolio - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Filterable Portfolio (/showthread.php?tid=5016) |
Filterable Portfolio - Speed - 2013-07-25 Maybe I've missed something but... I am trying to create filterable portfolio see example here: http://mazeofminds.com/533/filterable-portfolio-powered-by-jquery/ I wonder if there are plugin... or is it possible to build/create codes? It succeed when I use wordpress, I only wonder if its possible to do it with GS? RE: Filterable Portfolio - RobA - 2013-07-26 I coded it into the portfolio page template on my site: http://www.cartocopia.com/portfolio/ -Rob A> RE: Filterable Portfolio - Speed - 2013-07-27 (2013-07-26, 04:35:31)RobA Wrote: I coded it into the portfolio page template on my site: Can you share codes.., I send you PM. RE: Filterable Portfolio - RobA - 2013-07-28 (2013-07-27, 06:41:20)Speed Wrote: Can you share codes.., I send you PM. The whole page is generated programatically, using Mike's custom field plugin to assign map categories to each page, and grabbing the images from the right folders using the child page slugs as indices. Probably not much use to anyone else, sorry. -Rob A> RE: Filterable Portfolio - Speed - 2013-07-29 Yet can you expand it, share some tips or give out suggestion. I mean it was you opened door introduced to your work... and i was hoping you'd share... Since there's lack information on several plugin functions I am sure there are few of us would like to learn too. RE: Filterable Portfolio - shawn_a - 2013-07-29 You asked if it was possible, yes, anything is possible. But you gotta figure out how you can do it according to your needs. RobA your a cartography fan ? Mee too. I made this from scratch, http://gothere.tablatronix.com/maps/ RE: Filterable Portfolio - RobA - 2013-07-30 Well - here is the page code, for what good it might do someone. It isn't that pretty, but it works for me and keeps things simple. I just add a new child page under this one when I need a new map, upload images using a naming convention (I have a gimp script that generates the images for me with the correct names) and the following happens: - The mouseover title is css, and is the title field from each child page - the map type for the mobilyselect javascript comes from the custom (droplist) maptype field from each title page - the images come from /data/uploads/childslug/ - the links to the child pages are just the child slugs (of course) Hope that helps someone. Code: <?php Pretty nifty interactive map Shawn- not familiar with There, though! -Rob A> RE: Filterable Portfolio - Speed - 2013-07-30 shawn_a: You are correct... I'd need to figure out how to do it myself. Problem is, not much of information that can get me started. RobA: Thank you for sharing, I ll have a look at this and figure way out. Play around until I understand it. |