wild15
Ответы в темах
-
Форум: Темы и шаблоны
Тема: Комментарии не работаютвот спасибо больщое. все супер)
Форум: Темы и шаблоны
Тема: Комментарии не работаютспасибо попробую еще
Форум: Темы и шаблоны
Тема: Комментарии не работаютну вы думаете я дурак?
убрал и ничего не произошло,поэтому просто вернул обратноФорум: Темы и шаблоны
Тема: Комментарии не работаютне помогло вообще.что же делать?
Форум: Темы и шаблоны
Тема: Комментарии не работают.commentsMain form#commentform p input#submitcomment:hover
вместо hover ставить margin? Я правильно понял?Форум: Плагины
Тема: Как скрыть сайт?!themefuse-maintenance-mode.1.1.2
хороший плагин и все быстроФорум: Плагины
Тема: Не работает вконтакте комментарии на блоге.аналогичная проблема
Форум: Темы и шаблоны
Тема: форма комментирования=)
нет это не вариант…
ну поглядите что там не так пожалуйста.с комментами вечная какая то проблемаФорум: Темы и шаблоны
Тема: форма комментированиятеперь они вообще отключились.поставил плагин wp relatedposts-чтобы в конце записи показывались похожие записи
а сайт вот он
http://dance-creative.ru/Форум: Темы и шаблоны
Тема: форма комментированияНу я пока понять не могу.Посмотрите пожалуйста если не трудно что там не так.
Вот кусочек submit<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>--> <p><textarea name="comment" id="comment" cols="80%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" tabindex="5" id="submitcomment" value="Отправить" /> <?php comment_id_fields(); ?> </p> <?php do_action('comment_form', $post->ID); ?> </form> </div> <!-- / Post Contents End --> </div> <!-- / Post Block Wrapper End --> </div><div style="clear:both"></div> <div class="postFoot"></div> <!--[if IE 7]> <span style="clear:both"></span> <![endif]-->
А вот полный comments.php
<?php /** * @package WordPress * @subpackage Default_Theme */ // Do not delete these lines if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if ( post_password_required() ) { ?> <p class="nocomments">This post is password protected. Enter the password to view comments.</p> <?php return; } ?> <!-- You can start editing here. --> <!-- Put this div tag to the place, where the Comments block will be --> <div id="vk_comments"></div> <script type="text/javascript"> VK.Widgets.Comments("vk_comments", {limit: 10, width: "496", attach: "*"}); </script> <div class="commentsMain"> <?php if ( have_comments() ) : ?> <h3><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3> <div class="navigation"> <div class="alignleft"><?php previous_comments_link() ?></div> <div class="alignright"><?php next_comments_link() ?></div> </div> <div class="commWrap"> <div class="postMain"></div> <div class="postcom"> <ol class="commentlist"> <?php wp_list_comments('type=comment&avatar_size=64'); ?> </div><div style="clear:both"></div> <div class="postFoot"></div> </div> <div class="commFoot"></div> <div class="navigation"> <div class="alignleft"><?php previous_comments_link() ?></div> <div class="alignright"><?php next_comments_link() ?></div> </div> <?php else : // this is displayed if there are no comments so far ?> <?php if ('open' == $post->comment_status) : ?> <!-- If comments are open, but there are no comments. --> <?php else : // comments are closed ?> <!-- If comments are closed. --> <?php endif; ?> <?php endif; ?> <?php if ('open' == $post->comment_status) : ?> <div class="postMainComment"> <!-- Post Block Wrapper --> <div class="postMain"></div> <div class="postcom"> <div class="commentsPosts"> <!-- Post Contents --> <div id="respond"> <h2 id="commentshead"><?php comment_form_title( 'Оставить мнение', 'Leave a reply to %s' ); ?></h2> <div class="cancel-comment-reply"> <small><?php cancel_comment_reply_link(); ?></small> </div> <?php if ( get_option('comment_registration') && !$user_ID ) : ?> <p>You must be <a>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment.</p> <?php else : ?> <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> <?php if ( $user_ID ) : ?> <p>Logged in as <a>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a>" title="Log out of this account">Log out »</a></p> <?php else : ?> <p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" /> <label for="author">Name <?php if ($req) echo "(required)"; ?></label></p> <p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" /> <label for="email">Mail (will not be published) <?php if ($req) echo "(required)"; ?></label></p> <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" /> <label for="url">Website</label></p> <?php endif; ?> <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>--> <p><textarea name="comment" id="comment" cols="80%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" tabindex="5" id="submitcomment" value="Отправить" /> <?php comment_id_fields(); ?> </p> <?php do_action('comment_form', $post->ID); ?> </form> </div> <!-- / Post Contents End --> </div> <!-- / Post Block Wrapper End --> </div><div style="clear:both"></div> <div class="postFoot"></div> <!--[if IE 7]> <span style="clear:both"></span> <![endif]--> <div style="clear:both"></div> <?php endif; // If registration required and not logged in ?> </div> <?php endif; // if you delete this the sky will fall on your head ?> </div>
Это важно для меня.нужна помощь
Форум: Темы и шаблоны
Тема: Проблема со слайдером в шаблоневсе разобрался.конфликт с плагином. спасибо за советы
Форум: Темы и шаблоны
Тема: Проблема со слайдером в шаблонетак я все восстанавливал.все практически переделывал,но ничего.поэтому мне и нужна помощь!