Widgets não aparecem.

3 participantes

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Widgets não aparecem.

Mensagem por BabyLoves 27.01.15 4:55

Detalhes da dúvida


Versão do fórum : PunBB
Nível de acesso : Fundador
Navegador usado : Google Chrome
Membros afetados : Todos os membros do fórum
Problema começou : Desde que instalei um tema novo.
Endereço do fórum : http://yamashini.forumeiros.com/forum

Descrição do problema

Os widgets simplesmente não aparecem.
Estão todos gerados e ativados tudo certinho.


Última edição por BabyLoves em 27.01.15 13:00, editado 1 vez(es)
BabyLoves

BabyLoves
**

Membro desde : 18/05/2012
Mensagens : 92
Pontos : 164

http://narutolf.forumeiro.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por Shaman 27.01.15 6:37

Tente adicionar isto em seu CSS:

Código:
#left{width:auto!important;margin-right:5px!important}
Shaman

Shaman
Super Membro

Membro desde : 30/01/2014
Mensagens : 1787
Pontos : 2448

http://brasilplayvicio.com.br

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por EuficoLoko 27.01.15 12:02

Olá!

Procure por isso em sua CSS:
Código:
#right{float:right;overflow:hidden;width:0}
Após encontrar, remova.
EuficoLoko

EuficoLoko
Membro

Membro desde : 12/01/2015
Mensagens : 996
Pontos : 1286

http://lokoscripts.forumeiros.com/ https://www.facebook.com/people/Eufico-Forumeiros/10000903544610

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por BabyLoves 27.01.15 12:30

LucaS Carvalho escreveu:Tente adicionar isto em seu CSS:

Código:
#left{width:auto!important;margin-right:5px!important}

Não obtive resultados.

EuficoLoko escreveu:Olá!

Procure por isso em sua CSS:
Código:
#right{float:right;overflow:hidden;width:0}
Após encontrar, remova.

Meu CSS não tem tal linha.
BabyLoves

BabyLoves
**

Membro desde : 18/05/2012
Mensagens : 92
Pontos : 164

http://narutolf.forumeiro.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por EuficoLoko 27.01.15 12:31

Olá!

Então adicione em sua CSS:
Código:
#right{float:right;overflow:hidden;width: 100% !important}

Se não resultar, forneça-me a sua CSS e o seu template index_body.
EuficoLoko

EuficoLoko
Membro

Membro desde : 12/01/2015
Mensagens : 996
Pontos : 1286

http://lokoscripts.forumeiros.com/ https://www.facebook.com/people/Eufico-Forumeiros/10000903544610

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por BabyLoves 27.01.15 12:44

Meu CSS:
Código:
body {
    background: url('http://wallpoper.com/images/00/25/84/50/black-violins_00258450.jpg') no-repeat scroll 50% 0px #273749;
    color: #5A5A5A;
    font: 11px tahoma,helvetica,arial,sans-serif;
    position: relative;
    min-height: 390px;
    padding-bottom: 20px;
}
.userPhoto img{
width: 30px;
height: 30px;
margin-top: 3px;
padding: 1px;
border: 1px solid #D5D5D5;
background: none repeat scroll 0% 0% #FFF;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
float:left;
margin-right: 3px;
}
/*fonts*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//ssl.gstatic.com/fonts/roboto/v11/grlryt2bdKIyfMSOhzd1eA.woff) format('woff');
}
@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url(http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4.woff) format('woff');
}

#pun-visit, .main-box {
    display: none;
}
.pun .postfoot .user-contact {
    display: none;
}
.pun {
margin: 0px auto;
min-width: 990px;
max-width: 1600px;
width: 90%;
background: none repeat scroll 0% 0% #FFF;
}
#pun-about {
    background: none;
    border: none;
    text-align: right;
    font-size: 10px;
    padding: 2px;
}
#content-container{padding: 8px;}
#main{margin-right:10px!important;}
#pun-about form, #pun-visit {
    display: none;
}
/*branding*/
#branding {
    height: 73px;
}
#logo {
    float: left;
}
#logo a.textLogo {
    color: #FFF;
    height: 73px;
    line-height: 73px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.85);
    padding: 0px 12px;
    font-weight: 300;
    font-size: 40px;
    font-family: "Yanone Kaffeesatz","Trebuchet MS",Arial,Helvetica,sans-serif;
    display: block;
    text-decoration: none;
}
/*menu*/
#primary_nav_wrap {
    background: url('http://i.imgur.com/6BtTxai.jpg') repeat scroll 0px 0px #D7D7D7;
    min-height: 38px;
    padding: 4px 5px 0px;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 4px 4px 0px 0px;
}
#search {
    margin: 4px 4px 0px 0px;
}
#adv_search {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background: url('http://i.imgur.com/TwvhaSx.png') no-repeat scroll 50% 50% transparent;
    text-indent: -3000em;
    display: inline-block;
    margin-left: 3px;
}
#search_wrap {
    position: relative;
    background: none repeat scroll 0% 0% #FFF;
    display: block;
    padding: 0px 26px 0px 4px;
    height: 26px;
    line-height: 25px;
    border-radius: 3px 4px 4px 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    min-width: 230px;
}

