JQuery Quicksand sorting and C5
Permalink
Hi there,
Just wondering if anyone has just quicksand to sort a page list?
http://razorjack.net/quicksand/...
I have a grid of images that are linked to a page... those pages are sorted under different "folders" in the site map in the categories.
I assumed this would be relatively easy but notice that quicksand calls a single unordered list not an entire page...
My Jquery knowledge is basic at best but if anyone can add any insight then I am all ears ;)
HAve a great week
Alistair
p.s I have seen the plugin sold in the marketplace but it doesnt seem that smooth
Just wondering if anyone has just quicksand to sort a page list?
http://razorjack.net/quicksand/...
I have a grid of images that are linked to a page... those pages are sorted under different "folders" in the site map in the categories.
I assumed this would be relatively easy but notice that quicksand calls a single unordered list not an entire page...
My Jquery knowledge is basic at best but if anyone can add any insight then I am all ears ;)
HAve a great week
Alistair
p.s I have seen the plugin sold in the marketplace but it doesnt seem that smooth
No, you can't pull directly from the sitemap on the dashboard (and even if you could, you wouldn't want to).
I'm not sure I entirely understand your situation, but it sounds like you have a page list block on your site already that is showing thumbnail images for each listed page. Is this correct? And if so, that means you must be using some kind of custom template for that? If so, you need to modify the html in the custom template file so that is puts the page list items inside <li> elements (and one big <ul> around the whole thing).
Let me know if that gives you enough info to continue, or if you need more help.
-Jordan
I'm not sure I entirely understand your situation, but it sounds like you have a page list block on your site already that is showing thumbnail images for each listed page. Is this correct? And if so, that means you must be using some kind of custom template for that? If so, you need to modify the html in the custom template file so that is puts the page list items inside <li> elements (and one big <ul> around the whole thing).
Let me know if that gives you enough info to continue, or if you need more help.
-Jordan
Look at the dojo page filter, it dies something kind of like that with a pagelist.
http://www.concrete5.org/marketplace/addons/dojo-page-filter/...
http://www.concrete5.org/marketplace/addons/dojo-page-filter/...
Could I pull the data directly form the relevant <ul> list from the sitemap on the dashboard?