I cannot see changes I've made to header background image in sweaver if I'm not logged in.
Seems to show fine when logged in, but same theme is in use for both admin and public.

Not sure where else to look, haven't had much luck searching this resource or google.
Permissions look correct, using Acquia Marina theme and required dependencies, but I am relatively new to using this module..

Any information or troubleshooting tips that anyone could provide would be appreciated.

Comments

swentel’s picture

Hrm, not a clue right now to be honest but one, but sounds stupid: the style has been published right ? I know, sounds stupid, but we actually ran ourselves into that issue too heh. Might also be due to the setting on admin/settings/sweaver/styles . If not, try diggin into sweaver_preprocess_page() function and put some dsm() functions to see if he's actually trying to load a style. (the dsm() comes from the devel module, make sure you add permissions for anonymous users to view devel information and turn of page caching too)

swentel’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

This is due to a property which is not listed in the allowed properties by the css_filter in ctools. Let me know if this is still the case with the latest version (we added a full list) - if not, let me know which property it is and I'll add it to the list.

swentel’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
vojnar’s picture

Version: 6.x-1.x-dev » 6.x-1.2

Can you please clarify, where or which file needs to be updated in ctools in order to have some added css properties written for anonymous users css for sweaver...?

Thanks

vojnar’s picture

Status: Closed (duplicate) » Active

Can you please clarify, where or which file needs to be updated in ctools in order to have some added css properties written for anonymous users css for sweaver...?

Thanks

helmo’s picture

Status: Active » Closed (duplicate)

@vojna: please see the patch from #1004062: Custom css filters not adjustable
You're probably looking for the sweaver_ctools_allowed_properties field.

vojnar’s picture

Category: support » bug
Status: Closed (duplicate) » Active

Thank you for your fast reply.

Im investigating my problem, why anonymous users getting different look published by sweaver.

So far I came to the conclusion that ctools_css_disassemble($css) cuts out valid css before it gets saved by sweaver to live.css for anonymous users. This issue is not related to allowed properties. You can read more specifically into this issue here: http://drupal.org/node/1879992

Thanks

kenp’s picture

Category: bug » support

When I turn off sweater module my css changes disappear, I saved them under new as spacing, should I put them in the docs css?

helmo’s picture

Category: support » bug

@kenp: You speak about disabling the module, not about being logged off. Please open a new issue for a different subject. But yes, disabling the module has that behaviour by design.

shad0w1316’s picture

Issue summary: View changes

This also happened to me. I've solved this problem flushing all cache (from the panel) and erasing the browser history (also erasing cookies).