← WordPress

Bug, a enviar comentário no wordpress

Lida 4693 vezes

Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Boas tardes,
encontrei agora um bug no meu site, por exemplo a enviar um comentário, o botão Submit, começa a piscar, alguém sabe como solucionar o problema?
(www.portugalflash.com)

Obrigado,
Cumprimentos
Offline

Ivo Pereira 
Membro
Mensagens 661 Gostos 1
Feedback +7

Troféus totais: 27
Trófeus: (Ver todos)
Linux User Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Código: [Seleccione]
.commentsMain form#commentform p input#submitcomment {
cursor: pointer;
background: #EBEBEB;
border: 1px solid #CCC;
color: black;
font-size: 13px!important;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
padding: 3px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
text-align: center!important;
float: right;
margin: 15px 0px 10px 0;
border-image: initial;
}


Código: [Seleccione]
.commentsMain form#commentform p input#submitcomment:hover {
cursor: pointer;
background: #EBEBEB;
border: 1px solid #CCC;
color: black;
font-size: 13px!important;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
padding: 3px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
text-align: center!important;
margin: 15px 76px 10px 0;
}

Repara, tu no hover estás a mexer na margem, e ele está a deslocar-te o objecto. Retira a propriedade margin do hover ;)
Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

como retiro a propriedade do margin do hover?
Offline

Ivo Pereira 
Membro
Mensagens 661 Gostos 1
Feedback +7

Troféus totais: 27
Trófeus: (Ver todos)
Linux User Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Vais ao editor de CSS do teu Wordpress, procura o ficheiro style.css, encontra esta parte:

Código: [Seleccione]
.commentsMain form#commentform p input#submitcomment:hover
E retira esse bloco de código do hover (estive a verificar o código e ele nem fazia qualquer alteração no hover - era suposto?).
Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Código: [Seleccione]
.commentsMain form#commentform p input#submitcomment:hover {
cursor:pointer;
background:#ebebeb;
border:1px solid #ccc;
color:#000; font-size:13px!important;
font-family:Arial, Helvetica, sans-serif;
font-style:normal; padding:3px 10px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
text-align: center!important;
margin:15px 76px 10px 0;
}

Já tirei estre trecho de código, e não hove qualquer alteração?
Offline

Ivo Pereira 
Membro
Mensagens 661 Gostos 1
Feedback +7

Troféus totais: 27
Trófeus: (Ver todos)
Linux User Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Hmm, estranho, aqui ainda aparece.

Tens algum plugin de cache?
Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Hmm, estranho, aqui ainda aparece.

Tens algum plugin de cache?
acho que não so se for o de SEO...
Offline

Ivo Pereira 
Membro
Mensagens 661 Gostos 1
Feedback +7

Troféus totais: 27
Trófeus: (Ver todos)
Linux User Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Envia-me o teu ficheiro style.css por PM ou cola aqui o código sff.
Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Offline

Ivo Pereira 
Membro
Mensagens 661 Gostos 1
Feedback +7

Troféus totais: 27
Trófeus: (Ver todos)
Linux User Super Combination Combination Topic Starter Level 5 Level 4 Level 3 Level 2 Level 1 500 Posts

Onde retiraste esse trecho de código? Através do editor de CSS do Wordpress, ou através da edição do ficheiro no FTP?
Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

Onde retiraste esse trecho de código? Através do editor de CSS do Wordpress, ou através da edição do ficheiro no FTP?
atravez do editor de CSS do wordpress,,,
Offline

HilarYo 
Membro
Mensagens 188 Gostos 2
Troféus totais: 20
Trófeus: (Ver todos)
Apple User Super Combination Combination Topic Starter Level 4 Level 3 Level 2 Level 1 100 Posts 50 Posts

alguem tem solução?
Obrigado