Chitauri
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Change the link colour of the title of the postMany thanks Nobita, with the new update it works!!!
Forum: Themes and Templates
In reply to: [raindrops] Change the link colour of the title of the postDoesn′t change in the page with your instructions.
In the editor appearance the changes are visible, but in the page, when i reload it doesn′t work.When I came back to the appearance editor the changes disappear.
Forum: Themes and Templates
In reply to: [raindrops] I can′t see the wordpress′s menu in the homepageNow I can see the header image in Opera, chrome, Ie and firefox.
But in the homepage i can′t see the worpress′s menu.
Yes, I using wordfence plugin, now i′ve deleted but the problem with the wordprss′s menu in the home page continue.
But don′t worry i can acces to the wordpress′s menu in a single post.
Forum: Themes and Templates
In reply to: [raindrops] I can′t see the wordpress′s menu in the homepageOk, Now I deleted feedjit definitely, but the problem still continues.
Forum: Themes and Templates
In reply to: [raindrops] I can′t see the wordpress′s menu in the homepagefeedjit is a Free Live Traffic Feed, here its web:
I deleted it, but feedjit is not the problem.
Forum: Themes and Templates
In reply to: [raindrops] I can′t see the wordpress′s menu in the homepageok Nobita, do you know how can fix the confliction with javascript in my website? or maybe i must question in another forum?
Forum: Themes and Templates
In reply to: [raindrops] I can′t see the wordpress′s menu in the homepageHi, Nobita, the css works in firefox, but doesn′t work in Opera or Chrome.
Anyway in firefox the header now is visible but the worpress′s menu still does not appear in the homepage.
Thank you for your interest
I′ve created a child theme, and now the pagination works at the botton and at the top in the child theme, so the topic is resoved.
Forum: Fixing WordPress
In reply to: Numbered comments in paginationI′ve already achieve order numbers in pagination comments with this plugin:
Greg’s Threaded Comment Numbering
I have to replace this code:
wp_list_comments( array('callback'=>'raindrops_comments'));
for this code:
wp_list_comments('callback=gtcn_basic_callback');
Now works, thanks this post:
Forum: Themes and Templates
In reply to: [raindrops] order numbers of comments in pagination commentsI′ve already achieve order numbers in pagination comments with this plugin:
Greg’s Threaded Comment Numbering
I have to replace this code:
wp_list_comments( array('callback'=>'raindrops_comments'));
for this code:
wp_list_comments('callback=gtcn_basic_callback');
Now works, thanks this post:
Forum: Fixing WordPress
In reply to: How to add wordpress pages comments without a plugin?I′ve installed the code succesfully, the code i have to remplace was this:
<?php if ( get_comment_pages_count( ) > 1 && get_option( 'page_comments' ) ){ // Are there comments to navigate through? ?> <div id="nav-below-comments" class="clearfix"> <span class="nav-previous"> <?php previous_comments_link( '<span class="meta-nav">←</span> '. esc_html__( 'Older Comments', 'Raindrops' ) ); ?> </span> <span class="nav-next"> <?php next_comments_link( esc_html__( 'Newer Comments ', 'Raindrops' ). '<span class="meta-nav">→</span>' ); ?> </span> </div> <?php } // check for comment navigation ?>
I replaced for this:
<div class="pagination"> <?php paginate_comments_links(); ?> </div>
Now It works perfectly
Here the news screenshots of my web with pagination without plugin
But the pagination comments only see it at the bottom of the page, in the top I show you a screenshot of my web, where only see Newer post and older post:
https://img197.imageshack.us/img197/3742/e81.png
At the bottom works perfectly:
Nobita, I replace the code that you marke me:
<?php if ( get_comment_pages_count( ) > 1 && get_option( 'page_comments' ) ){ // Are there comments to navigate through? ?> <div id="nav-below-comments" class="clearfix"> <span class="nav-previous"> <?php previous_comments_link( '<span class="meta-nav">←</span> '. esc_html__( 'Older Comments', 'Raindrops' ) ); ?> </span> <span class="nav-next"> <?php next_comments_link( esc_html__( 'Newer Comments ', 'Raindrops' ). '<span class="meta-nav">→</span>' ); ?> </span> </div> <?php } // check for comment navigation ?>
for this:
<div class="pagination"> <?php paginate_comments_links(); ?> </div>
Now I have paginate comments without Simple pagination plugin.
But the pagination comment only see it at the bottom of the page, in the top ishow you a screenshot of my web, where only see Newer post and older post:
https://img29.imageshack.us/img29/1329/gcmm.png
At the bottom works perfectly:
Thanks Nobita it works!