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.

Images titles that run

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

Hi!

You can scroll the titles of the slide show images of the homepage?
Possibly even on small screens.
Otherwise, can you help me to find a solution to adapt on the Internet?

www.mariannaragucci.it/index.php

Thanks for the help!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
Last Edit: 7 years 7 months ago by mikyilfilosofo.
The administrator has disabled public write access.
Hi

I don't quite fully understand

Are you referring to the zentools titles on the slideshow when viewed on a mobile?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, I refer precisely to those Zentools2 titles.
Those that are indicated in the attached screenshot.

Running-titles.jpg


Cheers!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Well you could override the

@media screen and (max-width: 620px) {
.backstretch-wrapper .backstretch-title {
display: none;
}

But you would also need to look at the font sizing as the titles will be too long

Possibly also the positioning

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

How do I scroll the headlines? (horizzontally)

Thanks!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
Last Edit: 7 years 7 months ago by mikyilfilosofo.
The administrator has disabled public write access.
Not sure what you mean

If you add override the display none the title should show

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The title can scroll horizontally?
The title can scroll horizontally on small screens?

Cheers
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Animation effects can be problematic

Does the text display at all on mobiles once you override the display:none?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If I set "display: inline;" or "display: block;" the title appears, but is truncated, cropped, ad it has a big padding on top.
Is it possible to have a slow animation of text scrolling from right to left?

display-overriding.jpg


Setting:

.backstretch-wrapper .backstretch-title li .zt-title * {
padding-top: 0px !important;
}

...resolves the padding problem.
Thanks!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
Last Edit: 7 years 7 months ago by mikyilfilosofo.
The administrator has disabled public write access.
You could try adding

#zentools-1169 .zentools .zt-block {width:50%}
to try and force in on more than one line

wrapped in a media query
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: mikyilfilosofo
and see if you can work with this line

.backstretch-wrapper .backstretch-title{position: absolute;z-index: 10;bottom: 24px;overflow: hidden;left: 88px;min-width: 350px}

perhaps trying the min width or left value to position the title background

again in a media query
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: mikyilfilosofo
Hi!

Your CSS works well!
If I have more problem, I tell you.

Thanks a lot!
Cheers!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
Last Edit: 7 years 7 months ago by mikyilfilosofo.
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