Got it working. Found this thread and did what he did. Sorter Help
Thanks for the replies!
Got it working. Found this thread and did what he did. Sorter Help
Thanks for the replies!
So it sounds like the issue you were experiencing had nothing to do with Column Grid or the list/grid sorter, but some sort of default_filter mods?
Hello Glenn! I love this module and have a question. I would like to move things around using the css in the list view, but it will also move things in the grid view. Is is possible to have a separate stylesheet for the list view only? I would really appreciate it if you could point me in the right direction :-)
Thanks,
Anne
I don't really think there should be an issue. All final elements of the list view are inside .productListing-data <td> wrappers, while all elements in grid view are in .centerBoxContentsProducts <div> wrappers. Prepending those classes to selectors that need distinction should take care of the problem, affecting only list view or grid view elements respectively.
From a thread discussing styling for the grid view "Sort by:" option:
http://www.zen-cart.com/showthread.p...id-View-Add-On
To put the mod links in a dropdown, add to your stylesheet:Adjust to taste.Code:#gridSorter {position: relative; padding: 0.5em 0;} #gridSorter ul {display: none;} #gridSorter:hover ul {display: block; position: absolute; top: 1.2em; padding: 0.5em 2em; margin-left: 0; background: #ddeeff;}
Output content is built both in /includes/modules/your_template/product_listing.php and in /includes/templates/your_template/templates/tpl_modules_product_listing.php... but why do you think you need to access or alter those files? The class/id hooks are already there for you to style in your stylesheet. All you need to do is "view source" on the output page to see the exact structure.
Last edited by Kevin205; 1 Mar 2013 at 12:02 AM.
Using Zen Cart 1.5.1
Bookmarks