Forum Replies Created

Viewing 15 posts - 1 through 15 (of 28 total)
  • Author
    Posts
  • in reply to: Retain Field Values When Switching Workflow Tabs #4985

    I have been searching for a js solution but I haven’t been able to find anything yet.

    in reply to: [0.9.9.4] Piklist stopped saving data #4812

    I am also having a similar issue with the editor field that I have.

    in reply to: Resolved Forum Topics Hard to Read #4756

    I find readability to be an issue with many sites these days. When I am developing I purposely use one really great, new monitor and one older one. That way I can judge colors and readability across different platforms.

    in reply to: Publishing Post (Piklist v0.9.9) #4520

    I did a database reset and it looks to have fixed the issue.

    in reply to: Publishing Post (Piklist v0.9.9) #4518

    I’m also having the same issue with Piklist 0.9.9.2

    in reply to: Insert Terms Into Custom Taxonomy #4315

    Your awesome Steve, Thank You!!!

    in reply to: Insert Terms Into Custom Taxonomy #4312

    Oh, I will also need to add ‘Stallion’ and ‘Gelding’

    in reply to: Grouped Fields Layout #870

    Woo Hoo …. You are so awesome!!! Thank you very much.

    in reply to: Grouped Fields Layout #867

    Now I am lost as to what to do with that bit of code

    in reply to: Grouped Fields Layout #865

    Pardon my ignorance but I’m still learning PHP. Here is the result for that row and I’m not sure how to extract only the mhs_c3-1 value

    [mhs_pedigree] => Array ( [0] => a:3:{s:7:”spacer1″;s:0:””;s:7:”spacer2″;s:0:””;s:8:”mhs_c3-1″;s:10:”grand sire”;} )

    Would there be a better way of laying out the admin screen to achieve the result that I need?

    in reply to: Grouped Fields Layout #861

    OK, so I’m having a bit of trouble returning the field values on the front end. Here is the result of my code for the backend:
    Pedigree

    I used a bit of css to hide the unnecessary fields for this bit of code (to save space here I only pasted the code for the first row):

    piklist(‘field’, array(
    ‘type’ => ‘group’
    ,’field’ => ‘mhs_pedigree’
    ,’position’ => ‘start’
    ,’template’ => ‘no_label’ // custom template to not add label wrap
    ,’fields’ => array(
    //row 1
    array(
    ‘type’ => ‘text’
    ,’field’ => ‘spacer1′
    ,’label’ => __(‘.’)
    ,’columns’ => 4
    ,’position’ => ‘start’
    ,’attributes’ => array(
    ‘class’ => ‘mhs_spacer’
    )
    )
    ,array(
    ‘type’ => ‘text’
    ,’field’ => ‘spacer2′
    ,’label’ => __(‘.’)
    ,’columns’ => 4
    ,’attributes’ => array(
    ‘class’ => ‘mhs_spacer’
    )
    )
    ,array(
    ‘type’ => ‘text’
    ,’field’ => ‘mhs_c3-1′
    ,’label’ => __(‘C3-1′)
    ,’value’ => ‘C3-1′
    ,’columns’ => 4
    ,’position’ => ‘end’
    )
    )
    ));

    and so on …..

    I am unable to put the individual values in my post template using this code:

    <?php echo get_post_meta($post->ID, ‘mhs_pedigree[mhs_c1-1]’, true);?>

    What am I doing wrong? Each mhs_c?-? field will be placed in respective table cells on the front end.

    in reply to: Grouped Fields Layout #860

    Never mind …. I figured it out Woo Hoo!!! I love Piklist

    in reply to: Grouped Fields Layout #859

    Is there a way that I can use a table to lay this out in the admin area?

    in reply to: Grouped Fields Layout #855

    cool … I will give that a try. I was trying to insert an image of what I want but I can’t seem to get it to load on the screen. Here is another try

    in reply to: Bug Report: Taxonomies + WP 3.5 #566

    Ok, so I thought I would have a try again before I put in your code Steve. I was still getting the error on the demo post that I created. Then I created another post and all was ok. Now everything seems to work fine. Maybe some type of initialization error?

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