Hi
i am facing one issue with style switcher as follows
Suppose if i have total 4 themes and changed one theme for home page(all other pages) using style swithcer than i go on the taxonomy pages and change the theme than it will got changed but when i will go back to the home page(all other pages except taxonomy pages) than theme dosent change its same as i choosed for the home page, what i find is there is a different theme for home page (all other pages except taxonomy pages) and on taxonomy page. how can we have common theme on home page and taxonomy page either it is changed from taxonomy page or home page. can you help me out here?
Thanks in Advanced.
Vitthal Roonwal
Comments
Comment #1
alanburke commentedIs this still an issue?
Could you try to explain in more detail?
Comment #2
pingwin4eg@vitthal if by "themes" you mean styles that can be switched then I guess I understand your problem.
There is really a bug in 6.x-1.x when module sets cookie without specifying the path - meaning the path is set automatically to the page the user is currently on.
So if user switches style on taxonomy page (or other except for the front page) then this style is applied to this specific page but other pages (like home page) simply do not see that cookie.
The front page is the only with proper path (a simple
/) so other pages can "inherit" this cookie if they don't have their own ones.Anyway this behavior was fixed recently in 6.x-2.x branch of the module. Please update.
Feel free to reopen this issue if the problem will still exist after updating.