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 showcase images

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

Paul--

How would I control the image width in the showcase banner of the default Highline 2 slideshow? and Is it possible to use the Utafiti default slideshow in Highline2?

I'm trying to control the stretch on wide screens.

If you are still awake for some reason, you don't need to answer, I won't look at this until tomorrow.

Thanks,

--Michael
  • BWbamboo's Avatar
  • BWbamboo
  • LIfetime Developer - Big Bamboo
  • 218 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi Michael,

With utafiti it has a max width combined with a module class suffix which constrains the size

for example

.utafiti-slideshow-hero {
max-width: 1255px;
margin: 0 auto;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
How many navigation links do you have?

Do you have a link for your highline2 site?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sorry to be clear the slideshow effect is the same in both templates but utafiti uses additional css to constrain the size of the image and the navigation
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The link is: scboosters.org. There is currently 5 links. I think, but I could be wrong, controlling the max width would do he trick.
  • BWbamboo's Avatar
  • BWbamboo
  • LIfetime Developer - Big Bamboo
  • 218 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
5 navigation elements does cause a bit of a problem as the screen collapses

So I would test this
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
.test {
border-top: 4px solid #00bae0;
padding-bottom: 5px;
max-width: 1255px;
margin: 0 auto;
}

.test .cd-slider-nav {
background: none;
}

.test {
max-width: 1255px;
margin: 0 auto;
}

.test .zt-content-box, .test .cd-slider-nav {
max-width: 1140px;
width: 100%;
margin: 0 auto;
position:relative;
float: none;
text-align: left;
}

.test .cd-slider-nav li a {
color: #fff !important;
background: #2eaaf5;
display: block;
position: relative;
text-align: center;
padding-top:25px
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm adding the class of test as an example to the module

So you would need to add your own suffix to the modules advanced tab

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

Thanks for this. It's was very helpful and opened my eyes a little wider.

--Michael
  • BWbamboo's Avatar
  • BWbamboo
  • LIfetime Developer - Big Bamboo
  • 218 posts
  • 2 Thanks
  • Karma: 0
The administrator has disabled public write access.
You're welcome

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