#main_search {
    font-size: 12px;
    border: 0px none;
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
    width: 138px;
    outline: 0px none;
    margin-top: 5px;
}
input, select, textarea {
    font: 12px tahoma,helvetica,arial,sans-serif;
}
#adv_search:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
#search_options {
    max-width: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin: 3px 3px 3px 0px;
    padding: 0px 6px;
    border-radius: 3px;
    background: url('http://i.imgur.com/bzZJ0lC.png') repeat-x scroll 0px 1px #EAEAEA;
    display: inline-block;
    text-shadow: 0px 1px 0px #FFF;
    float: right;
}
#search .submit_input {
    background: url('http://i.imgur.com/clBgdCW.png') no-repeat scroll 50% center #4F6682;
    text-indent: -3000em;
    padding: 0px;
    border: 0px none;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px 3px 3px 0px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
}
#primary_nav {
    font-size: 12px;
    font-weight: bold;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

#community_app_menu > li {
    margin: 0px;
    position: relative;
}

#community_app_menu > li > a {
    color: #6F6F6F;
    text-shadow: 0px 1px 0px #FFF;
    border-radius: 3px;
    display: block;
    outline: medium none;
    padding: 0px 11px;
    line-height: 35px;
    height: 35px;
}

#community_app_menu > li.active > a {
    background: url('http://i.imgur.com/BgHGO92.jpg') repeat scroll 50% 0px #D75D2D;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.45), 0px 1px 0px rgba(255, 255, 255, 0.8);
    text-shadow: 0px 1px 1px #892307;
    color: #FFF;
    padding: 0px 15px;
    position: relative;
}

#community_app_menu > li > a:hover{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.1);
    color: #444;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.45), 0px 1px 0px rgba(255, 255, 255, 0.8);
}

.wrapper {
    width: 90%;
    max-width: 1600px;
    min-width: 990px;
    margin: 0px auto;
}

/*crumbs*/
.pun-crumbs {
    background: url('http://i.imgur.com/5cds98J.png') repeat-x scroll 0px 0px #E0E0E0;
    border: 1px solid #D6D6D6;
    text-shadow: 0px 1px 0px #FFF;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    line-height: 37px;
    margin-bottom: 15px;
}
.pun-crumbs p {
    color: #777;
    font-size: 11px;
}
p.crumbs a:first{
padding-left: 12px;
border-radius: 3px 0px 0px 3px;
}
p.crumbs a:hover{
background-position: 100% -43px;
}
p.crumbs a {
    background: url('http://i.imgur.com/F7sgCcz.png') no-repeat scroll 100% -1px transparent;
    color: #777 !important;
    font-size: 10px;
    line-height: 30px;
    padding: 11px 17px 11px 4px;
}
/*user*/

#user_navigation {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
    color: #FFF;
    font-size: 11px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    float: right;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) inset, 0px 0px 0px 1px rgba(255, 255, 255, 0.05), 0px 1px 0px rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-top: 18px;
    margin-right: 58px;
}
#user_navigation .ipsList_inline li {
    margin: 0px;
    padding: 0px;
    float: left;
}
#user_navigation a {
    color: #FFF;
    float: left;
    padding: 0px 13px;
    line-height: 36px;
    outline: medium none;
    height: 36px;
}
#user_navigation a:hover {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
}
#avatar img { height: 29px; margin: 4px -6px 0; padding: 0; position: relative; vertical-align: top; width: auto; }

