Title: nkk's Replies | WordPress.org

---

# nkk

  [  ](https://wordpress.org/support/users/nkk/)

 *   [Profile](https://wordpress.org/support/users/nkk/)
 *   [Topics Started](https://wordpress.org/support/users/nkk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nkk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nkk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nkk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nkk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nkk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wp-forecast] Cannot change font size with CSS tweaking](https://wordpress.org/support/topic/cannot-change-font-size-with-css-tweaking/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cannot-change-font-size-with-css-tweaking/#post-6450966)
 * Thumb up for your help.
 * Rgds
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wp-forecast] Cannot change font size with CSS tweaking](https://wordpress.org/support/topic/cannot-change-font-size-with-css-tweaking/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cannot-change-font-size-with-css-tweaking/#post-6450928)
 * Yes, I tweaked and added back ..nowp.css, the font now can be resized.
 * Any idea why I can resize the table because bigger font for forecast will cause
   the alignment off.
 * Thank for your advice.
 * Rgds
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wp-forecast] Cannot change font size with CSS tweaking](https://wordpress.org/support/topic/cannot-change-font-size-with-css-tweaking/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/cannot-change-font-size-with-css-tweaking/#post-6450907)
 * I just found out the issue is due to browser. Font size change appears in Chrome,
   but not in Firefox. Ajax pull down is ticked.
 * [http://www.world-heritage-site.com/unesco-world-heritage/world-heritage-site-1396-archaeological-heritage-of-the-lenggong-valley/](http://www.world-heritage-site.com/unesco-world-heritage/world-heritage-site-1396-archaeological-heritage-of-the-lenggong-valley/)
 * Rgds,
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WEN Corporate] How to remove spacing at the top?](https://wordpress.org/support/topic/how-to-remove-spacing-at-the-top/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-spacing-at-the-top/#post-6253414)
 * Thank for the fix. Issue resolved.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WEN Corporate] How to remove spacing at the top?](https://wordpress.org/support/topic/how-to-remove-spacing-at-the-top/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-spacing-at-the-top/#post-6253332)
 * Call it border margin should be more appropriate. How to reset top border margin
   to zero?
 * Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[WEN Corporate] How to change color scheme other than blue and chocolate?](https://wordpress.org/support/topic/how-to-change-color-scheme-other-than-blue-and-chocolate/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/how-to-change-color-scheme-other-than-blue-and-chocolate/#post-6242847)
 * Thank for your advice. I just change the color code in chocolate.css to green
   color. This is a short-cut solution.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the “Older Posts” Line?](https://wordpress.org/support/topic/removing-the-older-posts-line/)
 *  [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/removing-the-older-posts-line/#post-1217706)
 * I agree “back” is a bit confusing. “Previous” shall be a better choice.
 * I swap the location and arrow of both buttons by interchanging “left” and “right”
   and coding lines in functions.php. It works fine.
 *  <div class=”<?php echo $naviclass; ?>”>
    <div class=”navleft”><?php next_post_link(‘%
   link «’) ?></div> <div class=”navright”><?php previous_post_link(‘» %link’) ?
   ></div> </div> <?php } elseif ( function_exists(‘wp_pagenavi’) ) { $naviclass
   = ( ‘bottom-navigator’ == $class ) ? ‘pagenavi-container pagenavi-bottom’ : ‘
   pagenavi-container’; echo ‘<div class=”‘. $naviclass .'”>’; wp_pagenavi(); echo‘
   </div>’
 *  <div class=”<?php echo $naviclass; ?>”>
 *  <div class=”navleft”><?php previous_posts_link(__(‘Newer Posts’, ‘chameleon’).‘«’);?
   ></div>
    <div class=”navright”><?php next_posts_link(‘» ‘ . __(‘Older Posts’,‘
   chameleon’)) ?></div>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the “Older Posts” Line?](https://wordpress.org/support/topic/removing-the-older-posts-line/)
 *  [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/removing-the-older-posts-line/#post-1217702)
 * Suggestion for any web designer, put another HOME button at the right bottom 
   corner will save a little time for moving cursor back to the left top corner.
 * If a single netizen can save 1 second for such each motion, a billion surfers
   in the world can a several billion of seconds each day.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the “Older Posts” Line?](https://wordpress.org/support/topic/removing-the-older-posts-line/)
 *  [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/removing-the-older-posts-line/#post-1217701)
 * I found “Older Posts” button is on the left side is odd, that is not intuitive
   from the ergonomics perspective.
 * I think using “Back” and “Next” is more user-friendly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Geo Mashup] How to align single map to center position in a post or page?](https://wordpress.org/support/topic/plugin-geo-mashup-how-to-align-single-map-to-center-position-in-a-post-or-page/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [17 years ago](https://wordpress.org/support/topic/plugin-geo-mashup-how-to-align-single-map-to-center-position-in-a-post-or-page/#post-1066853)
 * The documentation for tagReference is good, but I suggest put demonstation example
   for naive to see and learn.
 * Another how to question?
 * How to display marker label by default instead of clicking on the pin?
 * Thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Is tabbed-widgets compatible with WP 2.7…???](https://wordpress.org/support/topic/is-tabbed-widgets-compatible-with-wp-27/)
 *  [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/is-tabbed-widgets-compatible-with-wp-27/#post-929196)
 * It does not work on WP2.7. All tabs expanded.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to set a post in a category always on top of that category?](https://wordpress.org/support/topic/how-to-set-a-post-in-a-category-always-on-top-of-that-categoty/)
 *  Thread Starter [nkk](https://wordpress.org/support/users/nkk/)
 * (@nkk)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/how-to-set-a-post-in-a-category-always-on-top-of-that-categoty/#post-964361)
 * Yes, I just install WP-Sticky. It works as intended. Thank a lot.
 * This post is closed.

Viewing 12 replies - 1 through 12 (of 12 total)