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.

1) Display phrases in the right language; 2) The edge of the overflowing titles

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

Hi!

First problem:
In www.mariannaragucci.it/index.php site I used the following command:
.contact-name: after {
content: "lives and works in Quarto (NA), to quote requests, exhibitions and events works or invitations, please email [email protected] or fill out the contact form.";
}


Name-title-in-right-language.jpg



but unfortunately it appears in both the Italian page in English page. How do you to appear this written only in that Italian? And how do you to appear this written translated into English only in the English one?

Second problem:
When the slideshow of the home page is displayed on smartphones "portrait", the right edge of the background box of the titles of the slideshow images, overflows on right. How can you not do it overflowing?

title-box-border-overflowing-on-right-side.jpg



Thank you!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You would need to use a html class

e.g.

.it-IT .contact-name:after {
content: " vive e lavora a Quarto (NA), per richieste di quotazione, lavori o inviti a mostre ed eventi, inviare un'email a This e-mail address is being protected from spambots. You need JavaScript enabled to view it oppure compilare il modulo contatti.";
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The other question is a little tricky

body .backstretch-wrapper .backstretch-title {
right: 10px;
}

but it needs to work in conjunction with the media queries you have added

you may want to add the module ID instead of body

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi!
The right box border is now ok. Thanks!
But about the language class, I don't find it. Wich class I must use? I created a contact for aech language.
Thanks!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
Last Edit: 7 years 6 months ago by mikyilfilosofo.
The administrator has disabled public write access.
If you view source in the browser you can see various different classes in the html tag

Cheers
paul
  • 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
Ok!
It works!
Thank you so much!
:-)
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Best of luck with the site

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