Results 1 to 5 of 5

Thread: Which File Processes The HTML Markup of The Create Listing Custom Fields?

  1. #1
    Thread Starter
    Senior Member edwin's Avatar
    Join Date
    Nov 2010
    Location
    Netherlands
    Posts
    117
    Thanks
    3
    Thanked 22 Times in 17 Posts

    Which File Processes The HTML Markup of The Create Listing Custom Fields?

    Hi,

    I would like to make some changes and additions to the HTML markup for the Create Listing page.

    This is the HTML markup output for the custom fields:

    HTML Code:
    <div class="form-field">
    	<label>Company Name <input class="required" id="app_companyname" name="app_companyname" type="text"></label>
    </div>
    First thing I would like to do, is to change that to different HTML markup:

    HTML Code:
    <div class="form-field">
    	<label>Company Name</label> 
           <input class="required" id="app_companyname" name="app_companyname" type="text">
    </div> 
    Secondly I would like to wrap a holding div for the collection of <div class="form-field"> divs.

    There is already a div called: <div id="custom-fields">
    However that one is not pulled in dynamically when selecting an option in the category menu.

    Therefor I can not style <div id="custom-fields"> because I don't want any styling to show yet if there is no Category selection been made.

    So the second question is, how can I add another holder div?


    It seems to me these changes need to made in the file: /includes/custom-forms.php

    But when I made changes in that file, which is located now in a child theme folder, nothing happens.
    It still pulls the file from the parent Vantage theme folder.

    I only changed the <div class="form-field"> to <div class="form-fields"> because I don't know how to change the php code in order to get the desired HTML markup output outlined above.

    Your help is much appreciated!

    Can donate beer money!!

  2. #2
    Thread Starter
    Senior Member edwin's Avatar
    Join Date
    Nov 2010
    Location
    Netherlands
    Posts
    117
    Thanks
    3
    Thanked 22 Times in 17 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    tcarter's Avatar
    Join Date
    Jun 2011
    Location
    United States
    Posts
    424
    Thanks
    15
    Thanked 91 Times in 77 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Senior Member edwin's Avatar
    Join Date
    Nov 2010
    Location
    Netherlands
    Posts
    117
    Thanks
    3
    Thanked 22 Times in 17 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Senior Member edwin's Avatar
    Join Date
    Nov 2010
    Location
    Netherlands
    Posts
    117
    Thanks
    3
    Thanked 22 Times in 17 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Create new custom fields
    By pedro_alfaiate in forum Vantage General Discussion (Legacy)
    Replies: 12
    Last Post: December 17th, 2017, 05:33 PM
  2. enable HTML code for Custom Fields
    By jamalamin in forum ClassiPress General Discussion
    Replies: 2
    Last Post: October 24th, 2011, 08:11 AM
  3. create custom fields
    By luehning in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: June 28th, 2011, 01:52 PM
  4. [MOD NEEDED] Line Breaks in Custom Fields (Alternative to TinyMCE using no HTML)
    By justin in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 3rd, 2011, 09:19 PM
  5. Can't create custom fields
    By ldopi in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: February 2nd, 2011, 03:08 AM