Zoe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameIn the meantime, you could go into searchform.php in your theme and hardcode the
action="..."URL to get the search to work.Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameWell you can always remove the two files you copied over from the root to undo. The fact that it didn’t work points to some other type of issue.
Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameDid you do the rest of the steps in that list?
Forum: Fixing WordPress
In reply to: Turn parent page off as a pageI actually meant in your Menu, add the child page to the menu twice, and then put one instance in the top level of the menu, renaming it to the name of the parent. That way you aren’t duplicating content across your site (which I believe is an SEO no-no).
You would still run into similar issues with active states, as this way both the parent and child would highlight but you could likely adjust that by overriding the active state on the top level menu item in your CSS.
Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameDid you see the third link (from the Codex) regarding installing WordPress in a directory? Check out steps 4-8 under the header Using a Pre-existing Subdirectory Install
Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameAnd one more – remembering that there’s an extra step involved if you’ve got WordPress within a directory: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameAh, you might find this helpful as well: http://wordpress.org/support/topic/home_url-permalink-issue?replies=4
Forum: Themes and Templates
In reply to: Twenty Eleven: "Posts" page hides my additional page contentIf I’m understanding you correctly, that’s the way the template is intended to work. You’d have to modify the theme file for the appropriate pages (probably you’d want to do it in home.php).
Can you post a link to the site?
Forum: Fixing WordPress
In reply to: 'Search' not working after change of domain nameA quick fix would be to manually code the
<form method="get" action="http://www.a-bike.co.uk/abikenew/">to use the correct URL.However, you probably need to fix the reason it’s pulling from the wrong URL, which in this case is likely because your Home URL (in General Settings) is listed incorrectly.
Forum: Fixing WordPress
In reply to: Turn parent page off as a pageCouldn’t you just use the regular
wp_nav_menumenu and put the child page as the top menu item? You can just change the name to the “parent” name once you’ve added it to the menu.As a temporary fix, I’ve implemented Gravatar photos using the profile email (since all my directory listings are created by people with user accounts). Still doesn’t fix the original problem but wanted to post it in case the idea helps anyone else.
Forum: Plugins
In reply to: [More Fields] WYSIWYG field broken in WordPress 3.2Looking for this fix as well – I’m using Custom Post Type UI and would love to diable the editor on some post types, but it gets rid of the visual editor for all the custom fields.
Any known fix?
Forum: Plugins
In reply to: [Editorial Calendar] [Plugin: Editorial Calendar] Feature RequestsTo clarify one point – contributors don’t choose which day their post is on. The editor does, and she’ll be doing it after receiving the posts to create the best monthly storyline.
Z
Forum: Plugins
In reply to: [Editorial Calendar] [Plugin: Editorial Calendar] Feature RequestsHi Zack,
Along with the plug-in, I am digging this level of support. Amazing!
Anyway, the point of a user type that can’t drag AND not showing drafts is that the editor of the blog is the only one who does the actual day-by-day scheduling. Here’s the work flow:
– Contributors can login anytime and complete the next month’s post, then set it for review when finished.
– Contributors can also see posts that have already been scheduled to see when their post will be published and what the flow of the month will be as it’s scheduled by the editor.
– Admin/ editor (it’s currently one person with admin permissions) can go in and see the upcoming month’s calendar at a glance, and move things around if she wants.I was thinking it would be helpful to not show drafts for the admin/editor because otherwise there’s a LOT of random drafts from contributors that show up on the day they started the draft. Also, contributors may not want their drafts on the calendar for everybody while they’re still working on them. There are 30+ regular and guest contributors, which is what is making this an issue.
I just imagine it would be a nightmare to have 30+ draft posts (or more, if people are starting more than one post) randomly clogging up the calendar as the editor tries to create the next month’s calendar. It would give her more control if only “scheduled” posts showed up.
Thanks again,
Zoe