Chitauri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add wordpress pages comments without a plugin?Here is the html comments code:
<?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> <?phpHave I to replace all by:
<div class="pagination"> <?php paginate_comments_links(); ?> </div>Nobita, you are right, the WP-PageNavi doesn´t support pagination in comments.
I find a plugin that support pagination in comments, is Simple Pagination, but i need replace this in comments.php file: next_comments_link() and previous_comments_link() for this:
<?php if(function_exists('wp_simple_comments_pagination')) { wp_simple_comments_pagination(); } ?>I can´t do it, I don´t know what exactly have to replace.
Can you help me?
Here a link that shows how I see the comments without pagination:
http://img4.imageshack.us/img4/867/3m2k.png
and here a link that shows how I see the posts with pagination:
Nobita, sorry, the paginate works in the posts, but in the comments don´t display. I see only “older comments” and “newer comments” but I don´t see paginates with numbers.
PD: I´m waiting patiently for the Raindrops ver1.136 to order my comments by numbers how i say you in another thread.
Hi Nobita, I added the code that you give me in the first line before
<?phpin funtions.php but doesn´t work.The paginate posts and comments doesn´t display.
Forum: Plugins
In reply to: [Ultimate TinyMCE] TinMCE buttons doesn´t appearYes, I can.
Do you know any plugin that works in the comment box?
Forum: Themes and Templates
In reply to: [raindrops] Raindrops theme doesn´t show the number of commentsNobita, I`ve paginated the comments of my posts, so I can´t order the comments by numbers.
In each page start counting again.
Example:
Page of the comments number 1:
Comment 1
comment 2
comment 3Page of the comments number 2:
Comment 1
comment 2
comment 3I´d like in the page comments number two, the count were 4,5,6
What kind of CSS have I to add?
It works Nobita, a lot of thanks my Japanese friend.
Nobita my part.php code is :
<?php if( is_single( ) ) { raindrops_prev_next_post( 'nav-below' ); } comments_template( '', true ); ?>Can you mark me where can i add the changes in the code?. It´s a trouble for me find it.
Forum: Themes and Templates
In reply to: [raindrops] How Do I Center Post Title?It worked Andrew, thanks.
I added the CSS with Simple Custom CSS pluguin:
Forum: Themes and Templates
In reply to: [raindrops] Change font size of the comments in raindrops themeNobita, I´ve already find the CSS code to make the font size in the posts or entry bigger. is this:
p {font-size:14px}Forum: Themes and Templates
In reply to: [raindrops] How to delete the red line at the top of the header?Thanks!!, It works.
Forum: Themes and Templates
In reply to: [raindrops] How do I make the comment avatar bigger?Thanks Nobita, it works, you´re a phenomenon!!
Forum: Themes and Templates
In reply to: [raindrops] Change font size of the comments in raindrops themenobita in the comments I´ve already change the font size.
What i need is change the font size in the post or entry.
Forum: Themes and Templates
In reply to: [raindrops] Change the colour links in the commentsthanks very much! Nobita.
It works.