Hi,
ran into a weird range slider error.
I have a range slider "size" with a number 1-3. Sometimes I want to override the value in the cms by doing $my_page->size = 3, or similar. Works fine most of the cases, except in one particular page where I get
Error: Exception: Page '/page/path/' is not currently viewable. (in /Applications/MAMP/htdocs/vandejong/wire/modules/PageRender.module line 218)
...if I try to echo $my_page->size.
If I try to set it, it becomes "1" regardless of what value I try to set it to.
anyone seen this?
thanks!
J