#notify_link, #inbox_link {
    vertical-align: middle;
    width: 20px;
    padding: 0px 8px !important;
    position: relative;
}

#inbox_link img {
    background-image: url('http://i.imgur.com/PEnkjt7.png');
}
#notify_link img {
    background-image: url('http://i.imgur.com/9jjXSZB.png');
}
#notify_link img, #inbox_link img {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 8px;
}


/*categoria*/
.main .main-head {
    margin-top: 8px;
}
a.forumtitle {font-weight:bold;}
.main .main-head, .title-overview {
background: url('http://i.imgur.com/PUOBkBW.jpg') repeat-x scroll 0px 0px #CF552A;
border: 1px solid #B43535;
color: #FFF;
text-shadow: 0px -1px 0px #A52C0C;
box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
padding: 12px;
font-size: 12px;
font-weight: 300;
border-radius: 4px;
overflow: hidden;
margin-bottom: 5px;
}
.main .main-head .page-title h2 {
    color: #FFF;
    text-shadow: 0px -1px 0px #A52C0C;
    font-size: 12px !important;
    font-weight: bold!important;
}
#pun-intro,#pun-head{display:none;}

.main .main-content {
    border: 0px none;
}
.pun .main table td.tc2, .pun .main table td.tc3, .pun table.table td {
    background: none repeat scroll 0% 0% #FFF;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #F3F3F3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #777;
    font-size: 11px;
}

.border {
    border: 1px solid #CCC;
}
.border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container{
    background: none repeat scroll 0% 0% #FDFDFD;
}
.removeDefault .ipsBox, .removeDefault.ipsBox {
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
}
.ipsBox, .ipsPad {
    padding: 9px;
}
.ipsBox {
    background: none repeat scroll 0% 0% #F2F2F2;
}
.main .main-foot {
margin-top: 0px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-radius: 0 0 4px 4px;
}
.main .main-head .page-title h2 {
font-size: 16px;
font-weight: 300;
}

.pun table.table {
background:#FDFDFD;
}

.table .col_c_icon {
    width: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 2px 10px 8px !important;
}
.pun table.table .col_c_forum {
    width: auto;
    height: 42px;
min-height: 24px;
}

.pun tbody.statused span.stats {
margin-right: 10px;
margin-left: -25px;
}
.pun tbody.statused span.status {
position: relative!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: white;
}
.pun table.table td.tc3 {
text-align: right;
width: 15%;
}
.pun table.table td {
background: white;
padding: 10px;
border: 0px;
border-bottom: 1px solid #f3f3f3;
}
.hierarchy {
font-size: 100%!important;
font-weight: 400!important;
}

/*widgets*/

.module .main-head{
border: 1px solid #D8D8D8;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
background: url('http://i.imgur.com/bzZJ0lC.png') repeat-x scroll 0px 0px #EEE;
padding: 8px;
border-radius:0;
box-shadow:0;
color: #727272;
border-bottom: 0;
font-weight: bold;
font-size: 100%;
margin-bottom:0;
}

.module .main-content{
border: 1px solid #D8D8D8;
margin-bottom: 10px;
background: none repeat scroll 0% 0% #FFF;
}

/*guest-message*/

.guestMessage {
    background: url('http://i.imgur.com/bzZJ0lC.png') repeat-x scroll 0px 0px #F9D79B;
    border: 1px solid #EBB962;
    color: #B85F1D;
    line-height: 140%;
    box-shadow: 0px 1px 4px #FDE5BB;
    margin-bottom: 10px;
    padding: 10px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.55);
}
.guestMessage strong {
    display: inline-block;
    margin-bottom: 6px;
}
.guestMessage a {
    color: #B85F1D;
    text-decoration: none;
    border-bottom: 1px solid #D48041;
}


