Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 8, 2017 at 10:32 am #1040678Hi,
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>
June 9, 2017 at 8:15 am #1040921Hi 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
June 9, 2017 at 1:11 pm #1040961Hi 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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 12, 2017 at 7:50 am #1041295Hi,
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>
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 14, 2017 at 4:09 am #1041740 -
AuthorPosts
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.