andreiluca
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show author in main pageAdd this after or before <?php the_content(”); ?>
<?php if ($lw_post_author == "true" && is_attachment() != TRUE) : ?> <div class="about_author"> <div class="alignleft"><?php echo get_avatar( get_the_author_id(), '28' ); ?></div> <div class="alignleft"><h4><?php _e('Author','lightword'); ?>: <a href="<?php the_author_url(); ?> "><?php the_author(); ?></a></h4> <?php the_author_description(); if(!get_the_author_description()) _e('No description. Please complete your profile.','lightword'); ?></div><div class="clear"></div> </div> <?php endif; ?>
Forum: Requests and Feedback
In reply to: helpme!post titles in chineseTry to activate Cufon Extra instead, I don’t know if chinese is supported.
Forum: Requests and Feedback
In reply to: helpme!post titles in chineseHello,
Just disable Cufon from Theme Option Panel.Forum: Plugins
In reply to: Problem with Thickbox enabledTry this version and tell me if it’s ok.
Also, what WP are you using?Forum: Plugins
In reply to: Problem with Thickbox enabledhm.. what browser are you using?
Forum: Plugins
In reply to: Problem with Thickbox enabled– only that option? others work?
– the home button is ‘fixed’, you can delete it from header.php (line 27) if you want.Forum: Plugins
In reply to: Problem with Thickbox enabledHi,
– categories on top | works on my end so please give me more details
– paypal button | thanks, fixed
– home link | sorry. I don’t understand, any url please?Thanks.
Forum: Plugins
In reply to: Problem with Thickbox enabledHello,
We (lightword/thickbox) use different versions of jQuery (javascript framework) so I can’t find any elegant solution for this.
Anyway.. try to replace these two files.
https://www.box.net/shared/te2bpf8a68Forum: Plugins
In reply to: Problem with Thickbox enabledPlease link your website and I’ll check it ASAP.
Thanks.Forum: Themes and Templates
In reply to: Lightword – Problem with german umlautsHello,
Go to theme option panel and disable Cufon (checkbox) or enable Cufon Extra.Forum: Themes and Templates
In reply to: IE Rendering DisqusI know about Disqus, I’ll fix it ASAP.
There is no problem with IE (6,7,8) on my end, post some screenshot please.Forum: Themes and Templates
In reply to: Looking for a similar themeLightWord Extra files (css+images) and no sprites, for you.
https://www.box.net/shared/b2jp23tsnuHave a good day.
Forum: Fixing WordPress
In reply to: Static Page helpHi,
More elegant solution:
Open page.php with a text editor, find this line:<?php comments_template(); ?>
Replace with:
<?php if ( comments_open() ) : comments_template(); endif; ?>
Also fixed in 1.2.5
Forum: Themes and Templates
In reply to: “Continue reading” problemSure.
Works well on WP 2.8 Beta 2Forum: Themes and Templates
In reply to: “Continue reading” problemFixed in 1.2.3 – Under moderation, please wait.