test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jwhetstone Friend
    #876311

    1.) How do I get rid of the labels that sit on top of the windows "Keyword" and Category"
    2.) How do I get the search button to be aligned vertically with other fields. Right now it is higher in the row than the search and category windows
    3.) How do I modify the alignment, say if I want to center the menu on my page or have it flush right?
    See the attach file for visual instructions.


    1. JA-K2-Search-Filter-Question-2
    Luna Garden Moderator
    #876820

    Hi,

    1. In order to remove label of ‘Keyword’ and ‘Category’, go to file:
      find for these line and remove it:

      <label class="group-label">
                      <?php echo JText::_('JAK2_KEYWORD'); ?>
                      <?php if ($display_keyword_tip): ?>
                          <sup><?php echo Jhtml::tooltip(JText::_('JAK2_KEYWORD_HINT'), JText::_('JAK2_HINT'), '', ' [?]', '', 'Tooltip', 'ja-k2filter-tip'); ?></sup>
                      <?php endif; ?>
                  </label>

    and find for these line and remove :

    <li <?php echo $style; ?>>
                    <label class="group-label"><?php echo JText::_('JAK2_CATEGORY'); ?></label>
                    <?php echo $categories; ?>
                </li>
    1. In order to make the button lower, just add margin or padding to CSS:
    .ja-k2filter .btn{
            padding-top: 10px;
    }
    1. Please share your site URL here, I need to base on your site to write style for your request.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Luna Garden 8 years, 9 months ago.

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