WP Social Login, reposicionar ajudaaa
-
Estou fazendo um site e utilizo o Plugin WP Social Login, mas nao consigo muda-lo de lugar, gostaria que ele ficasse ao lado do campo de nome e/ou e-mail, mas ele so fica em cima.
uso o tema Ima-Mag.Codigo de inserção: <?php do_action( ‘wordpress_social_login’ ); ?>
abaixo meu “comentarios.php” se eu colocar antes ou dps disso aqui em baixo, os botões de login com as redes sociais ficam antes ou dps.
<?php $comment_form = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<div class="comment-form-author">' . '<input id="author" name="author" placeholder="Nome" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" tabindex="1" />' . ( $req ? '<span class="required"> Ou você pode fazer login com uma Rede Social</span>' : '' ) . '<div class="clear"></div>' . '</div><!-- #form-section-author .form-section -->', 'email' => '<div class="comment-form-email">' . '<input id="email" name="email" placeholder="E-mail" type="text" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" tabindex="2" />' . '<div class="clear"></div>' . '</div><!-- #form-section-email .form-section -->')), 'comment_field' => '<div class="comment-form-comment">' . '<textarea id="comment" name="comment" aria-required="true" placeholder="Escreva um comentário aqui..."></textarea>' . '</div><!-- #form-section-comment .form-section -->', 'comment_notes_before' => '', 'comment_notes_after' => '', 'title_reply' => __('Faça um comentário','imagmag') , ); comment_form($comment_form, $post->ID); ?> </div><!-- /comments --> <?php } ?>
- O tópico ‘WP Social Login, reposicionar ajudaaa’ está fechado a novas respostas.