I can download/extract v1.0 and v1.1 without issue. v1.2 gives me the problem.
Use 7zip to extract if still on 32bit windows
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Yes, that and an older version of Winrar. Upgraded Winrar or 7zip does the trick. Thanks for the help!
Hello,
Great mod! I was wondering how I style the product listings if I have this installed over the Flexible Listings mod. I am trying to get all the info on the same line but even when I delete the entire stylesheet.css in Firebug there is still a break after each field. Is there a column width field in the CSS? Or maybe I need to edit the product_listing or template file to style the product listings?
To see my issue:
http://hiphopbeatz.com/2014/index.ph...e=products_all
Any help is much appreciated. Thanks!
Really, you need to edit the product_listing.php file to get rid of the breaks in there if that is what you require.
But you could try this in a stylesheet and see what it gives you ( it just stops the br tags from being active in the innerColumns so may not be a great idea ... )
.innerColumn br{
display:none;
}
This is really a Zen question rather than a SNAF question as thos breaks are coming from Zen code so if you continue to experience difficulties then you might like to open a new thread.
Nick
iszent.com
Thanks. I was more curious about when I switch from rows to columns in the admin. In rows, it uses the stylesheet_flexible_product_listing.css, but when I switch to columns it doesn't call that file. Is that related to SNAF?
Don't know.
SNAF was never written with flexible product listings in mind. So, I am not sure how the two work together.
Off the top off my head comment is that flexible listing is not really needed in grid view anyway. Or perhaps I am not understanding completely. What does that module actually do that would be valuable in grid view.
Nick
Nick
iszent.com
That's true, maybe I can uninstall that. Can SNAF do row views if I need to switch back to single rows in the future?