woodpress
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: linking header image to homepage urlOn or about line 32 in header.php find:
<div id="header">
change to read:
<div id="header" onclick="location.href='https://yoursite.com/';" style="cursor: pointer;">
Forum: Themes and Templates
In reply to: Sidebar displaying way low in default themeNever mind- found that the person who enters the posts must have used Word or some other crappy program that added some <div> tabs to the content which was causing the problem.
Forum: Themes and Templates
In reply to: Sidebar displaying way low in default themeit appears to be something in the original data from the 2.0.2.
I created a new ‘blogtest’ folder with a fresh install and it looks fine. As soon as I change the wp-config.php file to match the problem blog the ‘blogtest’ inherits the same problem. So I belive this shows that it is not problem with the header or page files, correct? Any new suggestions?Forum: Fixing WordPress
In reply to: migration problem – blog reverted to 2006!no, but you could be versed in it and have the time which I am short of. email me at [email protected] if interested.
Forum: Fixing WordPress
In reply to: migration problem – blog reverted to 2006!would love to upgrade to the latest version and keep the previous data. It’s just a matter of available time. Any moderators looking to earn a few bucks?
Forum: Fixing WordPress
In reply to: migration problem – blog reverted to 2006!Ipower confirms that we’re running MySQL Version 5.0.45
They claim that “it is the version of the wordpress and not the version of the mysql is causing the problem. Could this be? I am running WordPress 2.0.2 afterall.
Forum: Fixing WordPress
In reply to: migration problem – blog reverted to 2006!So I read the posts on the link above.
This site is being hosted at Ipower. According to the control panel’s server info this is what we are running:
MySQL Version 5.0.45
Perl 5.8.8
PHP 5.2.2So is MySQL Version 5.0.45 known to have a bug? What Do I need to ask them to do exactly then?
Thanks!
Forum: Fixing WordPress
In reply to: migration problem – blog reverted to 2006!nope. same theme. same code. just new server.
Forum: Themes and Templates
In reply to: IE problemYour main body column width is too wide. The nav column is pushing it down. Fix it in the style sheets.
Forum: Fixing WordPress
In reply to: Side bar went to bottom of pageYou gentlemen are genius.
Wayward DIV tage from a copy/paste from a word document.
Thank you very very much!
Forum: Fixing WordPress
In reply to: Side bar went to bottom of pageAh, I’m having the same issue on one of my blogs. Others work fine. It’s very puzzling. Anyone?
Forum: Installing WordPress
In reply to: There doesn’t seem to be a wp-config.php fileDid you define your database in lines 3 through 6 in the wp-config.php file?
Forum: Fixing WordPress
In reply to: Header Image ProblemIts in the wp-admin section>
Click presentation >
HEader image and coloryou should be able to kill it there.