Download & Extend

Theme does not correctly expose views elements

Project:Analytic
Version:6.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

When constructing a view, I was not able to do the following normal filter functions when attempting to expose filters:

Unlock operator
Edit filter label
Edit Filter identifier
Edit Operator identifier
Edit "Optional" checkbox
Edit "Remember" checkbox

These fields were not even visible.

Thanks,

Comments

#1

I can confirm this bug.

#2

Status:active» postponed (maintainer needs more info)

I'm not sure that I understand the problem. Can you please provide some screenshots?

#3

Fields for defining the exposed parts of views filters are not shown. See attached screenshot.

AttachmentSize
analyticExposed.JPG 87.97 KB

#4

And here a screenshot showing how it should look (from bluemarine)

AttachmentSize
bluemarineExposed.JPG 86.92 KB

#5

yup... that was the problem.

#6

Status:postponed (maintainer needs more info)» active

I'm going to explore it deeper, thanks for screenshots.

#7

Status:active» fixed

Here is the fix:
find this code in style.css and remove it:

.clear
{
clear: both;
font-size: 0px;
line-height: 0px;
visibility: collapse;
}

#8

Thanks for the fix!

#9

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here