Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Using Demos #1195
    aks137
    Member

    Thanks for your prompt reply.

    Will be waiting for future feature updates.

    Cheers,
    Aakash

    in reply to: Using Demos #1191
    aks137
    Member

    Thank you,

    It solved my problem, also “register_post_type” helped me with my previous problem. Thanks a lot.

    I still don’t know whether we can add some fields/text boxes that can hold calculative values?

    in reply to: Using Demos #1189
    aks137
    Member

    Hi,

    I installed the new Beta version of Piklist and was successful to add thumbnails.

    I noticed, there is an extra META BOX appearing in the post type titled “piklist_meta_title_select” I’ve attached the picture of my post as well.

    Why is this happening? Please help

    in reply to: Using Demos #1181
    aks137
    Member

    Ok I’ll try to do so. Also can we add some calculative fields like say “FIELD_a=1” “FIELD_b=2” so “FIELD_c”=”FIELD_a”+”FIELD_b”, i.e., “FIELD_c=3”.

    I want to add these values when we lost-focus from FIELD_a and FIELD_b to FIELD_c.

    It is possible to do so?

    Thanks in advance.

    in reply to: Using Demos #1166
    aks137
    Member

    This is my code:

    add_filter(‘piklist_post_types’, ‘demo_post_type’);
    function demo_post_type($post_types)
    {
    $post_types[‘clients’] = array(
    ‘labels’ => piklist(‘post_type_labels’, ‘Clients’)
    ,’title’ => __(‘Enter Client Name’)
    ,’public’ => true
    ,’rewrite’ => array(
    )

    in reply to: Using Demos #1164
    aks137
    Member

    Piklist

    As you can see in the above image there is “no title” for the client, I would like to add a title for my client.

    Cheers,
    Aakash

    in reply to: Using Demos #1163
    aks137
    Member

    I mean to say that I want to add titles to my Clients with client’s photos but not able to do so.

    How do I go about it??

    Cheers,
    Aakash

Viewing 7 posts - 1 through 7 (of 7 total)