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.

Nav buttons on Expanding Preview

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

I have an expanding preview that does just what I want - love it!
However, there are some buttons which appear when the user clicks on one of the thumbnails which appear to be for navigation.
they are ×< >
The < > make sense, not sure about × which seem to be close items, but I think there is a rendering issue.

You can see it here 181.224.149.100/~clarkso3/courses
  • James Clarkson's Avatar
  • James Clarkson
  • 12 Month basic
  • 62 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
hmm not sure on this as it shows in the css

I will need to check with the developers on this one

.expanding-preview .gridder-navigation .close-thin:after {
content: '×'; }

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

Thought it might be that when designed, that character in another font - whatever it was - was useful, but with change of font, something has come unstuck?
  • James Clarkson's Avatar
  • James Clarkson
  • 12 Month basic
  • 62 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi

Can you add this

.expanding-preview .gridder-navigation .close-thin:after {
content: '';
}

this will remove it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
For customisation on gazetta you can add new css in various different ways

docs.joomlabamboo.com/zen-grid-framework-4/theme/customisation

custom.css is the easiest
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
ah slight correction with the style

body .expanding-preview .gridder-navigation .close-thin:after {
content: '';
}

To make the style more specific than the module

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

Yes, I've been using custom.css to avoid discombobulating any other changes made as the template or zentools is upgraded.
  • James Clarkson's Avatar
  • James Clarkson
  • 12 Month basic
  • 62 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Corrected code added to custom.css and now all good!

Thanks Paul fro prompt solution.
  • James Clarkson's Avatar
  • James Clarkson
  • 12 Month basic
  • 62 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
Your welcome :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
While trying to troubleshoot another issue, I temporarily renamed custom.css as oldcustom.css and noted that the expanding preview displayed X<> buttons whereas with custom css I had previously been provided, only <> buttons displayed.

I removed the custom.css code shown below which was previously advised, now have the three buttons I think were intended.

.expanding-preview .gridder-navigation .close-thin:after {
content: '';
}
  • James Clarkson's Avatar
  • James Clarkson
  • 12 Month basic
  • 62 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
I think we did an update for this bug

So has the problem gone away?

Did you update the module recently?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I loaded ZenTools 2 1.1.5 . The point I was raising was that I needed to remove the custom css previously provided which seemed to be hiding the close button to get it to go back to working with all three buttons displayed. It's working fine now.
  • James Clarkson's Avatar
  • James Clarkson
  • 12 Month basic
  • 62 posts
  • 3 Thanks
  • Karma: 1
The administrator has disabled public write access.
So once removed everything is ok?

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