Thanks for the module, adds so much to a site.

I have a funky view issue and I suspect it is probably my custom theme. It only happens on page views and not in blocks views which is very strange. I am not really sure about what could be happening and I am hoping to fix in css. It seems that the bkg_button_right is showing the whole image rather than half. The other image works like a charm. Have a look at my jpg. Do you have any suggestions where I should start tweaking?

CommentFileSizeAuthor
error example.jpg341.83 KBweblance
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

onejam’s picture

Is that exposed filter loaded using AJAX? I've had that problem before because there is a progress image that gets rendered when AJAX is called. So it's not the fault of this module. The fixed is easy, just be more specific with your CSS, for example:

.views-exposed-form .views-exposed-widget .form-submit {margin-top:1.9em}

There is an issue, when the progress image is loading, it does push the button out from the right so it'll suddenly looks a little longer.

Perhaps, you might want to try and disable this module just for this button that is part of the exposed filter and create an additional one to fake it.

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Strange - why don't I get those issues in my themes?

weblance’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)