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.

Forum Widgets only appears on the left side?

+4
ankillien
Gamerz Auctions
Sanket
Zapton
8 posters

Go down

Forum Widgets only appears on the left side? Empty Forum Widgets only appears on the left side?

Post by Zapton January 24th 2010, 1:21 pm

You marked my last thread as solved and locked it even though it wasn't solved.

The forum widgets doesn't appear on my right side, they only appear on the left side, I have set my right side to 180 and the left side to 0.

I also tried previewing some other themes and they worked there, but I have no intentions to change my theme, so why doesn't they work on my current theme?


http://www.innervate-stormreaver.com

Click here to see the last topic that was marked as solved
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Sanket January 24th 2010, 1:26 pm

I locked it since you said, they were working in other themes.

Also, it has incomplete css due to which it does not work on that skin.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Gamerz Auctions January 24th 2010, 4:01 pm

Go into your CSS you have to be sure the width for the other size is set there as well.
Gamerz Auctions
Gamerz Auctions
Forumember

Posts : 43
Reputation : 0
Language : English?Spanish

http://www.welcome.gamerzauctions.com

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton January 24th 2010, 5:52 pm

Sanket wrote:Also, it has incomplete css due to which it does not work on that skin.

Is this fixable?

Gamerz Auctions wrote:Go into your CSS you have to be sure the width for the other size is set there as well.

I lack knowledge
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton January 27th 2010, 5:45 pm

BUMP!
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by ankillien January 27th 2010, 6:35 pm

Hello,

Try adding the following code in your CSS...

Code:
#content-container div#right {
width: 180px !important;
}
ankillien
ankillien
Energetic

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

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton January 27th 2010, 6:40 pm

Heyhey, thank you for the answer, unfortunatly it didn't work :/

Any other solution?

**EDIT**
I just noticed that this widget appears on the very buttom of the forum, it doesnt stretch all over the page, but on the right side in the buttom... it's there

http://www.innervate-stormreaver.com/

Why? :<
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by ankillien January 28th 2010, 3:08 am

I think the CSS of the theme is buggy Confused
I'll check the whole CSS and try to find a fix for it.
ankillien
ankillien
Energetic

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

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Gamerz Auctions January 28th 2010, 3:26 am

Ok first of all you messed with your css?

find this in your css:

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


and change it to:


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

the 150 will set it so you have them on both sides if you want it like that. be sure to have both sides ticked and have them set to 150.
Gamerz Auctions
Gamerz Auctions
Forumember

Posts : 43
Reputation : 0
Language : English?Spanish

http://www.welcome.gamerzauctions.com

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by BLUElearnings January 28th 2010, 4:55 am

it is easier in php bb3, i think. got mine on both sides w/o touching css. maybe it depends on theme? then tried switching to php2 and still there... what version are you using?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by ankillien January 28th 2010, 8:57 am

Gamerz Auctions,

I've suggested same solution above but it didn't work for him.
I set width of #right to 180px but it doesn't work.
ankillien
ankillien
Energetic

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

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton January 28th 2010, 3:29 pm

Thanks for all the responses, Ankillien, let me know if u find a solution for this Wink
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by ankillien January 28th 2010, 3:35 pm

Do you have the widgets on right turned on at the moment?
If not, please enable them.
ankillien
ankillien
Energetic

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

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton January 28th 2010, 8:07 pm

It is set to 180px, and they are enabled.
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton January 30th 2010, 1:57 pm

Bump :<
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by kirk January 30th 2010, 6:19 pm

Zapton have you tried dragging your widgets from the left side to the right side. you have to move them there. it's in you widget management you should be able to just drag them to that side then hit save.

yeah that should do it. i had my widgets on the left. i just changed the left side pixels to 0 and the right to 180. i dragged all my widgets to the right hit saved and the are working fine.

so be sure to drag them over there if you have not done so already.

and remember there are two save buttons. one for
Forum widgets general options

and one for
Forum widgets management

so be sure you hit both save buttons for each thing you change in the sections
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Kilsek January 30th 2010, 7:28 pm

When you set the width and enable to other side be sure you click save in that same area not at the bottom. each section in the widgets page has its own save button use it.

Oh hint: that is a way for people to hack forums. All those save buttons leaves openings Sad
avatar
Kilsek
New Member

Posts : 9
Reputation : 0
Language : English

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Zapton February 3rd 2010, 6:46 pm

I've tried all you said allready, reason for it being on the left side atm is because I moved it backed there meanwhile.

If there is no solution for this you can lock it :<
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by ankillien February 4th 2010, 3:01 am

Sorry, I haven't got any solution for the widgets yet.
Looks like the theme CSS is crap. I advice to switch to another theme or I can forward this issue to Jalokim who might be able to fix this.
ankillien
ankillien
Energetic

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

Back to top Go down

Forum Widgets only appears on the left side? Empty Re: Forum Widgets only appears on the left side?

Post by Jalokim February 8th 2010, 1:31 pm

alrighty... lets see what the problem is.

Can I confirm that the widgets are currently enabled and are currently on the right side... but they don't appear... correct?

alrighty times 2 ...
I believe one factor was overlooked in the above solutions.
you guys only faced the widget when it could be the content that is causing problems.


now mr zapton.
go to your CSS and locate this code:

Code:
div#container {width: 100%;float: left;margin-right: -0px;}
If you have the right widget on, the margin-right in that above code should be -180px... but from what I can see its -0px;

so change that -0 to -180px;

test your forum... if the widget appears ...happy day
if not we need to revise one other aspect


when you have your widget activated this code:
Code:
#content-container div#right {
   width: 0px;
   float: right;
   overflow: hidden;
   }
should be width: 180px;
So go to your css find this code and manually change the width to 180px;

if this still doesn't work there is one last class you can add to the css and that is position: absolute;
your code would look like this:
Code:
#content-container div#right {
   width: 0px;
   float: right;
   overflow: hidden;
position: absolute;
   }

check those and report back
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Back to top

- Similar topics

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