New Blog Appearance

Well maybe…

I’m looking for a new theme for this blog. I am trying this one out, SUNSPOT. I kinda like it. I’ll give it a few days.

The feed in the old theme is broken. Somewhere in the code I built I added a space into the output where I shouldn’t have. Ever since I started getting notes that the feed was broken I’ve been looking for the problem. I’ve traced it into the theme. But, I have not been able to find the mistake. With this theme that should be fixed.

Thanks for the notes about it being broken. If it is still not working let me know.

I’ll be adding back in my advertising and other widgets over the next few days. Most of the important stuff is there. Plus this is a responsive design so it should be better for phones and tablets. I hate the menu on phones and tablets. I’ll either customize it or replace the theme just because of that. But, it is useable and I do like the look on a desk top.

Comments are welcome.

Fixed Again

Well, it’s fixed again. Most of the time fixing this problem was spent in setting up a test frame. I had to get MySQL set up. Then get PHP set up. Then install Apache HTTP server. Then get those integrated. It has been probably three years since I set these up last. Lots has changed.

Then I found out that WordPress has import and export problems. My blog’s database is only about 13 MB. Depending on your web host, max file size for an upload via WordPress import/export is 2 to 10 MB.

Most of the web tutorials that show how these things are set up are way out of date now. So, I had to figure out all the bugs and gotchas and clean those up before I could even start looking for my problem. Whatever, now have a working test frame.

Once I had the test frame, it didn’t take very long to find the problem and get it fixed. It seems the new WordPress and my theme don’t get along very well. So, I’ve got some sections that apparently need to be rewritten. Or… Maybe I’ll just make a new theme.

Broke Again

As Pandora Wriggleswort pointed out the articles are not printing when pulled up. I was playing with a new plugin yesterday. But, removing it has not resolved the problem. I have backups of my theme. Restoring it hasn’t fixed it. So, I’m still tracking down the problem.

Since a different theme works, I’ll have this one up until I figure out what happened.

I haven’t moved my test frame for themes over to my Win7 setup. So, this may take some time. Or I may adapt a new responsive design to my site. I’ve been thinking about it.

Blog Sort of Broke

Friday I sort of broke the blog. I added some debugging code to help with a problem I was trying to solve. When just reading the blog, you probably wouldn’t notice a problem. I didn’t until I was away from home this weekend. Then other problems kept me from fixing it via remote login to my work machine.

Blog Change to PAGES
Blog Change to PAGES

There is a problem with WordPress’ sharing that is built into Jetpack. You only see the problem when you write or read a multi-page post and you are using sharing features of Jetpack. The text I use on this site looks as you see in the image above: Pages: 1 2. That line of text and links is created by a WordPress function: wp_link_pages(). On the home page it works well. 

Read more