fallback2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to redirect index.htm to new WordPress with same nameThank you SO MUCH for replying!
I thought it was reversed, thank you. I have no idea how that happened, since I did not change that at all.
You are right, I need to redirect all of my pages, not just that one, but they do not show up in htaccess- they all seem to be controlled by Redirection plugin in their own server. However, I think the ones I have changed are working fine. I wrote in another thread asking about if images need to be redirected, too (I’m a cartoonist) and apparently they do, too, so I’ll work on them next.
But that index page is fixed and goes directly to my main site now! Thank you so much! http://donnabarstow.com/
Forum: Plugins
In reply to: [Plugin: Redirection] Apache module & htaccess not working?I also just noticed in my code above that there is a . before mysite
RewriteCond %{HTTP_HOST} ^www\.mysite\.com$ [NC]I don’t know where this came from.This direction is not written in my redirection list. Should I just remove the period?
Forum: Plugins
In reply to: Should I redirect images from old html site?Does anyone know? Do I have to redirect each image separately to my new WP site? I have many more images than html pages. I’ll do it, just want to know if I have to do that work, or if directing images separately might confuse the html page being redirected…
Thanks if you’ve had experience with this.
Forum: Fixing WordPress
In reply to: Splash page for image, no sidebar or headerThank you, bdbolin, I kept refreshing this page, but never saw your response til now…thanks, Firefox!
I had tried to create my own template a few times, but got big error message. Just taking out the header took out something else, I guess.
To help others:
I thought it would be cleaner to do it by finding a direct php, but ended up hacking the whole thing and just hiding what I didn’t want in the css. 🙁Like so:
.page-id-122 .hentry {width:960px; padding: 18px 18px 18px 5px;}It took a couple of hours to 1. Find the right css id – this is a huge, complicated one- and 2. Trial and error to change it for this page only.
This was a helpful thread: http://ww.wp.xz.cn/support/topic/how-to-hide-header-image-on-one-page?replies=6
And since the background color was custom embedded, I got this plugin to adjust that: http://ww.wp.xz.cn/extend/plugins/custom-post-background/