nkk
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-forecast] Cannot change font size with CSS tweakingThumb up for your help.
Rgds
Forum: Plugins
In reply to: [wp-forecast] Cannot change font size with CSS tweakingYes, 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
In reply to: [wp-forecast] Cannot change font size with CSS tweakingI just found out the issue is due to browser. Font size change appears in Chrome, but not in Firefox. Ajax pull down is ticked.
Rgds,
Forum: Themes and Templates
In reply to: [WEN Corporate] How to remove spacing at the top?Thank for the fix. Issue resolved.
Forum: Themes and Templates
In reply to: [WEN Corporate] How to remove spacing at the top?Call it border margin should be more appropriate. How to reset top border margin to zero?
Thanks.
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
In reply to: Removing the “Older Posts” Line?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
In reply to: Removing the “Older Posts” Line?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
In reply to: Removing the “Older Posts” Line?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.
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
In reply to: Is tabbed-widgets compatible with WP 2.7…???It does not work on WP2.7. All tabs expanded.
Forum: Fixing WordPress
In reply to: how to set a post in a category always on top of that category?Yes, I just install WP-Sticky. It works as intended. Thank a lot.
This post is closed.