The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Spoiler Not Expanding [punBB]

4 posters

Go down

Solved Spoiler Not Expanding [punBB]

Post by Kyouri April 13th 2010, 4:50 am

I have tried these three variations in my css:
Code:
.spoiler_content {
   display:none;
   }
.spoiler_content.hidden {
   display:block;
   }
Code:
.spoiler.hidden .quote.spoiler_content, .spoiler .quote
{display:none;}

.spoiler .quote.spoiler_content, .spoiler.hidden .quote
{display:block;}
Code:
.spoiler.hidden .spoiler_content, .quote
{display:none;}

.hidden .spoiler_content, .quote
{display:block;}

And none of them work. The spoiler itself shows up but when clicking on it nothing happens, it doesn't expand.

I've also tried this code:
Code:
.codebox.hidden .spoiler_content {
   display:none;
   }

.codebox .spoiler_content, .codebox.hidden {
   display:block;
   }

It appears fully expanded and won't collapse.


Last edited by Kyouri on April 14th 2010, 2:49 pm; edited 1 time in total (Reason for editing : marked as solved.... sort of)
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Solved Re: Spoiler Not Expanding [punBB]

Post by MrMario April 13th 2010, 5:26 am

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

Are the new codes you need. You might also want to clear your cache.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Not Expanding [punBB]

Post by Kyouri April 14th 2010, 2:41 pm

That's the first code I used and even after clearing my cache, which I just did again, it still doesn't work. I even added
Code:
.spoiler { display: block; }
and nada. The spoiler won't expand at all. :|

*EDIT: Never mind.... seems FM isn't too fond of the Wibiya toolbar. Rolling Eyes After removing it, the spoilers started working again. Why did they change a code that worked already, anyway? *shrugs* No matter, for anyone else with this spoiler issue, they might want to remove the wibiya toolbar if they have one installed.


Last edited by Kyouri on April 14th 2010, 2:47 pm; edited 1 time in total
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Solved Re: Spoiler Not Expanding [punBB]

Post by Codyy April 14th 2010, 2:42 pm

Have you edited any templates?
Codyy
Codyy
Active Poster

Male Posts : 1032
Reputation : 16
Language : English
Location : Florida

http://leprym.com

Back to top Go down

Solved Re: Spoiler Not Expanding [punBB]

Post by Kyouri April 14th 2010, 2:48 pm

Ah, sorry... I just edited my post above yours. The problem is the new spoiler code clashes with the wibiya toolbar.
Kyouri
Kyouri
Forumember

Female Posts : 165
Reputation : 0
Language : English

http://anime-dohyou.phpbb9.com

Back to top Go down

Solved Re: Spoiler Not Expanding [punBB]

Post by Sanket April 14th 2010, 8:24 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Spoiler Not Expanding [punBB] 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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