Just wondering if anyone else noticed?
Seems that every time i switch it to "ASC" and it always goes back to "DESC" by it self....

Comments

mluzg’s picture

I did notice, and to fix it I only had to add one line at the end of the function content_glider_block_save, on content_glider.module:

variable_set("{$delta}_order_type", $edit["{$delta}_order_type"]);

I hope this could be fixed on next release.
Thanks for this module, it's been simple and useful.