to recreate:
create node type with image field
add some images
create Node Template (chaos tools / panels)
add image field to template
add Formatter Option COLORBOX (this is saved)
add Formatter Styles Node image style & Colorbox image style -> THIS IS NOT SAVED

Comments

frjo’s picture

Title: adding image field to panels / chaos tools "Node template" does not save Formatter Styles » Adding image field to panels / chaos tools "Node template" does not save Formatter Styles

I have seen this with Views, returning to the settings and redo them makes them stick in views for me.

Can you try if this is true in Panels as well?

I have tried to find out what the problem is but has had no success. I'm kinda hoping it's a Views/Ctools bug.

drupalok’s picture

** hi and thanks for the reply **

no, that does not work for me in panels.
actually going back to the configuration right after changing the formatter styles (without saving, just having a look if it changed) shows that the values are not kept. they are back to the original settings.

multiple updating / saving does not help

the fatman’s picture

I'm having the same problem with panels and galleryformatter. I update the image settings and go back and the changes are gone, have tried combinations of saving and updating and nothing seems to work.

philipperen’s picture

Same problem here, subscribing...

mortendk’s picture

+1

obrut’s picture

+1

obrut’s picture

If I create my pane with normal image handler, export the code, change the image handler to colorbox, and then import the panel back I work around the problem, the import is saved as supposed.

I haven't tried to open and save the formatter after this procedure.

I exchanged my image formatter to colorbox formatter as included below:

'formatter' => 'colorbox',
'formatter_settings' => array(
'colorbox_node_style' => 'thumbnail',
'colorbox_image_style' => 'large',
),

insidehighered’s picture

+1

juano2310’s picture

+1

merlinofchaos’s picture

If there's a problem here, it's in CTools not colorbox.

I'm trying to replicate this for http://drupal.org/node/1068056 which is probably the proper issue to do this...except I can't make this happen. So I'm not sure what's going on here.

merlinofchaos’s picture

BTW: I'd really love to have access (It'd need to be code level access so I can do debug stuff) to a site exhibiting this behavior.

monican’s picture

Sub ... same problem here. Going to try #7 suggestion to see if it works.

drupalok’s picture

@merlin: access sent via email

juano2310’s picture

Is it possible to modify it directly in the database?

Thanks so much!

juano2310’s picture

Status: Active » Closed (fixed)

This problem was fixed with the new update :)