ol,ul,li{list-style:none;}
a {text-decoration: none;}
a:link {text-decoration: none;}
a{color: #C83D18}
.pun a{color: #C83D18}
a:hover.{color: #222}
.pun a:hover{color: #222}
a:hover {text-decoration: none!important;}
a.forumtitle {text-decoration: none;}
a.forumtitle:hover {text-decoration: none!important;}
a.topictitle {text-decoration: none;}
a.topictitle:hover {text-decoration: none!important;}
.pun a:focus {
    color: #C83D18;
}
.pun a:link {
    color: #C83D18;
}
.pun a:visited{
    color: #C83D18;
}

.pun .paged-foot, .pun .paged-head {
    background-color: transparent;
    border: 0px none;
}

img, .input_check, .input_radio {
vertical-align: middle;
}

.attach {float: right;}

fieldset, img { border: 0; }

.hide { display: none; }

.clickable { cursor: pointer; }
.right{float:right;}
.left{float:left;}
.center{text-align:center;}

.mini_ava{
float:left;
}

.mini_ava img{
background: none repeat scroll 0% 0% #FFF;
border: 1px solid #D5D5D5;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
height: 36px;
margin: 0px 5px;
padding: 1px;
width: 36px;
}

/*lists*/

.ipsList_inline > li {
   display: inline-block;
   margin: 0 3px;
}
   .ipsList_inline > li:first-child { margin-left: 0; }
   .ipsList_inline > li:last-child { margin-right: 0; }
   .ipsList_inline.ipsList_reset > li:first-child { margin-left: 3px; }
   .ipsList_inline.ipsList_reset > li:last-child { margin-right: 3px; }
   .ipsList_inline.ipsList_nowrap { white-space: nowrap; }
   
.ipsList_withminiphoto > li { /*margin-bottom: 8px;*/ padding: 7px; }
.ipsList_withmediumphoto > li .list_content { margin-left: 60px; }
.ipsList_withminiphoto > li .list_content { margin-left: 44px; }
#index_stats .ipsList_withtinyphoto .list_content,
.ipsList_withtinyphoto > li .list_content { margin-left: 32px; }
.list_content { word-wrap: break-word; }

.ipsList_data li { padding: 6px; line-height: 1.3; }
.ipsList_data .row_data { display: inline-block; }
.ipsList_data .row_title, .ipsList_data .ft {
   display: inline-block;
   float: left;
   width: 120px;
   font-weight: bold;
   text-align: right;
   padding-right: 10px;
}

.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
   width: 80px;
}

/*post*/

.pun .post .user {
    float: left;
    font-size: 12px;
    margin-left: -180px;
    margin-top: -0.6em;
    text-align: center;
    width: 155px;
}
.pun .post {
    border: 0 !important;
}
.pun .post{background: none repeat scroll 0% 0% #FDFDFD;}
.post h3 {
    color: #444;
    border-bottom: 1px solid #D2D2D2;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    background: url('http://i.imgur.com/bzZJ0lC.png') repeat-x scroll 0px 0px #E3E3E3;
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
border-top: 1px solid #D2D2D2;
}

.post h3:first-child{border-top:none;}

.author span a {
    color: #444 !important;
  float: left;
min-width: 177px;
font-weight: bold;
}
.author span a strong {
    color: #444 !important;
}
.pun .post {
    border: 0px none !important;
    background: none;
}

span.post_id {
margin-left: 4px;
}
.post_date {
    color: #777;
    float: left;
    font-size: 11px;
    font-weight: normal;
}
abbr, acronym {
    border: 0px none;
}
.post_id a img.small {
max-height: 12px;
margin-left: 3px;
margin-top: -2px;
opacity: 0.5;
}
.post_online {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 15px 5px;
    background: url('http://i.imgur.com/hmzOFtD.png') no-repeat;
  width: 7px;
height: 7px;
}
.pun .postmain {
border-left: 1px solid #F0F0F0;
margin-left: 18em !important;
}
.pun .post .user {
margin-left: -16em;
margin-top: -0.9em;
}
.pun .post {background: white;}
.pun .postmain {
background-color: white;
border-left: 0px;
margin-left: 14em;
}
.pun .post .user {
width: 155px;
font-size: 12px;
text-align: center;
line-height: 150%;
margin-left: -170px;
margin-top: -0.6em;
}
.pun .user .user-ident .user-basic-info {
  font-size: 11px;
  color: #a4a4a4;
  text-align: center;
  font-weight: normal;
}
.pun .postmain {
    border-left: 1px solid #F0F0F0;
    background: none repeat scroll 0% 0% #FDFDFD;
}
.postfoot {
border-top: 0px;
margin-left: -14em;
}

.post-options a{margin: 5px;}
.pun .post .user {margin-left: -15.7em!important}
/*user img*/
.user-basic-info a img {
height: 90px;
width: 90px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.user-basic-info a img:hover {
border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
/*quick reply*/
#pun-qpost {
  background:none;
  padding:0
}
#textarea_content {
    min-width: 98% !important;
}
#pun-qpost a.exthelp {display: none;}
.pun .frm-form, .main .main-content.frm {
background-color: white;
}
.pun .post {
  border: 1px solid #dbe4ef;
}

#pun-qpost .frm-buttons {
border-top: 0px;
text-align: right;
}

/*editor*/
#textarea_content .sceditor-container { background: rgba(239, 239, 239, 1)!important; border: 1px solid #C9C4C1; border-radius: 0!important; }

#textarea_content .sceditor-container .sceditor-toolbar { background: none!important; border: 0!important; }

#textarea_content .sceditor-group { background: transparent; border: 0!important; border-radius: 3px!important; border-right: 1px solid rgba(170, 170, 170, 0.53)!important; padding-right: 4px; padding-left: 4px; }

#textarea_content .sceditor-group:last-child { border-right: 0px none!important; }

#textarea_content .sceditor-group a.active, #textarea_content .sceditor-group a.hover, #textarea_content .sceditor-group a:hover { background: #fdfaf7!important; border-radius: 0!important; box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.76); }

#textarea_content .sceditor-container textarea, #textarea_content iframe { background: #FFF!important; border: 1px solid #C9C4C1; border-radius: 0!important; box-shadow: inset rgba(201, 196, 193, 0.44) 0 2px 10px!important; color: #5c5c5c!important; cursor: text!important; padding: 1px 5px!important; width: 96%!important; }

#message-box #textarea_content .sceditor-container { width: 100%!important; }
/*footer*/

#footer_utilities {
border-radius: 0px 0px 4px 4px;
border: 1px solid #EEE;
background: url('http://i.imgur.com/bzZJ0lC.png') repeat-x scroll 0px 0px #F9F9F9;
padding: 4px;
position: relative;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
padding-bottom: 25px;
}

#backtotop, #bottomScroll {
    width: 24px;
    height: 24px;
    line-height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    display: inline-block;
    background: none repeat scroll 0% 0% #BDBDBD;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
    text-align: center;
    border-radius: 16px;
    opacity: 0.4;
    outline: 0px none;
}

img, .input_check, .input_radio {
    vertical-align: middle;
}
fieldset, img {
    border: 0px none;
}
#copyright {
    color: #848484;
    text-align: right;
    line-height: 22px;
    float: right;
}
#copyright a {
    color: #848484;
}
#footer_utilities .ipsList_inline {
    margin-top: 3px;
    clear: left;
    float: left;
}
#footer_utilities .ipsList_inline > li {
    margin: 0px;
}
#footer_utilities .ipsList_inline > li > a {
    margin-right: 0px;
    padding: 4px 10px;
    display: inline-block;
}

