ColdForged
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Float and corresponding wrap not working?I’ve modified the CSS I posted. Try the new version.
(The initial problem was a couple of things: you were trying to absolutely position the menu which doesn’t work with a float in the way you wanted it. Once that was done the text flowed around it appropriately. To adjust the spacing issues this time, I removed your pad on content, and added a new .post selector with a right margin to keep it from being against the right edge under the menu. To control the spacing of the comment link beside the menu and left-margin was applied to the menu.)
Forum: Themes and Templates
In reply to: Float and corresponding wrap not working?Try this CSS.
Forum: Fixing WordPress
In reply to: calendar not viewable – wordpress default .15 themeMonth navigation will show up as long as you have content to navigate to. Your page only has content in February, hence no navigation.
Forum: Plugins
In reply to: Plugins not showing up in Plugin ManagementYou mentioned copy and pasting… perhaps get rid of the files you currently have for them and use the “Original Format” link at the bottom of the source browser pages to download them to your computer, then upload them to your web host whole. That way we can rule out copy/paste errors. Make sure that you are downloading off of the trunk and when you upload your plugin files they are stored — regardless of what it says in the scripturizer readme file — in the wp-content/plugins directory.
Forum: Fixing WordPress
In reply to: Will not let me update discussion optionsAccording to a similar post this was hosting related.
Forum: Fixing WordPress
In reply to: Archive Static Pages?You could try giving it a password. That would likely leave it out of the list. Note I’m just guessing, but it’s worth a try.
Forum: Plugins
In reply to: Plugins not showing up in Plugin ManagementA list of the offending comments might give us some clues.
Forum: Plugins
In reply to: Looking for the first letter pluginWith an additional plugin (avail at same link) you can use it to display dropcaps and sidebar titles.
Actually it’s all the same plugin, you just have to work a little harder to get other text to show :). Thanks for the mention though, Marc.
Forum: Themes and Templates
In reply to: h3 problemMove that opening h3 into the foreach clause.
Forum: Plugins
In reply to: Spelling Checker plugin for WordPressDavid, when you go to the Options page do you see a sub-menu for “Spell Checker”?
Forum: Fixing WordPress
In reply to: Pagnination instead of “next Page”Forum: Themes and Templates
In reply to: 1.5 – CSS ignored in part of siteForum: Fixing WordPress
In reply to: the_author not parse in the loop….You need to add the same code to the individual entry template, which is called the “Post Template” in the template editor and is a file called “single.php”.
Forum: Themes and Templates
In reply to: newbie header sizing layout problemYou have to change your h1 pad as well. Search for
h1 {
padding-top: 70px;
margin: 0;
}and change it to
h1 {
padding-top: 15px;
margin: 0;
}Forum: Requests and Feedback
In reply to: [REQ] Standard Plugin Function Naming ConventionsYup, I had already done that after noting the problem between the plugin manager and the theme manager (though now that I look there are some lingering “genericky” names in my spell checker, dang it). Good thought!