Closed (fixed)
Project:
Style Switcher
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2011 at 08:22 UTC
Updated:
21 Mar 2012 at 16:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
alanburke commentedD7 version attached
Comment #2
alanburke commentedI use this project on a few sites, so it might be in my best interest to help out.
So I'd like to become a maintainer.
Comment #3
mint5auce commented*Bump*
I'd like to develop this further on Drupal 7 too, I'd be happy to help out from a front end point of view.
Comment #4
alanburke commentedI've emailed the current owner, so I'll give them a chance to respond before taking a next step
Comment #5
hozt commentedThanks Alan for taking the lead on this and coming up with the port to 7!
If you do not have a default css sheet configured a warning will be displayed on line 43:
$default = $theme_info->info['styleswitcher']['css']['default'];
Easy fix:
if (isset($theme_info->info['styleswitcher']['css']['default'])
$theme_info->info['styleswitcher']['css']['default'];
I have testing in Firefox, Chrome, Opera, and Safari. It works in all except for Safari.
Comment #6
cimo75 commentedHi +1 for this module in D7, the solution in #5 doesn t work for me.
Comment #7
cimo75 commentedHi
I ve installes the module and created a few css files (also a default one to avoid the error) but there is no css loading, the fadein fadeout overlay works though and the switching block appears correctly.
this in my .info
styleswitcher[css][default] = css/default.css
styleswitcher[css][Style 2] = css/style2.css
styleswitcher[css][Style 3] = css/style3.css
Comment #8
alanburke commentedFurther to http://drupal.org/node/1284782#comment-5053382
And two emails to the owner via the contact form,
I'd like to take over this module.
Comment #9
cimo75 commentedHi
on the log i can see that the requested css files are not found on the server by the user. So what happens in my case is that when the user calls the css files they are not available although they are indeed found on the page source.
So what can be wrong here?
S.
Comment #10
sreynen commentedI've given alanburke full maintainer access to the project.
Comment #11
alanburke commentedMoving back to the project