laptophobo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.The pages, per example at the top of this thread, were all part of a custom page. And the original Theme was created before the version 3.3 option for “post name.” So, this might be why. Anyway, as long as I stay away from choosing “post name” for permalinks, it’s working.
Forum: Fixing WordPress
In reply to: Custom URLsThat could work. Thanks for that.
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.I sent the author of the theme an email about the issue. Hopefully he can shed some light on the subject. Thanks for taking an interest in this though.
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.Yes, you’ve located the solution — when you suggested that I select “default” in the permalinks settings. I found that if I select anything other than “post name” in Permalinks, the problem stops. So, play around with the permalinks options and the problem goes away.
Thanks again for your help Esmi.
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.Yup, that would appear so.
Maybe there’s a theme expert out there who knows a work-around? Anybody?
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.I just tried it in Twenty Eleven. The problem does not exist in this template.
Forum: Fixing WordPress
In reply to: 404 page does not view on next level down child pages.Hi Esmi. I don’t use Twenty Eleven. And I just tried deactivating the plugins to see if that changed anything. Nope.
Forum: Plugins
In reply to: [WP Featured Content Slider] Broken WP Featured Content Slider pluginIsapan,
I’m getting a new problem on this, and correcting the script file path does not help. The plugin is there (I can see the toggle buttons) but the images don’t show. Maybe another file path issue?
Similar problem. After upgrading WP to 3.3.1 the slider images have disappeared. I can see that the slider is in place (the toggle buttons are displayed) but the images don’t show.
Forum: Fixing WordPress
In reply to: Widget management does not work in IE browserHi Zoonie,
Well, the IE browser problem has returned. This time deactivating and reactivating all the plugins (one at a time) did not cure the problem. The return of this problem happened after upgrading to WP 3.3.1. Have you heard of any solutions to this? Otherwise, I’ll have to simply not work with IE, which could be an issue with my client.
Thanks,
Forum: Fixing WordPress
In reply to: How to get post to display in a custom templateI tried your instructions (per above) and now it works! I must have missed something the first time.
Thank you for helping me — again. (I’ll be visiting your Emily donor page next.)
Forum: Fixing WordPress
In reply to: How to get post to display in a custom templateI’ve never used the pastebin thing before. Hope this is what you want.
This is the functions.php
<script src="http://pastebin.com/embed_js.php?i=egeQYpxe"></script>This is the single-voice-page.php (I’ve changed “blue” to “voice”):
<script src="http://pastebin.com/embed_js.php?i=PeWWwWvi"></script>Forum: Fixing WordPress
In reply to: How to get post to display in a custom templateActually, I don’t have a single-blue-post.php page, but I do have a single-blue-page.php one.
Forum: Fixing WordPress
In reply to: How to get post to display in a custom templateI have this in there:
<body <?php body_class(); ?>>And I am able to style such pages as
body.single, body.blog,etc.
Forum: Fixing WordPress
In reply to: How to get post to display in a custom templateThanks for getting back. But, I wasn’t able to get that to work.
One odd thing is that even though the post is viewing on the single-blue-page.php, the body tag in Page Source view does not show that.