I noticed this while glancing through the code. clear-block was renamed, so here's a quick patch for it.

Thanks for this amazing module.

CommentFileSizeAuthor
semanticviews-clearfix.patch2.75 KBtim.plunkett

Comments

recidive’s picture

Status: Needs review » Reviewed & tested by the community

Patch applies cleanly.

juhog’s picture

In the views admin interface one important input field is not visible due to this clear-block/clearfix problem. Row element class attribute can not be set because the container div is not cleared properly. "First and last classes" div has moved on top of it.

The patch on the first post fixes this. More specifically line 129 in file semanticviews_plugin_style_default.inc.

Scyther’s picture

Issue summary: View changes

Works

Scyther’s picture

Status: Reviewed & tested by the community » Closed (duplicate)
Scyther’s picture