#backtotop, #bottomScroll {
    line-height: 20px;
    text-align: center;
}

#backtotop img{margin-top: 5px;}

#bottomScroll:hover, #backtotop:hover {
    color: #FFF;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    background: url('http://i57.servimg.com/u/f57/18/12/37/46/highli10.png') repeat-x scroll center top #353535;
    border: 1px solid #2B2B2B;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.43);
    color: #FFF;
    cursor: pointer;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    outline: medium none;
    padding: 4px 10px !important;
}

/*codebox and quote*/

.codebox {
    background: none repeat scroll 0% 0% #FCFCFC;
    border: 1px solid #E3E3E3;
    font-size: 11px;
    line-height: 170%;
    overflow: auto;
    padding: 5px;
}
.codebox dt {
    display: none;
}
.codebox dd {
    background-color: transparent;
    margin: 0.3em;
    padding: 0.3em;
}
.postmain blockquote, blockquote {
    padding: 10px!important;
}
.postmain blockquote {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 0.5em 1em;
}
blockquote {
    background: none repeat scroll 0% 0% #FCFCFC;
    border: 1px solid #E3E3E3;
    color: #9F9F9F;
    font-size: 12px;
    margin-bottom: 5px;
}
.postmain cite, blockquote cite {
    margin: -10px -11px 8px!important;
}
.postmain cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 0px 0px 1em;
}
blockquote cite {
    background-color: #F2F2F2;
    background-image: url('http://i34.servimg.com/u/f34/16/49/10/98/snapba10.png'), url('http://i.imgur.com/iPXDkuF.png');
    background-position: 10px center, 0px 0px;
    background-repeat: no-repeat, repeat-x;
    border-right: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #E3E3E3 #E8E8E8;
    color: #535353;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    text-indent: 25px;
    text-shadow: 0px 1px 0px #FFF;
}
.codebox.spoiler {
    background: none repeat scroll 0% 0% transparent;
    border: 0px none;
}
.codebox.spoiler dt {
    background: url('http://i.imgur.com/psvFIEG.png') repeat-x scroll 0px 0px #ECECEC;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.7) inset;
    color: #616161;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin: 0px 0px 0px 5px;
    padding: 0px 10px;
    text-shadow: 0px 1px 0px #FFF;
    white-space: nowrap;
}
.codebox.spoiler dd {
    background: none repeat scroll 0% 0% transparent;
}
.spoiler_content.hidden {
    background: none repeat scroll 0% 0% #FCFCFC;
    border: 1px dashed #E3E3E3;
    padding: 5px;
}

