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.

Link in grid6 does not appear in menu

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

Hi there,
Question 1
I created a module, place it in position grid6 and it does not appear.

Question 2
When I place text in my module located in grid5, it apperas white (it should be black backround)

Question 3
And last (but not least) I do not want the tagline in italics.

My website : cma053.13artisans.fr/

Thank you very much
Phil
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
First of all I can see you are having issues with the tables
I'd suggest checking the site out in Firefox and then comparing in Chrome

With question 2 -

you need to add #grid5wrap to this

html > body, #footerwrap, body #logowrap, #topwrap, #grid1wrap, #grid2wrap, #grid3wrap, #grid4wrap, #navwrap.affix {
background: #000;
}

Question 3

Please add this to your custom.css file
body #logowrap #tagline span {font-style:normal;}


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

What module position do you have published to show on gridwrap6 and is it published to the home page?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,
I have a module with "personalised content". Same as grid 1,2,3 and 5

Phil
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Phil,

For the gridwrap row to show you need a module published to that row and I just wanted to check that you had one published

For me testing a local version it works fine

In the quickstart it will be grid21 position to be active to show that particular row

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Also did the style change not work for gridwrap5 ?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I added the code you gave me in custom.css and it does not make a difference
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I can't see any change on the css in the custom.css file ti should look like


html > body, #footerwrap, body #logowrap, #topwrap, #grid1wrap, #grid2wrap, #grid3wrap, #grid4wrap, #navwrap.affix, #grid5wrap {
background: none repeat scroll 0 0 #000000;
}

#topwrap .zen-container, body #logowrap .zen-container, #navwrap .zen-container, #footerwrap .zen-container, body #logowrap .zen-container, #grid1wrap .zen-container, #grid2wrap .zen-container, #grid2wrap .zen-container, #grid3wrap .zen-container, #grid4wrap .zen-container, #grid5wrap .zen-container {
background: none repeat scroll 0 0 #000000;
color: #FFFFFF;
}

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

2 more things before going to bed (10.00 PM my time !)

First Thing
I would like to change the color when I mouse over the menu titles

Second think
Where do I enter text to appear when clicking on the home button (accueil in french)

Thanks
Cheers
Phil
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
2. Menu titles you would need to add your own colour value

#navwrap ul.nav > li > a:hover,
#navwrap ul.nav > li .separator:hover {color:#ccc;}

3. Try using the banner position


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

I am still trying to add some home page content but I don't know where (it does not work in the module beiing in banner position)

And I have not been able to change the color and enlarge the tag line sentence.

thanks
Cheers
Phil
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
Tagline wise

You need to have something like this in your custom.css file

body #logowrap #tagline span {
font-style: normal;
font-size: 120%;
color: #ee2929;
}

You already have this in the custom.css file

body #logowrap #tagline span {
font-style: normal;}

Depending on the size you want you will need to add your percentage - the current percentage you are overiding is 90% so anything bigger than that will enlarge it

Colour wise you need to add the hex colour you are have chosen

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
When you say the content doesn't work in the banner - what happens?

Is the module published and assigned correctly?

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

I just would like to publish text and image wherever so it appears when one clicks on "home".

I published the module in the banner position.

Thanks
Phil
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Phil,

I can't see any reference to the banner content on the site

Can you attache a screenshot of the module settings in the module admin

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

Cheers
Phil
  • phil's Avatar
  • phil
  • 3 Month Basic
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you open a ticket for the site

Thanks
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