List Navigations Buttons are not displayed in content plugin and one special list

joki94

Member
Hello again,

I have different lists and I would like to use the possibility to show two lists under each other.

So I decided to use the content plugin. Seems to work fine, but for one special list, the navigation buttons at the top like add, group by, empty ... are missing.

This list is also populated by a menu, there the navigation is displayed.

I also tried to change the list id in content plugin to another list to check if it is only possible to have the buttons for one list, but there they will be displayed as well.

I checked all configuration but I dindt find out why it is working with every list id except list id16.

Hope someone can help. Attached some screenshots to show what I mean.

Kind Regards,

joki94
 

Attachments

  • menubuttons are not shown.PNG
    menubuttons are not shown.PNG
    28.5 KB · Views: 18
  • menubuttons are shown other list id.PNG
    menubuttons are shown other list id.PNG
    41.4 KB · Views: 17
  • menubuttons are shown.PNG
    menubuttons are shown.PNG
    37.7 KB · Views: 16
You have hidden those menus yourself, with some custom CSS ...

Code:
#listform_16_com_content_16 .nav {
display: none;
}

I don't know where you've put that CSS, it's not in one of Fabrik's custom CSS files, it seems to be coming from the main site template, so maybe you added it to that.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top