Forum Replies Created
-
AuthorPosts
-
kplanetaMemberBTW. Can we have any updates on the progress of Piklist v 1.0? It’s been a long time sine you said anything about it other than “we are working on it” (Or I’ve missed it).
kplanetaMemberThese are the names of the theme page templates. At first it was page-home and then I changed it to page-homepage. Only after that everything started to work.
kplanetaMemberHi. I’m just wondering if you’ve successfully diagnozed the problem or were able to reproduce the error. I may just add that just like in @ndbe’s case after switching field type to “text” everything started working.
kplanetaMemberDone.
kplanetaMemberOh, I forgot to mention that I tried removing “attributes” and “validate”, but the effect was exactly the same.
kplanetaMemberAdd more is not set. The field code is
piklist('field',array( 'type' => 'hidden' ,'field' => $prefix . 'latLang' ,'value' => '53.010272, 18.605023' ,'attributes' => array( 'maxlength' => 50 ) ,'validate' => array( array( 'type' => 'limit' ,'options' => array( 'max' => 50 ) ) ) ));
kplanetaMemberTake a look at the vid > https://dl.dropboxusercontent.com/u/16604210/Hidden-saved-as-array.wmv
By positioning the marker on the map the value of the hidden field changes. When I save the page, the value in this field is “Array”.
kplanetaMemberUpdate. I’ve found out that whatever data I put into a hidden field (be it a text, digit or number) I get an array as return value.
kplanetaMemberUpdate in 0.9.9.7 fixed nothing. Whenever I save anything into a hidden field I get “Array” in its value.
kplanetaMemberIt’s basically the same as in this thread
kplanetaMemberThank you. Until that time I should give you an info and will make 100% sure if this is really the JS to blame. Unfortunately at home I have 3 very similarly speced PCs so I cannot check the rendering differences on them but I will go to my friend who has got a monster of a PC and will check how long rendering takes on her spec.
Merry Christmas 🙂
kplanetaMemberI’ve updated to 0.9.9.7 and the page still freezes on load waiting for the styling to be applied.
kplanetaMember0.9.9.6
I didn’t update to 0.7 since the list of changes didn’t affect me. Should I?
kplanetaMemberYup. I’ve disabled piklist js files and the page is responsive again.
Do you plan on applying css classes directly to the tags one day? And if yes, when will that happen (more or less). I would like to know that because I’m building a restaurant menu buidler where the number of elements can go far above 50 and that means waiting ~5seks for the page to be usable.
-
AuthorPosts