soxophoneplayer:
zc 1.5.5 with Responsive Sheffield Blue
I'm having difficulty yet with home page Featured Products tab. Products are in single column and, in Firebug, show no css formatting other than derived from .tab and body. The html code in firebug shows the tab is calling on .panel for css, which I don't see anywhere.
I applied the changes in post #405 by jpda, and also in post #411 followup. Other than those changes, tpl_modules_featured_products, tpl_featured_prodcuts_default, modules/SheffBlue/featured products all show in winmerge as 'same as' to template bundle pkg downloaded. Likewise the stylesheet.
My test site is a new install of zc and of R Sheffield Blue. My test database is import of my livesite zc 154. The template on the livesite is Winchester Black Responsive which uses a quite different Carousel Featured Products.
I wonder if database files from Winchester Black with respect to Featured Products are mucking me about with the Sheffield Blue template.
Anyone know if this might be the case, and if so what I could do in phpMyAdmin or otherwise to un-muck? Or? Thanks.
OK. I see in includes/modules/sheffield blue/featured products - it says if Carousel Featured Producsts called for then do this...which uses the class 'panel' and its css styling. And it says if not doing that, then...do such and such, which is what Sheffield Blue wants and uses that styling.
In Winchester Black Responsive, the Carousel for Featured Products is used and in the admin/configs there is a heading to turn it on, modify it etc.
Sheffiled Blue Resp doesn't use the Carousel so the options to turn it on/off/modify aren't present on the admin/configs page . But my database which includes my earlier Winchester Black stuff has the options config, and its turned on because that's what I did in the Winchester template.
Solution: in phpMyAdmin, find in zen configuration: Carousel Featured Products and edit from 'true' to 'false'.
(yay)