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.

My Forum Widgets Doesnt Show Up

3 posters

Go down

Solved My Forum Widgets Doesnt Show Up

Post by GoldenSnake October 21st 2012, 6:47 pm

It showed up all the time until i changed its skin.anyone help?

http://wizardingworld.yahubb.com


Last edited by GoldenSnake on October 22nd 2012, 10:51 pm; edited 1 time in total
avatar
GoldenSnake
Forumember

Posts : 35
Reputation : 1
Language : English

Back to top Go down

Solved Re: My Forum Widgets Doesnt Show Up

Post by Jophy October 21st 2012, 6:52 pm

Hello,

Make sure that they're activated:
Admin Panel > Display > Modules > Forum Widgets Management:
Display forum widgets : Yes

If this does not fix the problem, that's probably a problem with the theme/skin itself, I suggest using another skin/theme.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: My Forum Widgets Doesnt Show Up

Post by GoldenSnake October 22nd 2012, 12:04 am

I did. And no matter which skin I did, none of them would show up the widgets.
avatar
GoldenSnake
Forumember

Posts : 35
Reputation : 1
Language : English

Back to top Go down

Solved Re: My Forum Widgets Doesnt Show Up

Post by nextlevelgaming October 22nd 2012, 12:12 am

Sometimes you have to mess with the CSS itself, I've had this issue and generated the solution quickly. Please do not bump, I will give you the answer shortly

Start with this

Code:
#content-container div#left{
float:left;
width:180px;
overflow:hidden;
margin-right:0px;
}

to get it outside of the container

Code:
#content-container div#left{
float:left;
width:180px;
overflow:hidden;
margin-left:-200px;
positon:absolute;
}
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: My Forum Widgets Doesnt Show Up

Post by GoldenSnake October 22nd 2012, 10:50 pm

YES! Oh thank you very much!
avatar
GoldenSnake
Forumember

Posts : 35
Reputation : 1
Language : English

Back to top Go down

Back to top

- Similar topics

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