Forum


List Manager Support

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

Remove 'Show' and 'Show all' 24.10.2012 19:56

I need to know how I can simplify the top bar, I only need the search box but not the next/previous or "show all" buttons - how can I remove them? I just want a simple searchable sortable list that limits results.

I am using the Module for display in front end for I'm getting an error when using the component for display.

Any help would be great.

Edited by moon_765 - 24.10.2012 20:33

Re: Remove 'Show' and 'Show all' 24.10.2012 20:30

Hello,
in order to hide that section of the toolbar you can edit the css

joomla/modules/mod_listmanager/assets/css/default.css

locate the section:

.lm_nav .lm_nav_text {
float: left;
padding-right: 5px;
}


and add a

display:none;

property.

If you have any issue when using component view,please place a helpdesk ticket with your joomla version and the error you're getting, and we'll try to reproduce here.

Thank you, regards
Moonsoft Team
www.moonsoft.es

Re: Remove 'Show' and 'Show all' 24.10.2012 20:45

My default css for the module not looks like:

.lm_nav .lm_nav_text{
float:left;
/*margin-top:3px;*/
padding-right:5px;
display:none;
*padding-top:4px;
*margin-left:-35px;
/**margin-top:-2px;*/
}

Did I do it right? I still have the Show/Show all/and page numbers/arrows.

Site: http://summitawards.com/j256/winners/search

Re: Remove 'Show' and 'Show all' 24.10.2012 21:24

Hello,
yes, that's the right change to do at css. We can see at your page is not applying though, because you have enabled any plugin (rokbooster)? that is caching the style and not loading anymore the original one. Please try to disable that ext for a while and try the css again.
If you want to remove the whole toolbar, except the main search field, you can add the

display:none;

property to the class

.lm_nav

at the same file default.css (line 157)

Hope this helps, regards
Moonsoft Team
www.moonsoft.es

Re: Remove 'Show' and 'Show all' 24.10.2012 22:31

Brilliant!

Thank you very much.
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