Closed (fixed)
Project:
AT Commerce
Version:
7.x-2.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2011 at 05:19 UTC
Updated:
2 Jan 2012 at 13:30 UTC
Just upgraded, and styles.slideshow.css 112 is being applied to all nodes by virtue of the .article-inner selector.
Comments
Comment #1
Jeff Burnz commentedThe issue is with a logic error in template.php, you can fix this by upgrading to the DEV version, or by using the following code...
In template.php around line 214 there is a block of PHP that adds classes for theming the slideshow, remove it and add this instead:
Note - this new code expects your node type for the slideshow to be called "Slideshow" (machine name "slideshow"), as per the setup instructions, if its not, it won't work - this is a compromise between completely removing the entire built in slideshow and keeping the existing code for backwards compatibility.
Comment #2
Jeff Burnz commentedFixed in DEV, will be in next release going out very shortly.