Title: randit's Replies | WordPress.org

---

# randit

  [  ](https://wordpress.org/support/users/randit/)

 *   [Profile](https://wordpress.org/support/users/randit/)
 *   [Topics Started](https://wordpress.org/support/users/randit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/randit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/randit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/randit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/randit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/randit/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recipe Card Blocks Lite] Add TikTok Video](https://wordpress.org/support/topic/add-tiktok-video/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/add-tiktok-video/#post-16939157)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Giveaways - Grow your business, email lists and traffic with contests] Time Zone Problem?](https://wordpress.org/support/topic/time-zone-problem-8/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/time-zone-problem-8/#post-14087977)
 * That is super great news [@ibenic](https://wordpress.org/support/users/ibenic/)!
   Will you let me know when it is updated? I am hoping to use your plugin for a
   YouTube channel promotional giveaway. THANK YOU!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Webhooks - Automate repetitive tasks by creating powerful automation workflows directly within WordPress] Can WP Webhooks Do This?](https://wordpress.org/support/topic/can-wp-webhooks-do-this/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years ago](https://wordpress.org/support/topic/can-wp-webhooks-do-this/#post-11946405)
 * Hi.
 * The database would need to be triggered when the user makes an input.
 * Here is the authentication requirements:
 * Realist requires that each link to Realist pass certain data that identifies 
   and authenticates a user. Such data includes Realist group name, user id, password,
   first name and last name. These credentials must be encrypted during the transit
   to the Realist website, using a secure socket layer (SSL).
    All parameters noted
   below must be included in each link.
 * Parameter (Authentication) [Mandatory]
    Description Maximum Length groupName 
   the unique name assigned to the Realist Account for the organization by CoreLogic
   N/A Password the password assigned by Realist to the organization using the service
   32 characters userId the unique logon id assigned by Realist to the organization
   using the service 50 characters agentFirstName the users first name as assigned
   by Realist to the organization using the service 40 characters agentLastName 
   the users last name as assigned by Realist to the organization using the service
   40 characters countyId the unique FIPS code assigned to each US county and as
   used within Realist N/A
 * DO you think this would work with some custom development and if so what customization
   would be needed?
 * I sincerely appreciate your help with this! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Webhooks - Automate repetitive tasks by creating powerful automation workflows directly within WordPress] Can WP Webhooks Do This?](https://wordpress.org/support/topic/can-wp-webhooks-do-this/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years ago](https://wordpress.org/support/topic/can-wp-webhooks-do-this/#post-11946255)
 * Hi!
 * Thank you so much for the fast response. I am open to ideas/suggestions as I 
   have never done this before.
 * Here is more info that might help you know what I need:
 * The goal of the combined report link is to search for a property in Realist and
   return an XML form containing information on that property for use in the vendor’s
   system. This enables a vendor to instantly incorporate current Realist property
   data into reports and functions.
    1. The link enables a user to search the Realist
   record for that particular listing by: • Search Type o searchType = CombinedAutopopDetail•
   Search Parameters (Optional) o operator = option to select the search operator
   for searching (is or startswith) o displayFormat = option to return the XML in
   either fixed or dynamic format (dynamic or fixed) o formatValues = option to 
   return XML with or without formatting (true, false or TextCamelCase) • County
   o countyId = the unique FIPS code assigned to each US county and as used within
   Realist • Address, where: o address = full street address • Street Components,
   where: o houseNo = House number (numeric input only) o preDir = Street pre-directional
   preceding a street name (N, S, E, W, NE, NW, SE, or SW only) o streetName = main
   body of street name only (alphanumeric characters only; i.e., no special characters
   except dashes, no nulls or spaces at the beginning or end of the string) o suffix
   = Street Suffix Ex. St, Rd o postDir = post-directional following a street name(
   N, S, E, W, NE, NW, SE, or SW only) o unitNumber = Condo or apartment unit number(
   no special characters except dashes) o city = Property City name o zip = 5 digit
   zip code of property • Tax, where: o taxId = the assessor’s parcel number or 
   tax-id (alphanumeric data, dashes or periods only – other special characters 
   are not permitted) • Owner Name, where: o ownerLastName = Owner Last Name o ownerFirstName
   = Owner First Name (first name is optional) • Formatted Data Values, where: o
   formatValues = Yes, results in values being returned formatted o formatValues
   = No, results in values being returned not formatted and passed RAW in the XML
   o formatValues = TextCamelCase, results in values being returned formatted with
   camel case text and unformatted numbers o Default of no value will be the same
   as formatValues = Yes
 * Note: Suggested parameters to link and retrieve a property in Realist are:
    •
   County AND • Tax-id AND • Address AND • Owner Last Name Owner Last Name is an
   option, but not highly recommended, whereas Tax-id and Address parameters are
   highly recommended. Our recommendation is to send the concatenated Address, but
   as shown above, discreet fields are also available as an option.
 * Realist will conduct a cascaded search using Tax-id first, then if no matches
   are found use Address, then Owner Last Name, if provided.
    Realist Specifications
   for Integration Confidential – Page 4
 * The request will pass a URL to Realist in one of the following forms (Post):
 * Expected Post Request for Tax-id, Address, or Owner name search:
 * APN Search: Service URL: [https://mls.realist.com/spring/autopopDetail](https://mls.realist.com/spring/autopopDetail)
   Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&
   countyId=06059&taxId=03520210
 * Address Search: Service URL: [https://mls.realist.com/spring/propertylink](https://mls.realist.com/spring/propertylink)
   Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&
   countyId=06059&address=714+Vine+ST+Anaheim+CA+ 92805
 * Alternative Address Search to include zip separately: Service URL: [https://mls.realist.com/spring/propertylink](https://mls.realist.com/spring/propertylink)
   Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&
   countyId=06059&address=714+Vine+ST&zip=92805
 * Owner-name Search: Service URL: [https://mls.realist.com/spring/propertylink](https://mls.realist.com/spring/propertylink)
   Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&
   countyId=06059&ownerLastName=smith
 * Cascaded Search: Service URL: [https://mls.realist.com/spring/propertylink](https://mls.realist.com/spring/propertylink)
   Post Input: userId=user&password=pass&groupName=group& searchType=CombinedAutopopDetail&
   countyId=06059&taxId=03&address=714+Vine+ST+Ana heim+CA+92805&ownerLastName=smith
 * 2. Realist will execute a search for the property and return one of the three
   following scenarios:
 * • No record found • Single record found • More than one record found
 * 3. Return XML Form:
    The vendor system will initiate the link via a URL like 
   the one shown above. One of 6 conditions will be addressed in an XML form returned
   by Realist: • No record found • One record found • Multiple records found • Too
   many records found • Database connection failure • Invalid parameters passed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Custom Body Class for New Post Type](https://wordpress.org/support/topic/custom-body-class-for-new-post-type/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/custom-body-class-for-new-post-type/#post-11771420)
 * Hi Michael:
 * Thank you so much for your help and support. I will work on coding it.
 * Have a great day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Custom Body Class for New Post Type](https://wordpress.org/support/topic/custom-body-class-for-new-post-type/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/custom-body-class-for-new-post-type/#post-11764497)
 * Hi Michael:
 * Yes, that is correct.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Accordion – AI-Powered FAQ & Accordion Blocks, Product FAQ] Change title from H2 to H3 heading](https://wordpress.org/support/topic/change-title-from-h2-to-h3-heading/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/change-title-from-h2-to-h3-heading/#post-11220285)
 * Hello:
 * Thank you so much for the update! Your plugin works fantastic and looks beautiful!
   Thank you again! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Accordion – AI-Powered FAQ & Accordion Blocks, Product FAQ] Plus Minus formatting issue](https://wordpress.org/support/topic/plus-minus-formatting-issue/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/plus-minus-formatting-issue/#post-11203222)
 * That worked! Thank you… thank you… thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slick Popup: Contact Form 7 Popup Plugin] Missing Submit Button](https://wordpress.org/support/topic/missing-submit-button/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/missing-submit-button/#post-11198686)
 * Thank you for the prompt reply! The scroll functionality does not appear to be
   working. I have change Send to Submit as suggested however the Submit button 
   still does not appear on the bottom of the form.
 * Please advise. Thanks again for your help and support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IDX Realty Pro] Can’t figure out how to use it without paying for licence](https://wordpress.org/support/topic/cant-figure-out-how-to-use-it-without-paying-for-licence/)
 *  [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/cant-figure-out-how-to-use-it-without-paying-for-licence/#post-9137558)
 * Hello:
    I’d like to see a live demo with dummy data or current custom websites.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IMPress Listings] Missing Taxonomies](https://wordpress.org/support/topic/missing-taxonomies/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/missing-taxonomies/#post-5122068)
 * That worked. Thanks!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [[Theme My Login] Problem removing plugin from sub site after deleting plugin](https://wordpress.org/support/topic/problem-removing-plugin-from-sub-site-after-deleting-plugin/)
 *  Thread Starter [randit](https://wordpress.org/support/users/randit/)
 * (@randit)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/problem-removing-plugin-from-sub-site-after-deleting-plugin/#post-2193766)
 * Thank you for the help. I went into the .php file and have no clue what to delete.
   I am afraid to “guess” and get it wrong and mess up the site. If you could tell
   me exactly what to look for. I did did a search for “theme” to locate anything
   referencing theme my site but nothing appeared. Help! 🙂 Thanks.

Viewing 12 replies - 1 through 12 (of 12 total)