flush
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Possible to correct errors in Index using Tidy?I’m definitely not going to be the curious type with this site. My guess is that Tidy won’t be able to magically fix the errors I put in there anyway, and since the site displays properly, I don’t want to mess up things more than they are now.
Here’s a link to the validator result. If someone can warn me if there something really serious in there, that would be very cool.
https://validator.w3.org/check?uri=http%3A%2F%2Fraphaella.co.kr%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1The files I modified are style.css, header.php, comments.php, sidebar.php, footer.php, so I should run each one of these through the validator I guess?
Forum: Fixing WordPress
In reply to: Possible to correct errors in Index using Tidy?Yes I’ve changed my theme, hence the errors. I didn’t know about php Tidy, but you don’t recommend using it. So the only way is to do edit all the files I modified manually, right?
Forum: Fixing WordPress
In reply to: Backup plugin will not work because of wrong path…Ok, thanks Moshu.
Now I don’t have the warning in the backup page anymore.
However I still have the warning on the dashboard.
Warning: extract(): First argument should be an array in /hosting/raphaella.co.kr/docs/blog/wp-includes/functions.php on line 2139
I’ve only got 4 lines in that functions.php:
<?php
if ( function_exists('register_sidebar') )
register_sidebar();
?>
Does anyone know what this could be about? The file hasn’t been modified, so how could it be corrupted?Forum: Fixing WordPress
In reply to: Backup plugin will not work because of wrong path…I’m not sure what you mean by that, but if the folder doesn’t exist I can’t change it’s permissions.
Can you tell me why I’ve had the following warning on my dashboard from the day I installed? If I can solve that I’ll solve the backup pb I think.
Warning: extract(): First argument should be an array in /hosting/raphaella.co.kr/docs/blog/wp-includes/functions.php on line 2139Forum: Fixing WordPress
In reply to: Backup plugin will not work because of wrong path…But Moshu, that directory doesn’t exist. I have only 2 forlder at my root, one is blog, the other is shop.
I don’t understand where this docs came from. But I realise now that I’ve had that warning on the dashboard right after I installed, so I must have messed up the config someway.Forum: Fixing WordPress
In reply to: Backup plugin will not work because of wrong path…Thanks Yosemite,
I’m using the latest version of WP (2.04 ?)
The link to my blog is https://raphaella.co.kr/blog
The two URI’s are the same: https://raphaella.co.kr/blog
I noticed on top of my dashboard that I have the following warning that has to do with the same problem. Did I mess up the config?
Warning: extract(): First argument should be an array in /hosting/raphaella.co.kr/docs/blog/wp-includes/functions.php on line 2139Forum: Fixing WordPress
In reply to: Backup plugin will not work because of wrong path…Nobody can tell me how to solve this?
Forum: Fixing WordPress
In reply to: Backup plugin will not work because of wrong path…Maybe I should be posting in Plugins and Hacks?
Can’t anyone tell me why this is happening?Forum: Fixing WordPress
In reply to: utf-8 encoding and asian charactersI use Notepad++, which surely has the option but I didn’t specify utf-8 encoding as the output format, I realize after checking that it was set on ANSI encoding.
So you confirm that’s where the pb must have come from?Forum: Fixing WordPress
In reply to: My address bar favicon works in Firefox but not in IEThanks guys,
the technical solution was for once something I could actually deal with:
“In Internet Explorer, click the icon in the address bar. Hold down the button and move the icon a tiny bit to the right and let go. Try this two or three times. Usually that is all you need to do!”
Why isn’t everything like this?Forum: Fixing WordPress
In reply to: new link category below the old one please?If I tamper again with code I’ll make even more mistakes, but thanks.
Forum: Fixing WordPress
In reply to: the comments fields have disappeared in IE !!?I reloaded the original comments.php file and now it’s fine. I had been trying to translate some texts into Korean but apparently changing the unicode encoding back and forth isn’t a good idea.
Concerning those 16 errors (42 errors in the home page apparently!). I’m not surprised since I tampered with the original theme to get close to what I wanted, so now it’s full of mistakes and I’m too scared to try and correct those mistakes. Customizing themes without knowing html ain’t easy.Forum: Fixing WordPress
In reply to: new link category below the old one please?I guess you were hinting me towards, ordered and unordered lists? I couldn’t figure it out so I cheated and changed the name of the link category to put it lower alphabetically… lame I know..
Forum: Plugins
In reply to: Is it possible to implement lightbox with comment?Yes thanks,
fim_photos.php , I had re-read the install guide on Fahlstad.se in the meantime. I have my gallery now but I’m a little disappointed that I can’t seem to put code in the caption.Forum: Plugins
In reply to: Is it possible to implement lightbox with comment?Hi rubenham,
Sorry I don’t have an answer to you question but I’m trying to install Fgallery and my problem is that it doesn’t create a menu link to the album I just made. Does yours automatically creates menu links? Or do you have to create a page or a link yourself to point to your album?
I’m using the widgets-enabled Fspring theme, so I’m wondering if that’s not the problem…