/*paging*/

.paged-foot .paging a, .paged-foot .paging a:hover, .paged-foot .paging b, .paging a, .paging b, td p.pag a, td p.pag b {
    border-radius: 2px;
    font-size: 12px !important;
    margin-right: 3px !important;
    padding: 6px 9px !important;
}
.paged-foot .paging a, .paging a, .paging b, td p.pag a, td p.pag b {
    background: url('http://i.imgur.com/5cds98J.png') repeat-x scroll 0px 0px #E5E5E5;
    border: 1px solid #D6D6D6;
    color: #747474;
    text-shadow: 0px 1px 0px #FFF;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 0px 7px;
    text-transform: lowercase;
    font-size: 11px;
    font-weight: normal;
}

.topic-options.blocked{
background: url('http://forum.autoitbrasil.com/public/style_images/master/topic_button_closed.png') repeat-x scroll center top #812200;
border-color: #812200;
box-shadow: 0px 1px 0px 0px #DB6E46 inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.topic-options{
background: url('http://forum.autoitbrasil.com/public/style_images/master/topic_button.png') repeat-x scroll center top #212121;
border-style: solid;
border-color: #212121;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-width: 1px 1px 0px;
border-radius: 3px;
box-shadow: 0px 1px 0px 0px #5C5C5C inset, 0px 2px 3px rgba(0, 0, 0, 0.2);
color: #FFF;
text-shadow: 0px -1px 0px #191919;
font: 300 12px/30px Helvetica,Arial,sans-serif;
height: 30px;
padding: 0px 10px;
text-align: center;
min-width: 125px;
display: inline-block;
cursor: pointer;
}
.main .main-foot {
    display: none;
}
#chatbox {
  display: none;
}
#right{float:right;overflow:hidden;width: 100% !important}

Meu index_body :

Código:
{JAVASCRIPT}
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
   <ul>
         <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
         <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
      <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
      <li><a href="{U_MARK_READ}">{L_MARK_FORUMS_READ}</a></li>
   </ul>
   <p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div class="guestMessage">
                   <strong>Welcome to {FORUMNAME}</strong><br>
  Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, <a href="/login">login here</a> - otherwise <a href="/register">create an account</a> for free today!
                </div>
<!-- END switch_user_logged_out -->

