Home Forums
05 | 25 | 2013
We have 204 guests and 18 members online
JoomlaNook Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Not showing headings
(0 viewing) 
Go to bottom
TOPIC: Not showing headings
#6805
LuukD
Posts: 3
User Offline Click here to see the profile of this user
Not showing headings 9 Months, 3 Weeks ago  
Hello,

I have a question about the headings of the accordion menu.
Installed the module and put the given code into my article.

The accordion menu works fine! It opens and scrolls down the text.
But one thing is missing. I can't see any headings.

I checked if they were H3 and tried H4 and H2. But unfortunately.

Because the accrdion menu works I can't find any error.

Can someone help me with this problem?

Thanks in advance

Gr Luuk
 
Logged Logged
  The administrator has disabled public write access.
#6806
klowther
Admin
Posts: 2962
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Not showing headings 9 Months, 3 Weeks ago  
Hi,

It is hard to say what the problem might be without seeing the page. Can you post or email a link to the page?

This e-mail address is being protected from spambots. You need JavaScript enabled to view it

- Ken
 
Logged Logged
  The administrator has disabled public write access.
#6807
LuukD
Posts: 3
User Offline Click here to see the profile of this user
Re:Not showing headings 9 Months, 3 Weeks ago  
Unfortunately the website is not online yet.
Here you can see a printscreen.

Image link:
 
Logged Logged
  The administrator has disabled public write access.
#6808
klowther
Admin
Posts: 2962
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Not showing headings 9 Months, 3 Weeks ago  
Hmmm, for some reason your template appears to be overriding the faq's stylesheet. Try this, in the modules/mod_accordionfaq/css/lightnessfaq.css file find the following:

Code:

.lightnessfaq .accordionfaqheader,
.lightnessfaq .accordionfaqheader a
{
font-size: 100%;
color: #1c94c4;
font-weight: bold;
}



change the color attribute as follows:

Code:

.lightnessfaq .accordionfaqheader,
.lightnessfaq .accordionfaqheader a
{
font-size: 100%;
color: #1c94c4 !important;
font-weight: bold;
}



- Ken
 
Logged Logged
  The administrator has disabled public write access.
#6809
LuukD
Posts: 3
User Offline Click here to see the profile of this user
Re:Not showing headings 9 Months, 3 Weeks ago  
Thanks for your advice.

But I found the solution.
I changed the headings -> display:none; in my .css.

That was the problem.

Now, the accordion menu shows correct! Perfect module

Gr
 
Logged Logged
  The administrator has disabled public write access.
#6812
klowther
Admin
Posts: 2962
User Offline Click here to see the profile of this user
Gender: Male JoomlaNook Location: Fremont, NE USA Birthday: 07/23
Re:Not showing headings 9 Months, 3 Weeks ago  
Great! Glad to hear you found the solution.

Good luck.

- Ken
 
Logged Logged
  The administrator has disabled public write access.
Go to top