andreiluca
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can only leave 1 comment per page (LightWord)Hi guys,
thanks for your messages! I fixed this bug in newest release of lightword (v1.9.8)Forum: Themes and Templates
In reply to: Æ, Ø and Å Norwegian char not supportetHey guys,
thats a problem with the cufon settings. Go to the theme admin panel and change cufon (first entry) to disabled or extra.
Forum: Themes and Templates
In reply to: Wrong display in IE7/IE6Did you tried to clear browser cache?
Forum: Themes and Templates
In reply to: Problems with the lightword skinPlease update to 1.8.5 via theme settings.
Forum: Plugins
In reply to: Problems with localization on Post TitlesPlease enable Cufon Extra from theme settings.
Forum: Themes and Templates
In reply to: Problems with the lightword skinYeah, it’s a PHP 5.3.0 incompatibility.
Forum: Themes and Templates
In reply to: Problems with the lightword skinTemporary solution:
Open functions.php, go to line 270 and remove & (php reference).Should look like this:
function update_comment_type_cache($queried_posts) {I’ll try to solve this problem ASAP.
Forum: Themes and Templates
In reply to: Lightword – widgets disappearing after updateWhat browser are you using?
http://accessradioblog.org – this is your blog?Forum: Themes and Templates
In reply to: Lightword – widgets disappearing after updatePlease update to 1.8.3 (via theme settings).
Forum: Themes and Templates
In reply to: Blog template archiveThere is a jQuery problem there, you can temporarily remove
display:nonefrom ul style.Forum: Fixing WordPress
In reply to: Replacing “Continue reading” with imageHello,
You can replace<?php _e('Continue reading','lightword'); ?>with your image.Forum: Themes and Templates
In reply to: Support for the new comment loopYes, probably this month.
Forum: Plugins
In reply to: The “theme verison check” displays an error messageA temporary solution:
replace
$remoteVersion = trim(file_get_contents(REMOTE_VERSION));
with
$remoteVersion = trim(@file_get_contents(REMOTE_VERSION));Forum: Plugins
In reply to: The “theme verison check” displays an error messageURL file-access is disabled in the server configuration.
It’s preety clear..
I’ll try to find another solution for this in the next version.Forum: Fixing WordPress
In reply to: How can I take out the tags at the bottom of the posts?Replace line 12 in index.php (1.6.8) with this:
<div class="cat_tags"><div class="category"><?php _e('Filed under:','lightword'); ?> <?php the_category(', '); ?></div>