Hi,
your site doesn't seem to be available at this time, please share a valid url for showing the listmanager front end and we'll take a look, the most common issue here is that your template may be affecting the inner style of the toolbar.
Regards
how and where do i change the settings for these:
https://dl.dropboxusercontent.com/u/101281838/moonsoft/FireShot%20Pro%20Screen%20Capture%20%23076%20-%20%27Online%20Un-Claimed%20Al-Mudharabah%20-%20Al-Mudharabah%27%20-%20almudharabah_info.jpg
Edited by moon_1910 - 03.01.2015 03:16
Hi,
you're seeing that layout because you have a small space at your template so the responsive layout is using more than one line to fit. If you place your list on a wider space or you will surely see the toolbar on its default state as it shows on the demo.
We can see there is a style="display:none" at the search section, which is not part of our code. If you didn't modified LM source, then something at your template, (maybe any plugin content or any script at your template) is hiding it, you can change the template for a while in order to find out if this is the reason so you can correct.
If you need to customize your layout, the extension follows the standard joomla mvc, so you can overwrite the layout, here official information:
https://docs.joomla.org/Understanding_Output_Overrides
https://docs.joomla.org/Layout_Overrides_in_Joomla
you can change the responsive toolbar for an static html table for example, changing ul/li for table/td should do the work. The code of the toolbar is located at this file:
joomla\modules\mod_listmanager\tmpl\tools.php
About the link to the other list, you will need to check if you placed the right configuration to the link. You will need a valid 'url list' to be a right url to a page where the destination list can be found. Also select the destination list name and the field where the value of this column matches with the linked column.
Finally, about the long text, it behaves as a normal html table cell, splitting the text in several lines. You can customize your columns size again using a css class. You can set a fixed width:x px; for each column so you can arrange better your different columns.
Hope this helps, regards
Hi,
we also found your template is adding some styles to some bootstrap sections that are causing the slight missalignment of the toolbar. For ex:
/templates/rt_hadron/css-compiled/bootstrap.css is adding a margin of 5px to the buttons:
.navbar .btn .navbar .btn-group{
margin-top:5px;
}
this is why 'add' or 'show all' are a little bit down at the toolbar.
Regards
I have tried at different template, still the same:
https://dl.dropboxusercontent.com/u/101281838/moonsoft/FireShot%20Pro%20Screen%20Capture%20%23082%20-%20%27Chimera%20-%20October%202014%20Template%20Demo%27%20-%20test_almudharabah_info_%23rt-head-anchor.jpg
The only section is maintain is the filter buttons... why can you guys just make the top and bottom buttons like the filter buttons... it works for all template...
Hi,
The toolbar is made using responsive classes according to the majority of our users suggestions and due to the fact that you can enable/disable some sections for the view. Default layout for the toolbar is the one you can see here : http://demo.moonsoft.es/demo25/index.php/list-manager
If your buttons show in a different layout or alignment is due to styles inherited from your template or any css present at the page.
You can try the list using default joomla template to confirm it shows as expected, so you can ask for support of your template css to your template provider in order they can help you to adjust.
Regards,
yes i had bought a different template and it looks great :D at http://test.almudharabah.info
is there an easy way to adjust the layout? http://almudharabah.info/
Edited by moon_1910 - 25.12.2014 07:31
Edited by moon_1910 - 03.01.2015 03:11