WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Spoilder dont open Empty Spoilder dont open Wed Mar 14, 2012 3:44 am

schiggyswelt


Registered Member
Registered Member
Hi, in my Forum the Spoilders dont open.

schiggysboard.com/t2131-pokemon-schwarz-2-und-weiss-2-die-neuen-zusatzeditionen-pokemon-schwarz-2-und-weiss-2#28069

Here are an spoilder.

Please help me.

2Spoilder dont open Empty Re: Spoilder dont open Wed Mar 14, 2012 7:09 pm

ankillien

ankillien
Administrator
Administrator
This CSS code will fix it...

Code:
.spoiler_content {
display: block;
} .hidden {
display: none !important;
}

3Spoilder dont open Empty Re: Spoilder dont open Wed Mar 14, 2012 9:37 pm

schiggyswelt


Registered Member
Registered Member
No, this doesnt work.
(so the hide function work, but the spoilder is automaticaly off)

4Spoilder dont open Empty Re: Spoilder dont open Thu Mar 15, 2012 12:57 am

ankillien

ankillien
Administrator
Administrator
Try this one...

Code:
.spoiler_content {
display: none;
} .hidden {
display: block !important;
}

5Spoilder dont open Empty Re: Spoilder dont open Thu Mar 15, 2012 1:13 am

schiggyswelt


Registered Member
Registered Member

It is always so

6Spoilder dont open Empty Re: Spoilder dont open Thu Mar 15, 2012 12:42 pm

ankillien

ankillien
Administrator
Administrator
Try adding this jvascript for all pages...

Code:
$(function(){$('.spoiler_content').addClass('hidden');});

7Spoilder dont open Empty Re: Spoilder dont open Fri Mar 16, 2012 10:05 pm

schiggyswelt


Registered Member
Registered Member
thank you, this works..

but is there no way to make this without a script?
..you doesnt need this script, too.

??

8Spoilder dont open Empty Re: Spoilder dont open Sat Mar 17, 2012 12:56 pm

ankillien

ankillien
Administrator
Administrator
I'm not sure about it. Have you removed default CSS of forumotion? It could be causing this issue, not sure though.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum