You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tricky business to ensure it works without also butting up against customisation in someones theme. At the moment the list / grid toggle changes a css class from view-list to view-grid on the root element of the search view.
The advanced search module does not contain any custom css for this.
So it at the moment it must be added to the theme the user has chosen. This is not ideal, it should work out of the box, but at the same time allow for customisation. Its tricky to get this to play well with custom templates and responsive behaviours given that each site can be wildly different. The base case should only rely on css classes provided by the views module like views-row and not make use of css features that are not widely supported yet.
The text was updated successfully, but these errors were encountered:
Tricky business to ensure it works without also butting up against customisation in someones theme. At the moment the
list
/grid
toggle changes acss
class fromview-list
toview-grid
on the root element of the search view.The advanced search module does not contain any custom
css
for this.So it at the moment it must be added to the theme the user has chosen. This is not ideal, it should work out of the box, but at the same time allow for customisation. Its tricky to get this to play well with custom templates and responsive behaviours given that each site can be wildly different. The base case should only rely on
css
classes provided by theviews
module likeviews-row
and not make use ofcss
features that are not widely supported yet.The text was updated successfully, but these errors were encountered: