Forums
(@andreiluca)
15 years, 1 month ago
Hi guys, thanks for your messages! I fixed this bug in newest release of lightword (v1.9.8)
15 years, 6 months ago
Hey guys,
thats a problem with the cufon settings. Go to the theme admin panel and change cufon (first entry) to disabled or extra.
Did you tried to clear browser cache?
Please update to 1.8.5 via theme settings.
15 years, 7 months ago
Please enable Cufon Extra from theme settings.
Yeah, it’s a PHP 5.3.0 incompatibility.
Temporary solution: Open functions.php, go to line 270 and remove & (php reference).
Should look like this: function update_comment_type_cache($queried_posts) {
function update_comment_type_cache($queried_posts) {
I’ll try to solve this problem ASAP.
What browser are you using? https://accessradioblog.org – this is your blog?
Please update to 1.8.3 (via theme settings).
There is a jQuery problem there, you can temporarily remove display:none from ul style.
display:none
Hello, You can replace <?php _e('Continue reading','lightword'); ?> with your image.
<?php _e('Continue reading','lightword'); ?>
Yes, probably this month.
A temporary solution: replace $remoteVersion = trim(file_get_contents(REMOTE_VERSION)); with $remoteVersion = trim(@file_get_contents(REMOTE_VERSION));
$remoteVersion = trim(file_get_contents(REMOTE_VERSION));
$remoteVersion = trim(@file_get_contents(REMOTE_VERSION));
URL 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.
URL file-access is disabled in the server configuration
15 years, 8 months ago
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>