Results 1 to 7 of 7

Thread: Showiing Custom Fields in a different position

  1. #1
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post

    Showiing Custom Fields in a different position

    I was wondering is there anyway one can position certain custom fields separately instead of all the custom fields showing on the right-side of the images.

    I know this is possible since the price field is shown separately.

    For example say I want to show certain fields like Car Type, Car Model and Color separately under the description. How can we do that ?

    I know the way to replicate these fields but whats happening is it is now showing at two places

    1. On the right-side of the images where all the custom fields are placed.
    2. Under the description where I added the fields with the code as below.

    I only want it shown once where I intend to have it rather than twice. Similar to the way the cp_price field shows on the top left only once and not alongwith all the other custom fields.

    I know it has something to do with this or something similar. Because if I remove the price here it starts showing at 2 places instead of just in the price field ( but also in the custom fields)

    echo '<li id="'. $result->field_name .'"><span>' . $result->field_label . ':</span> ' . str_replace(',', ', ', appthemes_make_clickable($post_meta_val)) .'</li>'; // make_clickable is a WP function that auto hyperlinks urls}
    elseif($result->field_name != 'cp_price' && $result->field_type != "text area")

    Any help on this is deeply appreciated.

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  3. #3
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  4. #4
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  6. #6
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. multiple drop-down search form using custom fields and custom taxonomies [part 2]
    By davidhaz in forum ClassiPress General Discussion
    Replies: 12
    Last Post: November 4th, 2014, 06:40 AM
  2. Custom Fields possibility for Separator Fields
    By coolsage in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: September 29th, 2011, 02:41 AM
  3. Custom CSS - Price tag position
    By entropiabr in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 12th, 2011, 07:32 PM
  4. More Fields in Registerform and Profile-Page / Custom Fields
    By magicfingers in forum ClassiPress General Discussion
    Replies: 2
    Last Post: September 4th, 2011, 05:39 PM
  5. [TUTORIAL] multiple drop-down search form using custom fields and custom taxonomies [part 1]
    By davidhaz in forum ClassiPress General Discussion
    Replies: 6
    Last Post: June 6th, 2011, 05:40 AM