Results 1 to 5 of 5

Thread: Custom imported fields still do not display on front end despite ok in backend

  1. #1
    Thread Starter
    jmoran's Avatar
    Join Date
    Apr 2011
    Location
    United States
    Posts
    26
    Thanks
    3
    Thanked 1 Time in 1 Post

    Custom imported fields still do not display on front end despite ok in backend

    I've read several solved ones that have helped...having problems still with the custom data showing on the listing despite important and showing in backend. I read a couple other threads about this but they didn't apply or work.

    I've created some custom forms.
    Already have a child theme.
    Added functions.php with the following code:


    function my_va_csv_importer_args( $args ) {
    $args['custom_fields'] = array_merge( $args['custom_fields'], array(

    'billing-address' => 'app_billing-address',
    'cc-type' => 'app_credit-card-type',
    'cc-last-four' => 'app_last-4-digits-of-credit-card',

    ...etc...

    ) );
    return $args;
    }
    add_action( 'va_csv_importer_args', 'my_va_csv_importer_args' );


    I have created the new column names in the csv file.
    I successfully import all records.
    In the backend on the listing I can see the custom fields and they are populated with the imported data.
    On the frontend the custom data does not display.
    If I edit the record there and save then it does display.

    So basically I've added custom forms and fields and imported custom data without a problem as it is there but it does not display on the front end.

    Any help?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. The Following User Says Thank You to jomarkosabel For This Useful Post:

    jmoran (November 23rd, 2021)

  4. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Last edited by jomarkosabel; November 24th, 2021 at 09:35 AM.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #4
    Thread Starter
    jmoran's Avatar
    Join Date
    Apr 2011
    Location
    United States
    Posts
    26
    Thanks
    3
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #5
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: May 4th, 2020, 03:16 PM
  2. Display custom profile fields on the backend
    By marceloseabra in forum Advanced Custom Fields
    Replies: 1
    Last Post: February 10th, 2014, 01:14 AM
  3. Dimitris Vantage: Custom Fields in the backend
    By rapidweb in forum Help Using Vantage (Legacy)
    Replies: 3
    Last Post: May 29th, 2013, 12:22 PM
  4. Dimitris Listing Custom Fields on backend
    By double3d27 in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: January 9th, 2013, 02:25 PM
  5. [SOLVED] Custom fields can not be deleted from Ads backend
    By Fanatic in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: December 28th, 2012, 07:29 AM