Forum


List Manager Support

List Manager support
Forums
Public write access is disabled. Please login

Move Apply and Clear-buttons in filter mod from top to bottom 19.02.2018 16:33

I want to move the buttons in the filter mod to the bottom of the module instead of the top. Do I need to override something?

Re: Move Apply and Clear-buttons in filter mod from top to bottom 19.02.2018 20:38

Hi,
the filter content is generated dynamically at this file:
components/com_listmanager/assets/js/listmanager.js

You can move buttons to the bottom removing the line which adds the buttoms at the top section (about line 1313)

//LMJQ(container).append(tools);

and insert it some lines below, about line 1370

if(isAnyFilter) LMJQ(container).append(filter);
// Tools at the bottom
LMJQ(container).append(tools);


Hope this helps
Moonsoft Team
www.moonsoft.es

Re: Move Apply and Clear-buttons in filter mod from top to bottom 20.02.2018 10:35

Thanks, that did the trick!
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback