Advertisement
Guest User

Untitled

a guest
May 18th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 KB | None | 0 0
  1. <!--HOUSING AVAILABLE -->
  2. [wpv-if evaluate="'[wpv-post-taxonomy type='real-estate-category' format='slug']' ='housing-available'"]
  3.  
  4. <div class="content1-sidebar-wrap">
  5. <div class="items">
  6. <div class="gallery listing item"> [php slug=lightslider]
  7.  
  8. </div><!--gallery listing item -->
  9. <div class="item details">
  10. <div class="listingheader">
  11. <h2 class="entry-title">[wpv-post-title]</h2>
  12.  
  13. <div class="city"> [wpv-if evaluate="'[wpv-post-taxonomy type='city' format='text' order='asc']' !='Other Cities'"]
  14. [wpv-post-taxonomy type="city" format="name"]
  15. [/wpv-if]
  16.  
  17. [wpv-if evaluate="'[wpv-post-taxonomy type='city' format='text' order='asc']' ='Other Cities'"]
  18. [wpv-post-field name='re_ha_other_city']
  19.  
  20. [wpv-conditional if="( $(re_ha_neighborhood) ne '' )"]
  21. ([wpv-post-field name='re_ha_neighborhood'])
  22. [/wpv-conditional] </div>
  23.  
  24. <div class="prices"> [wpv-conditional if="( $(re_ha_price_monthly) ne '' )"] <span>[wpv-post-field name='re_ha_price_monthly']/Month</span> [/wpv-conditional]
  25. [wpv-conditional if="( $(re_ha_price_weekly) ne '' )"] <span>[wpv-post-field name='re_ha_price_weekly']/Week</span> [/wpv-conditional]
  26. [wpv-conditional if="( $(re_ha_price_daily) ne '' )"] <span>[wpv-post-field name='re_ha_price_daily']/Day</span> [/wpv-conditional] </div>
  27.  
  28.  
  29.  
  30. <div class="stats">
  31. [wpv-conditional if="( $(re_ha_bedrooms) ne '' )"]<span class="bedrooms"><i class="fa fa-bed" aria-hidden="true"></i> [wpv-post-field name='re_ha_bedrooms'] Bedrooms</span>[/wpv-conditional]
  32. [wpv-conditional if="( $(re_ha_bathrooms) ne '' )"]<span class="bathrooms"><i class="fa fa-bath" aria-hidden="true"></i> [wpv-post-field name='re_ha_bathrooms'] Bathrooms</span>[/wpv-conditional]
  33.  
  34.  
  35. [wpv-conditional if="( $(re_ha_pets) eq 'Dogs OK' ) "]
  36. <span class="dogs"><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/dog-black.png" /> Dogs OK</span>
  37. [/wpv-conditional]
  38.  
  39.  
  40.  
  41. [wpv-conditional if="( $(re_ha_pets) eq 'Cats OK' ) "]
  42. <span class="cats"><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/cat-black.png" /> Cats OK</span>
  43. [/wpv-conditional]
  44.  
  45. [wpv-conditional if="( $(re_ha_pets) eq 'Dogs and Cats OK' )"]
  46. <span class="dogs"><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/dog-black.png" /> Dogs OK</span>
  47. <span class="cats"> <img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/cat-black.png" /> Cats OK </span>
  48. [/wpv-conditional]
  49. </div>
  50. </div>
  51.  
  52. <hr/>
  53. <div class="overview"> [wpv-post-body view_template="None"]
  54. <div class="entry-details">About The Listing</div>
  55. [wpv-post-field name='re_ha_describe_the_property' output="html"] </div>
  56. <div class="overview">
  57. <div class="entry-details">About The Lister</div>
  58. [wpv-post-field name='re_ha_tell_us_a_bit_about_yourself' output="html"] </div>
  59.  
  60.  
  61. <div class="whitedetails">
  62. <div class="stats">
  63. [wpv-conditional if="( $(re_ha_bedrooms) ne '' )"]<div class="bedrooms"><span><i class="fa fa-bed" aria-hidden="true"></i></span> [wpv-post-field name='re_ha_bedrooms'] Bedrooms</div>[/wpv-conditional]
  64. [wpv-conditional if="( $(re_ha_bathrooms) ne '' )"]<div class="bathrooms"><span><i class="fa fa-bath" aria-hidden="true"></i></span> [wpv-post-field name='re_ha_bathrooms'] Bathrooms</div>[/wpv-conditional]
  65. [wpv-conditional if="( $(re_ha_pets) eq 'Dogs OK' ) "]
  66. <div class="dogs"><span><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/dog-black.png" /></span> Dogs OK</div>
  67. [/wpv-conditional]
  68.  
  69. [wpv-conditional if="( $(re_ha_pets) eq 'Cats OK' ) "]
  70. <div class="cats"><span><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/cat-black.png" /></span> Cats OK</div>
  71. [/wpv-conditional]
  72.  
  73. [wpv-conditional if="( $(re_ha_pets) eq 'Dogs and Cats OK' )"]
  74. <div class="dogs"><span><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/dog-black.png" /></span> Dogs OK</div>
  75. <div class="cats"> <span><img src="https://theleelistv2.wpengine.com/wp-content/uploads/2017/04/cat-black.png" /></span> Cats OK </div>
  76. [/wpv-conditional] </div>
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <div class="date-details">
  83. <h4>Dates</h4>
  84. <hr />
  85. [wpv-conditional if="( $(re_ha_start_date) ne '' )"]
  86. <div class="row">
  87. <div class="detail_title">Start Date</div>
  88. <div class="detail">[acf field="re_ha_start_date" format="F j, Y"][wpv-post-field name='re_ha_start_date_flexible']</div>
  89. </div>
  90. [/wpv-conditional]
  91. [wpv-conditional if="( $(re_ha_end_date) ne '' )"]
  92. <div class="row">
  93. <div class="detail_title">End Date</div>
  94. <div class="detail">[acf field="re_ha_end_date" format="F j, Y"] [wpv-post-field name='re_ha_end_date_flexible']</div>
  95. </div>
  96. [/wpv-conditional]
  97. <h4>At A Glance</h4>
  98. <hr />
  99. <div class="row">
  100. <div class="detail_title">Private or Share?</div>
  101. <div class="detail">[wpv-post-field name='re_ha_private_or_share']</div>
  102. </div>
  103. <div class="row">
  104. <div class="detail_title">Furnished?</div>
  105. <div class="detail"> [wpv-conditional if="( $(re_ha_furnished) eq 'Furnished' )"]Yes[/wpv-conditional]
  106. [wpv-conditional if="( $(re_ha_furnished) eq 'Unfurnished' )"]No[/wpv-conditional]
  107. [wpv-conditional if="( $(re_ha_furnished) eq 'Either' )"]Optional[/wpv-conditional] </div>
  108. </div>
  109. <div class="row">
  110. <div class="detail_title">Sublet/Dedicated</div>
  111. <div class="detail">[wpv-post-field name='re_ha_is_this_a']</div>
  112. </div>
  113. <div class="row">
  114. <div class="detail_title">Property Type</div>
  115. <div class="detail">[wpv-post-field name='re_ha_property_type']</div>
  116. </div>
  117. [wpv-conditional if="( $(re_ha_utilities) ne '' )"]
  118. <div class="row">
  119. <div class="detail_title">Utilities Included?</div>
  120. <div class="detail">[wpv-post-field name='re_ha_utilities']</div>
  121. </div>
  122. [/wpv-conditional]
  123. <div class="row">
  124. <div class="detail_title">Private or Share?</div>
  125. <div class="detail">[wpv-post-field name='re_ha_private_or_share']</div>
  126. </div>
  127. <div class="row">
  128. <div class="detail_title">I am the</div>
  129. <div class="detail">[wpv-post-field name='re_ha_i_am_the']</div>
  130. </div>
  131. [wpv-conditional if="( $(re_ha_smokers) ne '' )"]
  132. <div class="row">
  133. <div class="detail_title">Smokers</div>
  134. <div class="detail">[wpv-post-field name='re_ha_smokers']</div>
  135. </div>
  136. [/wpv-conditional]
  137. [wpv-conditional if="( $(re_ha_tv) ne '' )"]
  138. <div class="row">
  139. <div class="detail_title">TV</div>
  140. <div class="detail">[wpv-post-field name='re_ha_tv']</div>
  141. </div>
  142. [/wpv-conditional]
  143. [wpv-conditional if="( $(re_ha_wifi) ne '' )"]
  144. <div class="row">
  145. <div class="detail_title">WiFi</div>
  146. <div class="detail">[wpv-post-field name='re_ha_wifi']</div>
  147. </div>
  148. [/wpv-conditional]
  149. [wpv-conditional if="( $(re_ha_ac) ne '' )"]
  150. <div class="row">
  151. <div class="detail_title">A/C</div>
  152. <div class="detail">[wpv-post-field name='re_ha_ac']</div>
  153. </div>
  154. [/wpv-conditional]
  155. [wpv-conditional if="( $(re_ha_walk_up) ne '' )"]
  156. <div class="row">
  157. <div class="detail_title">Access/Security</div>
  158. <div class="detail">[wpv-post-field name='re_ha_walk_up']</div>
  159. </div>
  160. [/wpv-conditional]
  161.  
  162. [wpv-conditional if="( $(re_ha_walkup_#_floors) ne '' )"]
  163. <div class="row">
  164. <div class="detail_title"># Floors</div>
  165. <div class="detail">[wpv-post-field name='re_ha_walkup_#_floors'] floors</div>
  166. </div>
  167. [/wpv-conditional]
  168. [wpv-conditional if="( $(re_ha_parking) ne '' )"]
  169. <div class="row">
  170. <div class="detail_title">Parking</div>
  171. <div class="detail">[wpv-post-field name='re_ha_parking']</div>
  172. </div>
  173. [/wpv-conditional]
  174. <br/>
  175. <div class="row">
  176. <div class="detail_title">Date Listed</div>
  177. <div class="detail">[wpv-post-date]</div>
  178. </div>
  179. <div class="row">
  180. <div class="detail_title">Posted In</div>
  181. <div class="detail">[wpv-post-taxonomy type='real-estate-category']</div>
  182. </div>
  183. </div><!--date details-->
  184. </div><!--whitedetails-->
  185.  
  186.  
  187. <div class="Rtable Rtable--2cols">
  188. <div class="Rtable-cell"> [formidable id=9]
  189. [display-frm-data id=1421 filter=1] </div>
  190. </div>
  191. </div><!--item details-->
  192. <!--item-->
  193.  
  194. </div>
  195. <!--items-->
  196. </div><!--content1-sidebar-wrap-->
  197. [/wpv-if]
  198. <!--END HOUSING AVAILABLE -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement