Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Luna Garden Moderator
    #1040678

    Hi,

    Go to:

    plugins\jamegafilter\content\layouts\default\product-toolbar.php

    find & remove:

    <select class="sorter-options" data-role="sorter" id="sorter">
                {#sortByOptions}
                <option{@if value=sortField is=field} selected="selected"{/if} value="{field}" data-action="sort" data-value="{field}">{title}</option>
                {/sortByOptions}
            </select>

    PawerDesign Friend
    #1040921

    Hi Luna Garden

    Thank you 🙂

    It worked perfectly.

    is there a way to hide "Choose Filter" in product-toolbar ?

    I have read the product-toolbar.php and im afraid to do some stupid 🙂

    Best Regards

    PawWest

    PawerDesign Friend
    #1040961

    Hi Luna Garden

    Thank you ?

    It worked perfectly.

    is there a way to hide "Choose Filter" in product-toolbar ?

    I have read the product-toolbar.php and im afraid to do some stupid ?

    Best Regards

    PawWest

    Luna Garden Moderator
    #1041295

    Hi,

    In File product-toolbar.php

    find and remove:

    <div class="toolbar-sorter sorter">
            <label for="sorter" class="sorter-label"><?php echo JText::_('COM_JAMEGAFILTER_SORT_BY'); ?></label>      
            <select class="sorter-options" data-role="sorter" id="sorter">
                {#sortByOptions}
                <option{@if value=sortField is=field} selected="selected"{/if} value="{field}" data-action="sort" data-value="{field}">{title}</option>
                {/sortByOptions}
            </select>       
            <a data-value="{sortDir}" data-role="direction-switcher" class="action sorter-action sort-{sortDir}" href="#" title="Set Descending Direction" data-action="sortdir">
                <i class="fa fa-long-arrow-up" aria-hidden="true"></i>
            </a>
        </div>

    PawerDesign Friend
    #1041648

    @luna Garden

    Thank you 🙂

    one last thing from me in this matter.

    the product-toolbar shows "Items" can i change that to "Camps" ?

    and if, where ?

    Best Regards

    PawWest

    Luna Garden Moderator
    #1041740

    Go to file:

    language\en-GB\en-GB.com_jamegafilter.ini

    find:

    COM_JAMEGAFILTER_ITEMS="Items"

    change Items to any value you want.

    PawerDesign Friend
    #1041802

    @luna Garden

    Thank You 🙂

    Best Regards

    PawWest

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

This topic contains 7 replies, has 2 voices, and was last updated by  PawerDesign 7 years, 5 months ago.

The topic ‘How to hide Search results "Shop By" & "sorting"’ is closed to new replies.