The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
In this page, http://www.indusladies.com/forums/ma...ml#post3042509 Share button is hidden (PFA screen shot). Attachment 147139 Tried adjusting the z-index but still not working. Can anyone tell me how to fix this? Thanks. |
|
#2
|
||||
|
||||
|
Since it's a CSS issue, the only way to fix it is to view the actual page using something like firebug. So, you will need to supply a login for us to see the problem.
|
|
#3
|
|||
|
|||
|
You'll have to find
<ul class="vbseo_share_body"> and using either inline styling or in the css template change visibility to "visible", Then comment out the share link above it. |
|
#4
|
||||
|
||||
|
Quote:
Code:
.vbseo_buttons .vbseo_links {
margin: 0;
padding: 10px;
position: absolute; <- new line
right: 0; <- new line
visibility: hidden;
width: auto;
}
.vbseo_share_body {
background: none repeat scroll 0 0 #EEEEEE;
border: 1px solid #DDDDDD;
border-radius: 5px;
box-shadow: 0 4px 7px;
position: relative; <- old is absolute
right: 0;
top: -100px; <- new line
visibility: hidden;
width: 280px;
z-index: 9000;
}
|
|
#5
|
|||
|
|||
|
Hello,
Hope this is useful for anyone searching for the same issue. I did the below and it worked: .vbseo_buttons { font-size: {vb:stylevar small_fontSize}; position: inherit; <- old value was relative } |
| Благодарность от: | ||
| Lynne | ||
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|