<!-- BEGIN message_admin_index -->
<div class="main">
   <!-- BEGIN message_admin_titre -->
   <div class="main-head">
      <h1 class="page-title">{message_admin_index.message_admin_titre.MES_TITRE}</h1>
   </div>
   <!-- END message_admin_titre -->

   <!-- BEGIN message_admin_txt -->
   <div id="pun-announcement">
      <p>{message_admin_index.message_admin_txt.MES_TXT}</p>
   </div>
   <!-- END message_admin_txt -->
</div>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<div class="main">
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username" /></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password" /></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
   </div>
</form>
</div>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<div id="sign_week"><center></center></div>

<!-- BEGIN disable_viewonline -->

<div id="pun-info" class="main" style="display: none;">
  <div class="main-statistics">
      <div id="onlinelist">
        <img src="{L_ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" />
        <p class="right">
            <!-- BEGIN switch_viewonline_link -->
            <a href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a>
            <!-- END switch_viewonline_link -->
            <!-- BEGIN switch_viewonline_nolink -->
            {L_WHO_IS_ONLINE}
            <!-- END switch_viewonline_nolink -->
        </p>
        <p id="total_users_online">{TOTAL_USERS_ONLINE}<br /></p>
        <p id="record_users">{RECORD_USERS}<br /></p>
        <p id="logged_in_user_list">{LOGGED_IN_USER_LIST}</p>
        <p id="l_online_users">{L_ONLINE_USERS}</p>
        <p id="l_connected_members">{L_CONNECTED_MEMBERS}<br /></p>
        <p id="l_whosbirthday_today">{L_WHOSBIRTHDAY_TODAY}</p>
        <p id="l_whosbirthday_week">{L_WHOSBIRTHDAY_WEEK}</p>
        <div class="clear"></div>
        <p id="group_legend">{LEGEND} : {GROUP_LEGEND}</p>
      </div>
      <!-- BEGIN switch_chatbox_activate -->
      <div id="onlinechat">
        <p class="page-bottom">
            {TOTAL_CHATTERS_ONLINE} :
            {CHATTERS_LIST}
            <br />
            <!-- BEGIN switch_chatbox_popup -->
        <div id="chatbox_popup"></div>
        <script type="text/javascript">
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
        </script>
        <!-- END switch_chatbox_popup -->
        </p>
      </div>
      <!-- END switch_chatbox_activate -->
  </div>
</div>
    <!-- END disable_viewonline -->

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <div class="user_login_form main-box center">
      <label><span class="genmed">{L_USERNAME} :</span> <input class="post" type="text" size="10" name="username"/></label> &nbsp;
      <label><span class="genmed">{L_PASSWORD} :</span> <input class="post" type="password" size="10" name="password"/></label> &nbsp;
      <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> &nbsp;
      {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" />
      <!-- BEGIN switch_fb_connect -->
      <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
      <fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button>
      <!-- END switch_fb_connect -->
   </div>
</form>
<!-- END switch_user_login_form_footer -->

{CHATBOX_BOTTOM}

<!-- BEGIN switch_legend -->
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
   oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
BabyLoves

BabyLoves
**

Membro desde : 18/05/2012
Mensagens : 92
Pontos : 164

http://narutolf.forumeiro.com/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por EuficoLoko 27.01.15 12:53

Então, ele não vai aparecer mesmo. Ele foi removido pelo criador da skin, posso adicionar um a um por javascript ou lhe ensinar a faze-lo. Almeja? Infelizmente, pelas configurações do fórum com esse tema não será possível.
EuficoLoko

EuficoLoko
Membro

Membro desde : 12/01/2015
Mensagens : 996
Pontos : 1286

http://lokoscripts.forumeiros.com/ https://www.facebook.com/people/Eufico-Forumeiros/10000903544610

Ir para o topo Ir para baixo

Tópico resolvido Re: Widgets não aparecem.

Mensagem por BabyLoves 27.01.15 12:59

Leia a MP que lhe enviei.
Bom, resolvido.
BabyLoves

BabyLoves
**

Membro desde : 18/05/2012
Mensagens : 92
Pontos : 164

http://narutolf.forumeiro.com/forum

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos