Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • in reply to: [possible bug] page-home template #6558
    kplaneta
    Member

    BTW. 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).

    in reply to: [possible bug] page-home template #6557
    kplaneta
    Member

    These 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.

    in reply to: hidden field error #6021
    kplaneta
    Member

    Hi. 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.

    in reply to: hidden field error #5983
    kplaneta
    Member

    Done.

    in reply to: hidden field error #5974
    kplaneta
    Member

    Oh, I forgot to mention that I tried removing “attributes” and “validate”, but the effect was exactly the same.

    in reply to: hidden field error #5973
    kplaneta
    Member

    Add 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
    			)
    		)
    	)
    ));
    in reply to: hidden field error #5968
    kplaneta
    Member

    Take 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”.

    in reply to: Hidden field bugs #5927
    kplaneta
    Member

    Update. 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.

    in reply to: hidden field error #5926
    kplaneta
    Member

    Update in 0.9.9.7 fixed nothing. Whenever I save anything into a hidden field I get “Array” in its value.

    in reply to: Hidden field bugs #5881
    kplaneta
    Member

    As for the second case, I used the code from here

    in reply to: Hidden field bugs #5880
    kplaneta
    Member

    It’s basically the same as in this thread

    in reply to: Odd application of the default field styling #5386
    kplaneta
    Member

    Thank 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 🙂

    in reply to: Odd application of the default field styling #5380
    kplaneta
    Member

    I’ve updated to 0.9.9.7 and the page still freezes on load waiting for the styling to be applied.

    in reply to: Odd application of the default field styling #5379
    kplaneta
    Member

    0.9.9.6
    I didn’t update to 0.7 since the list of changes didn’t affect me. Should I?

    in reply to: Odd application of the default field styling #5350
    kplaneta
    Member

    Yup. 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.

Viewing 15 posts - 1 through 15 (of 26 total)