Viewing 1 post (of 1 total)
  • Author
    Posts
  • vladar Friend
    #200174

    Hi, Im making real estate agency web site. I use JEA (Joomla Estate Agency) component and Purity 3.They look perfect together but I rand on he following problem.

    In JEA php file for search module I have classes col-left and col-right that puts the items at specific positions within the module inline beside one another. Here is the part of the code:

    <?php if ($params->get(‘show_land_space’, 1)): ?>
    <p><strong><?php echo JText::_(‘COM_JEA_FIELD_LAND_SPACE_LABEL’) ?> :</strong></p>
    <dl class=”col-left”>
    <dt><label for=”jea-search-land-space-min<?php echo $uid ?>”><?php echo JText::_(‘COM_JEA_MIN’) ?> : </label></dt>
    <dd><input id=”jea-search-land-space-min<?php echo $uid ?>” type=”text” name=”filter_land_space_min”
    size=”5″ value=”<?php echo $states[‘filter_land_space_min’] ?>” />
    <?php echo $params->get( ‘surface_measure’ ) ?></dd>
    </dl>
    <dl class=”col-right”>
    <dt><label for=”jea-search-land-space-max<?php echo $uid ?>”><?php echo JText::_(‘COM_JEA_MAX’) ?> : </label></dt>
    <dd><input id=”jea-search-land-space-max<?php echo $uid ?>” type=”text” name=”filter_land_space_max”
    size=”5″ value=”<?php echo $states[‘filter_land_space_max’] ?>” />
    <?php echo $params->get( ‘surface_measure’ ) ?></dd>
    </dl>

    That makes search module look like this:

    But in Purity 3 elements are all in separate rows one below another. Like this.

    May be this is simple thing but I’m pretty fresh Joomla user so I’d
    appreciate explanation for dummies.

    Thanks.


    1. JEA-search
    2. Purity3-search
Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  vladar 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum