Hi there,
I don't know if the problem is with Skinr or with Acquia Prosper theme, but Skinr settings don't have any effect. I was using Skinr 1.1 and Acquia Prosper 1.0-beta3, I've also tried with dev versions : same problem.
I've already tried Acquia&Skinr a few monthes ago for another project, even if the user interface was much more simple at least it worked fine. Anybody experiencing the same issue?
Regards.
Comments
Comment #1
tahiticlic commentedThe problem is not linked to Skinr but to Drupal. In order to retrieve which classes must be applied, Skinr selects the current theme and first try to find the user's theme... Which is not unset by Drupal when disabling themes.
In my case, admin user had "Theme A" as prefered theme in database, even if "Theme A" was not enabled anymore... so Skinr did the right thing : fetching classes set for Theme A, i.e. none.
I'll report this Drupal's bug.
Comment #2
vinoth.3v commentedI my case, Skinr classes are applying to all the pages but node pages. I tried to set user's default theme to my custom theme in db which is enabled. no luck.
any suggestions ?
Regards
Vinoth
Comment #3
vinoth.3v commentedI have checked the skinr module,
skinr_fetch_data returns data on all the pages but not to node/* pages.
any Idea?
Comment #4
jacineTry the latest version: 6.x-1.2. This seems similar to this #682588: Skinr does not work when $custom_theme is set, which has been fixed.