Closed (works as designed)
Project:
Business
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2012 at 21:57 UTC
Updated:
15 Nov 2012 at 21:17 UTC
Hi all, I ran into this today and thought you may want to make a slight mod to change it. Since you use the .desc class in the front page slider, it overwrites the value on the ubercart "cart" page and breaks the table since it gets a display:none. I just went through and changed the class on mine and all is well.
Files effected
theme-settings.php
style.css
templates/page-front.tpl
js/sliding_effect.js
(I think that was all of them)
Comments
Comment #1
devsaran commentedUnfortunately, Business theme is not E-Commerce theme.. So, Commerce module and Ubercart are not taken in to consideration while developing Business Theme.. Soon, Many Free E-Commerce themes will be released by me.
Comment #2
roald commentedHad exactly same issue. Fixed by changing ".desc {" in Business theme's style.css to "#slider .desc {" (around line 621)