Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Controlling row height on ZT2 with filter

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I'm experimenting with a tag filter using ZT2, and am having difficulty finding out where the row height parameter is coming from (hence, have not figured out how to override it). (there are two modules on this page - it's the one identified with 'filter'

--> dev link <--

thx in adv
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Figured something out (not ideal) - going to have to much around with media queries now.

mark it 'resolved. sort of.'
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Hi

Can I just check what you added as there are some odd things showing

And Vote Bernie :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
.pl-search-filter .zt-filter li.zt-item {
    border: 0px none;
    background: transparent none repeat scroll 0% 0%;
    margin-bottom: -120px;
}

Feel the Bern!
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Hi

Is this the latest version of the zentools2 module?

The problem is this

.zt-filter-list.zt-separator ul li:last-child span:after, .zt-filter-list.zt-navbar ul li:last-child span:after {
content: ' ';
}

once I remove your custom.css I don't see the names sitting on top of the next row of images
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
.zt-filter-list.zt-separator ul li:last-child span:after, .zt-filter-list.zt-navbar ul li:last-child span:after {
content: inherit;
}

Try adding that
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That was going to be my next guess...
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
we both guessed right :)

Got my fingers crossed for Bernie

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers