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.

Categories on the center

2 posters

Go down

Solved Categories on the center

Post by Cr4ZyBoY April 25th 2013, 6:14 pm

Hello Hello
i got a problem in my forum i updated it and suddenly i got the categories on the center and i didnt touch anything that will do it :/
How can i make it on the left also i tried html but Topics and posts got missed also the category it self
Hope someone help me Razz
Forum URL
:wouhou:


Last edited by Cr4ZyBoY on April 25th 2013, 7:19 pm; edited 2 times in total
Cr4ZyBoY
Cr4ZyBoY
Forumember

Male Posts : 141
Reputation : 6
Language : English
Location : Israel

http://www.iron-players.forumhe.com

Back to top Go down

Solved Re: Categories on the center

Post by Sanket April 25th 2013, 6:38 pm

Add this to your css & check.
Code:
.secondarytitle {
    text-align: left !important;
}
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Categories on the center

Post by Cr4ZyBoY April 25th 2013, 6:49 pm

Nah didnt work :/
Cr4ZyBoY
Cr4ZyBoY
Forumember

Male Posts : 141
Reputation : 6
Language : English
Location : Israel

http://www.iron-players.forumhe.com

Back to top Go down

Solved Re: Categories on the center

Post by Sanket April 25th 2013, 6:53 pm

Its working on my phpbb2 forum.

Your forum seems quite buggy, is it running any malicious scripts?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Categories on the center

Post by Cr4ZyBoY April 25th 2013, 7:01 pm

Code:
a[href="/groups"] {
  display: none;
}

.clock{
  /* The .clock div. Created dynamically by jQuery */
  background-color:#111;
  height:200px;
  width:200px;
  position:relative;
  overflow:hidden;
  float:left;
}

.clock .rotate{
  /* There are two .rotate divs - one for each half of the background */
  position:absolute;
  width:200px;
  height:200px;
  top:0;
  left:0;
}

.rotate.right{
  display:none;
  z-index:11;
}

.clock .bg, .clock .front{
  width:100px;
  height:200px;
  background-color:#111;
  position:absolute;
  top:0;
}

.clock .display{
  /* Holds the number of seconds, minutes or hours respectfully */
  position:absolute;
  width:200px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  z-index:20;
  color:#F5F5F5;
  font-size:60px;
  text-align:center;
  top:90px;
  left:0;
 
  /* CSS3 text shadow: */
  text-shadow:4px 4px 5px #333333;
}

/* The left part of the background: */

.clock .bg.left{ left:0; }

/* Individual styles for each color: */
.orange .bg.left{ background:url(http://i50.tinypic.com/fm8ue.png) no-repeat left top; }
.green .bg.left{ background:url(http://i46.tinypic.com/kd5r9v.png) no-repeat left top; }
.blue .bg.left{  background:url(http://i46.tinypic.com/3169clc.png) no-repeat left top; }

/* The right part of the background: */
.clock .bg.right{ left:100px; }

.orange .bg.right{ background:url(http://i50.tinypic.com/fm8ue.png) no-repeat right top; }
.green .bg.right{ background:url(http://i46.tinypic.com/kd5r9v.png) no-repeat right top; }
.blue .bg.right{ background:url(http://i46.tinypic.com/3169clc.png) no-repeat right top; }


.clock .front.left{
  left:0;
  z-index:10;
}
thats everything new i added when this started to appear
Cr4ZyBoY
Cr4ZyBoY
Forumember

Male Posts : 141
Reputation : 6
Language : English
Location : Israel

http://www.iron-players.forumhe.com

Back to top Go down

Solved Re: Categories on the center

Post by Sanket April 25th 2013, 7:07 pm

Not about the css, but maybe about javascripts or some html codes?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Categories on the center

Post by Cr4ZyBoY April 25th 2013, 7:12 pm

Nope ....
Cr4ZyBoY
Cr4ZyBoY
Forumember

Male Posts : 141
Reputation : 6
Language : English
Location : Israel

http://www.iron-players.forumhe.com

Back to top Go down

Solved Re: Categories on the center

Post by Sanket April 25th 2013, 7:15 pm

Cr4ZyBoY wrote:Nope ....
So you are saying you have not added any javascript or html code?
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Categories on the center

Post by Cr4ZyBoY April 25th 2013, 7:17 pm

Yeah
Cr4ZyBoY
Cr4ZyBoY
Forumember

Male Posts : 141
Reputation : 6
Language : English
Location : Israel

http://www.iron-players.forumhe.com

Back to top Go down

Solved Re: Categories on the center

Post by Cr4ZyBoY April 25th 2013, 7:18 pm

Its solved i got help from someone
Thanks anyway
Cr4ZyBoY
Cr4ZyBoY
Forumember

Male Posts : 141
Reputation : 6
Language : English
Location : Israel

http://www.iron-players.forumhe.com

Back to top Go down

Solved Re: Categories on the center

Post by Sanket April 25th 2013, 7:21 pm

I think you are providing me with incorrect information, as i can already see a SCM player which definitely has some code added on your forum for it to display.

Either ways, about your original problem. I will suggest you to just change the skin Wink

Edit:
Thread Garbaged, since problem solved on its own.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top


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