List Manager Forum

Remove 'Show' and 'Show all'

User moon_765 2012-10-24 19:56:50

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

Moonsoft support 2012-10-24 20:30:01

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

User moon_765 2012-10-24 20:45:51

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

Moonsoft support 2012-10-24 21:24:28

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

User moon_765 2012-10-24 22:31:52

Brilliant!

Thank you very much.

...
CalcBuilder

Create dynamic calculators

Buy now!
...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!