Because date views filter fields are placed in .description tag wrapper they are hidden by default.

CommentFileSizeAuthor
#1 975437-rubik-views-date-filter.patch513 bytesmhrabovcin

Comments

mhrabovcin’s picture

Status: Active » Needs work
StatusFileSize
new513 bytes

Adding patch with possible solution.

bigjim’s picture

I can confirm this patch works on a 6.x-3.0-beta2 install, thanks mathiaz.sk

askibinski’s picture

Patch works with 3.0-beta2 and fixes problem.
You can easily recreate the problem by creating a view with an exposed date filter.

rokr’s picture

Thanks, patch is working. Just added "border: 0;"

ciao, rokr

hansrossel’s picture

Status: Needs work » Reviewed & tested by the community

Patch works with 3.0-beta2 and fixes problem.

j0rd’s picture

Same problem. I didn't apply the patch, but added it to a custom CSS file I have in my cube theme.

I also added "border: 0px" to remove the top border.

/* Date module fix */                                                                                 
.page-content div.date-clear div.description {                                                        
  position: relative;                                                                                 
  top: 0;                                                                                             
  left: 0;                                                                                            
  background: none;                                                                                   
  width: auto;                                                                                        
  margin: 0;                                                                                          
  padding: 0;                                                                                         
  display: block;                                                                                     
  border: 0px;                                                                                        
}

This needs to get committed, as it causes major problems with date exposed views filter.

j0rd’s picture

Title: Rubik theme in views hides date filter fields. » Rubik / Cube theme improperly themes exposed views date filter into popup description.
Version: 6.x-3.0-beta2 » 6.x-3.0-beta3

Bumping version number and more descriptive title.

haydeniv’s picture

Status: Reviewed & tested by the community » Fixed

Fixed: aa1410b
Thanks!

Status: Fixed » Closed (fixed)

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