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.

CSS code problem

4 posters

Go down

Solved CSS code problem

Post by Lightening January 15th 2015, 5:49 pm

Hello forumotion!
I do not know if it's in right category so sorry if it's in wrong section. Please move it if it's wrong.

Anyway, i have installed a new theme on my forum and when i went to CSS to put some scripts like reputation bar e.t.c it doesn't work.

Also, it gives errors saying that 
Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.


We advise you to reread your code.

How can i fix it? I have spent so many hours but couldn't find the error... I am sorry but i am not that much in programming but on animation, photoshop e.t.c

Here is if it helps.
http://www49.zippyshare.com/v/X3yLDRkR/file.html

I couldn't post it here because it says that it's too big.

Also i have followed the tutorial for changing the reputation bar and it didn't work. How can i fix it? I have followed about the multiple ranks and it worked.

Finally, i have this problem too. I have put two ranks but it just doesn't display it correctly. However, on topics it does. Only in profile.

CSS code problem Screen10 CSS code problem Screen11

My forum's version is phbb3

Please help...  beu

Thank you very much.


Last edited by Lightening on January 17th 2015, 12:18 pm; edited 2 times in total
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 15th 2015, 5:57 pm

Maybe you forgot one {} or : or ; tags...

Please post your css so I can check it if you want... Put that in spoiler if it is too long Smile

And please give me test account (with no admin or mod permissions) to check css because I can't access to forum if I'm not logged in.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Anzo January 15th 2015, 5:59 pm

It's as the message says. You have more { or } than the other. Revise your CSS.
Anzo
Anzo
Forumember

Posts : 358
Reputation : 8
Language : English/Arabic
Location : Baghdad - Iraq

http://www.duelacademy.net/forum

Back to top Go down

Solved Re: CSS code problem

Post by Lightening January 15th 2015, 6:03 pm

I have posted this file on zippy for CSS.
http://www49.zippyshare.com/v/X3yLDRkR/file.html

Like i said, i don't know. It's not my CSS and it was together when i chose a theme.
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 15th 2015, 6:07 pm

Find
Code:
#wrap div#page-footer,#wrap div#page-footer ul.linklist {
   display: none;
   }
}

And replace with:
Code:
#wrap div#page-footer,#wrap div#page-footer ul.linklist {
   display: none;
   }
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Lightening January 15th 2015, 6:10 pm

Zyon wrote:Find
Code:
#wrap div#page-footer,#wrap div#page-footer ul.linklist {
   display: none;
   }
}

And replace with:
Code:
#wrap div#page-footer,#wrap div#page-footer ul.linklist {
   display: none;
   }
It didn't work. Still shows errors.  Sad
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 15th 2015, 6:17 pm

At the end replace this:
Code:
.attachbox dl.file {
   border-top: 1px solid #131313;
   display:block;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   margin-bottom:10px* {
    ma
  }

With this:
Code:
.attachbox dl.file {
   border-top: 1px solid #131313;
   display:block;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   margin-bottom:10px;
  }
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Lightening January 15th 2015, 6:24 pm

Zyon wrote:At the end replace this:
Code:
.attachbox dl.file {
   border-top: 1px solid #131313;
   display:block;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   margin-bottom:10px* {
    ma
  }

With this:
Code:
.attachbox dl.file {
   border-top: 1px solid #131313;
   display:block;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   margin-bottom:10px;
  }
It worked. So the problem was that { and ma?.. I don't understand why the makers of themes make wrong CSS..

Anyway, thank you. 

Any other fixes for the reputation bar and rank?
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 15th 2015, 6:28 pm

Lightening wrote:
Zyon wrote:At the end replace this:
Code:
.attachbox dl.file {
   border-top: 1px solid #131313;
   display:block;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   margin-bottom:10px* {
    ma
  }

With this:
Code:
.attachbox dl.file {
   border-top: 1px solid #131313;
   display:block;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   margin-bottom:10px;
  }
It worked. So the problem was that { and ma?.. I don't understand why the makers of themes make wrong CSS..

Anyway, thank you. 

Any other fixes for the reputation bar and rank?

Yes, that was all.

Please give me test acc so I can check it out.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Lightening January 15th 2015, 6:35 pm

Are you sarkzkalie?

How to give you test account? o.O
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 15th 2015, 6:38 pm

Have you account for testing? can you give me username and pass for test acc, so I can check it.

Don't use your password, and change password when I finish.
Also, don't give administration rights or mod rights. I will not do nothing but for you to be safe Smile
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Lightening January 15th 2015, 7:02 pm

Zyon wrote:Have you account for testing? can you give me username and pass for test acc, so I can check it.

Don't use your password, and change password when I finish.
Also, don't give administration rights or mod rights. I will not do nothing but for you to be safe Smile
I sent you pm.

So not help at all.. Anyway this post is solved for the CSS.
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 15th 2015, 9:16 pm

I can't access your forum, link in your profile don't work
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Ape January 19th 2015, 1:19 am

@Lightening

Is your problem now solved ?
Note: If your problem is not solved please Do not change your icon to solved unless your 100% sure it is.


CSS code problem Left1212CSS code problem Center11CSS code problem Right112
CSS code problem Ape_b110
CSS code problem Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19450
Reputation : 2011
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: CSS code problem

Post by Lightening January 19th 2015, 1:28 am

APE wrote:@Lightening

Is your problem now solved ?
Note: If your problem is not solved please Do not change your icon to solved unless your 100% sure it is.

Not exactly solved but you can lock it.. :/  beu TT
avatar
Lightening
Forumember

Posts : 32
Reputation : 1
Language : English / Greek

http://www.nolink.com

Back to top Go down

Solved Re: CSS code problem

Post by Ikerepc January 19th 2015, 1:31 am

Problem with css is solved as I know, and for this for ranks is opened new topic.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: CSS code problem

Post by Ape January 20th 2015, 9:01 pm

Topic solved and archived


CSS code problem Left1212CSS code problem Center11CSS code problem Right112
CSS code problem Ape_b110
CSS code problem Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19450
Reputation : 2011
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top


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