The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Blocks going to the bottom?
Hello there!
I've got a little problem... I've got two vertical sidebar blocks in my forum containing ads and social stuff, on my PC all is fine but when I see the forum on someone else pc or on my phone the blocks go down, all way to the bottom...so nobody can see them. Do you know why? Thanks!!! |
#2
|
||||
|
||||
Probably the CSS isn't written correctly to resize with different size browser windows?
|
#3
|
|||
|
|||
This is the CSS that I've modified, if someone could help I'd be very happy
Quote:
|
#4
|
||||
|
||||
Does the same thing happen in a unmodified default style?
What you posted above in HTML, not CSS. |
#5
|
|||
|
|||
The original vB layout has been removed, so I can not check!
How can I show you the CSS file? Thanks |
#6
|
||||
|
||||
To restore the default style go to your vBulletin AdminCP and open the Styles & Templates section. Click Style Manager which will show you a list of all installed.
To add the default style click the Add New Style link below the list of styles. This opens a new page where you put a name for the style, select No Parent Style and display order. The only thing you need to change is the name of the style. You can put whatever you want, like "Default", "New Default", even "rie4josifojgos0j0" will be fine. Click Save and vBulletin will create a new default style from the master style. |
#7
|
|||
|
|||
Thank you, I managed to load the default style. It works, but not as I wanted because I'd like the blocks to be permanent, not collapsable! If the blocks are collapsable the theme works...but this not what I wanted. How can I resolve this?
this is my forum http://www.tarantole.com/vB/forum.php?styleid=10 Thanks!!! |
#8
|
||||
|
||||
In your FORUMHOME template find this:
Code:
<a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded-left.png<vb:else />tab-collapsed-left.png</vb:if>" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded.png<vb:else />tab-collapsed.png</vb:if>" alt="" /> </vb:if> </a> Code:
<vb:comment><a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded-left.png<vb:else />tab-collapsed-left.png</vb:if>" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/<vb:if condition="$close_sidebar">tab-expanded.png<vb:else />tab-collapsed.png</vb:if>" alt="" /> </vb:if> </a></vb:comment> |
#9
|
|||
|
|||
Thank you for the hint but...the problem is still there! Any other advice?
Thanks! |
#10
|
||||
|
||||
So you are saying the sideblocks are still collapsible with that edit in place?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|