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.

Inserting text in tabbed module of corporation template

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

Hi!
My site www.operedigitali.com has two tabbed modules in home page: 1) caratteristiche dei siti ; 2) Siti dimostrativi ("Demo sites")
The 2nd, Siti dimostrativi, has, on top, a list of clickble categories to select displayed preview.
I want to know how to add a text string at the top of "Siti dimostrativi" tabbed module, over the list of categories and under the "Siti dimostrativi" title. The text string must to be "Clicca sulle caratteristiche preferite elencate qui sotto" (="Please, click on preferred category listed below"). This to clarify, to the visitor of the site, the function of listed categories.
Please, see the attached image.
Thanks!
Attachments:
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

For the text above -

I'd add a module to a row below the existing module row containing the text and the space ship - in my test I used grid5
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Then I'd target the gridwrap of the module and the tabbed module so they are closer together

the module grid5 is on #grid2wrap so try

#grid2wrap .zen-spotlight {padding: 30px 0 0;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and do the reverse on the tab by removing the top padding and leaving the bottom

#tabwrap .zen-spotlight {padding: 0 0 30px;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You may want to add #grid5 p {margin-bottom: your value;} and center the text using text-align

I've ended up with

#tabwrap .zen-spotlight {padding: 0 0 30px;}
#grid2wrap .zen-spotlight {padding: 5px 0 0;}
#grid5 p {margin-bottom:5px; text-align:center}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
This is as close as we can get without edits to the zentools modules php

e.g. above the module not inside the modules content

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi!
Thanks!
I try later, because now I have an Internet connection problem.

Cheers
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
I know that problem

Just to be clear it's above the module and not in and in my example I used a module published to grid5

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sorry, I can not seem to solve the problem of Internet connection.
I will contact you within 24 h.
Cheers
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Good luck with it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi!
If I understand correctly, the text that you create, does not appear within the tabbed module, but above, below the text with spaceship.
Is there a way to display the text within the tabbed module without resorting to PHP programming?
Thanks!
  • mikyilfilosofo's Avatar
  • mikyilfilosofo
  • 6 Month Developer
  • 419 posts
  • Karma: 0
The administrator has disabled public write access.
Yes you are right its above

No I don't so regarding php

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