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 Problem

4 posters

Go down

Solved Spoiler Problem

Post by Jackums May 16th 2010, 8:50 am

I've read a whole bunch of threads on spoilers not opening, but the spoilers on my forum aren't closing.

Look here: http://empyrealanime.forumotion.net/community-feedback-f15/spoiler-tags-are-not-working-t42.htm

Solution?
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by Kuro L Lawliet May 16th 2010, 9:06 am

What is your forum version?
Kuro L Lawliet
Kuro L Lawliet
Forumember

Posts : 123
Reputation : 10
Language : English

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 16th 2010, 9:48 am

Invision, I think.
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by Kuro L Lawliet May 16th 2010, 9:52 am

Hrm... Yesterday there is a technical problem for Quote, Spoiler, and Code

See it here : https://help.forumotion.com/script-code-problems-f43/quote-function-not-functioning-t69724-90.htm

I use phpBB3 and it's fixed now. But dunno about Invison..
Kuro L Lawliet
Kuro L Lawliet
Forumember

Posts : 123
Reputation : 10
Language : English

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 16th 2010, 9:55 am

Okay, thanks. I guess I'll just have to wait until it's fixed, then.
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by MrMario May 16th 2010, 6:23 pm

Its fixed for all versions.

Try putting this in your CSS.

Code:
blockquote {
   margin: 8px;
   padding: 8px;
   }
blockquote cite {
   display: block;
   margin: -8px -8px 8px -8px;
   padding: 3px;
   background-image: url('YOURIMAGE GOES HERE');
   background-repeat: no-repeat;
   background-position: top right;
   font-style: normal;
   font-size: 11px;
   }

Copy and paste this in your quotes CSS

Please make a back up copy of the old CSS and also copy the image where it says Background image
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 16th 2010, 11:56 pm

I have that in my coding.

The spoilers work when I select 'No' for 'Deactivate the basic CSS', but then all of the links on the nav bar are spaced apart.

:/
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by Kuro L Lawliet May 17th 2010, 12:00 am

Hrrm... We both have a forum about anime so I really want to help you...

I just can suggest you to change your forum to other version... Well, you need to re-put all of the picture though...
Kuro L Lawliet
Kuro L Lawliet
Forumember

Posts : 123
Reputation : 10
Language : English

Back to top Go down

Solved Re: Spoiler Problem

Post by MrMario May 17th 2010, 1:38 am

Jackums wrote:I have that in my coding.

The spoilers work when I select 'No' for 'Deactivate the basic CSS', but then all of the links on the nav bar are spaced apart.

:/

Then why are you saying it doesn't work?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 17th 2010, 1:41 am

MrMario wrote:
Jackums wrote:I have that in my coding.

The spoilers work when I select 'No' for 'Deactivate the basic CSS', but then all of the links on the nav bar are spaced apart.

:/

Then why are you saying it doesn't work?

Because it doesn't when I have 'Yes' selected for 'Deactivate the basic CSS', which I need unless I want the forum skin to look all messed up.

Is there spoiler coding that works when you have basic CSS deactivated?
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by MrMario May 17th 2010, 1:44 am

Code:
.spoiler {
   margin: 8px;
   padding: 8px;
   }
.spoiler dt {
   display: block;
   margin: -8px -8px 8px -8px;
   padding: 3px;
   font-weight: bold;
   font-size: 11px;
   text-transform: uppercase;
   }
.spoiler dd {
   padding: 8px;
   }

Try that.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 17th 2010, 2:07 am

Thanks, but, still not working. :/
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by MrMario May 17th 2010, 3:24 am

Try clearing your cache.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 17th 2010, 3:25 am

Hello,

I'll try some CSS codes to sort it out. If it is a CSS bug, I'll be able to fix it, otherwise we have to wait until Forumotion fixes it.

-------------------
EDIT :

I've found a CSS fix for it.
Please add this code to the end of your stylesheet...

Code:
.hidden {
display: none;
}
.hidden  {
white-space: normal;
}

Hope this helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 17th 2010, 3:49 am

ankillien wrote:Hello,

I'll try some CSS codes to sort it out. If it is a CSS bug, I'll be able to fix it, otherwise we have to wait until Forumotion fixes it.

-------------------
EDIT :

I've found a CSS fix for it.
Please add this code to the end of your stylesheet...

Code:
.hidden {
display: none;
}
.hidden  {
white-space: normal;
}

Hope this helps Very Happy

Thanks a lot. This worked.

The only problem is, the spoilers start out opened and you have to close them yourself.

This will be a problem when posting manga spoilers and such. Fix?
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 17th 2010, 9:28 am

To fix it, try adding this code to your CSS...

Code:
.spoiler {display:block;}
.spoiler_content {display:none;}
.spoiler_content.hidden {display:block;}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Spoiler Problem

Post by Jackums May 17th 2010, 9:31 am

ankillien wrote:To fix it, try adding this code to your CSS...

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

Thanks man! It worked.

>solved
Jackums
Jackums
New Member

Posts : 13
Reputation : 0
Language : English

http://empyrealanime.forumotion.net/forum.htm

Back to top Go down

Solved Re: Spoiler Problem

Post by ankillien May 17th 2010, 9:48 am

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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