bobbykjack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category listings brokenThank you keesiemeijer; an out-of-date plugin was, indeed, causing this problem, and I reached that conclusion out of desperation just after posting!
Forum: Themes and Templates
In reply to: Versioned CSS files?Does anyone have any info on this?
Forum: Fixing WordPress
In reply to: WordPress as a CMSPartly because content might be shared, yes, partly because one chunk of content might have custom fields associated with it, but mainly just because I need the editing interface as simple as possible, and I want to restrict edits just to those chunks of content, rather than any content containing – or in between – them.
Forum: Fixing WordPress
In reply to: Problem viewing archiveNo – it includes an ‘archives.php’ file, but not an ‘archive.php’. I was under the impression that wordpress would use the default template file if one was missing – is that not correct?
Forum: Fixing WordPress
In reply to: Autocomplete problemsAnyone?
Forum: Fixing WordPress
In reply to: index.php overloadWho’s your webhost? Can you include more details of exactly what they said because “storing too much at index.php” doesn’t make a great deal of sense.
Forum: Fixing WordPress
In reply to: Prevent 'span class="caps"'I think I’ve found the cause – it *does* look like the typography plugin is to blame.
Forum: Fixing WordPress
In reply to: Hiding default categoryThose are great, detailed suggestions, t31os_ – thanks very much. I guess I want to exclude it from all front-end display as an absolute minimum, but probably no admin display – it’s useful to see which posts need to be ‘fixed’, after all – so !is_admin() looks like the way to go.
Forum: Fixing WordPress
In reply to: Hiding default categoryBecause I still want to display every other category, just not the default one.
Forum: Fixing WordPress
In reply to: How to disable ‘open in new window’Well, in case anyone’s interested, the quick hack way is to edit
wp-includes/js/tinymce/themes/advanced/link.htmand comment out the appropriate table row. In my version, it contains aselectnamedtarget_listand is on lines 37-40.Forum: Fixing WordPress
In reply to: Need Help with Style Sheet CodingThis is not really a wordpress question. Try adjusting the padding-top on your search box/form. Oh, and “*{margin:10; padding:10;}” is invalid CSS – 10 what? If you mean ’10 pixels’, specify that: “*{margin:10px; padding:10px;}”
Forum: Fixing WordPress
In reply to: Author-specific RSS feedsHmm… thanks, but that doesn’t seem to work – it just outputs nothing, not even a useful error. Do you know if there are certain prerequisites to getting this to work? Or do you have an example of the final URL so I can just build it myself?
Forum: Fixing WordPress
In reply to: How to disable ‘open in new window’Yeah, I don’t mind TOO much about the HTML issue – these aren’t the type of people who will go in and edit the code by hand! But when they use the ‘insert link’ icon in the ‘WYSIWYG’ editor, the dialog that appears has a ‘Target’ drop-down which can be set to ‘open in new window’. That’s what I’d like to remove.
I guess I might have to go in and hack the code myself to remove it …
Forum: Fixing WordPress
In reply to: How to disable ‘open in new window’A link in a post. I don’t want to prevent users from opening the link however they wish, this is precisely the reason I want to stop content authors from forcing links to open in a new window! 🙂
Forum: Fixing WordPress
In reply to: Email validationAnyone able to help here?