Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter resunoiz

    (@resunoiz)

    found how to remove icons with default_listing.php in child theme.

    I’d like to add mq area there in the specific:

    <div class="wpl_prp_bot">
    
                <?php
    
                echo '<a id="prp_link_id_'.$property['data']['id'].'_view_detail" href="'.$property['property_link'].'" class="view_detail" title="'.$property['property_title'].'">
    
                  <h3 class="wpl_prp_title" itemprop="name">'.$property['property_title'].'</h3></a>';
    
                echo '<h4 class="wpl_prp_listing_location" itemprop="location">'.$property['location_text'].'AREA HERE</h4>';
    
                ?>
    
                <div class="wpl_prp_listing_icon_box"><?php echo $room . $bathroom . $parking ?></div>
    
                <div class="wpl_prp_desc" itemprop="description"><?php echo substr($description, 0, $cut_position + 1); ?></div>
    
            </div>

    in the wpl_prp_listing_location section. is it possible?

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    It’s pretty technical, You should have enough knowledge in PHP and WordPress for doing that. You can find your desired value in $property[‘raw’] or $property[‘data’]. If it isn’t there you should go to [wp_prefix]_wpl_dbst table and set plisting column of mq field to 1 instead of 0.

    Regards,
    Realtyna support team

    Thread Starter resunoiz

    (@resunoiz)

    found it, thanks! works like a charm! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit icons and information in property listing’ is closed to new replies.