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

devsaran’s picture

Status: Active » Closed (works as designed)

Unfortunately, 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.

roald’s picture

Had exactly same issue. Fixed by changing ".desc {" in Business theme's style.css to "#slider .desc {" (around line 621)