webdressing
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Problem with Tinymce EditorWe have tried to update to TinyMCE too and it didn’ work (nothing shows up). Then we were told that it only works correctly in IE. They said it was a problem with Safari and FF, but that makes no sense because Safari and FF have no problems with WYSIWYG editors in other software…
Forum: Developing with WordPress
In reply to: WordPress 2.1 Search Engine bug?Why would someone search for empty space?
…unless their closets are full…
Forum: Themes and Templates
In reply to: Replacing the default header (oh yes, I’ve searched)It can mean different things for different software but generally it keeps everything together. Some of the themes that I’ve seen call it content and some call it page, but technically I think it should be called the wrapper (or rap as one theme called it). I would find one of those three themes that you like and get it set up the way you want, then add the features from the other two themes to it.
Forum: Themes and Templates
In reply to: Have no clue, but seems like the DB dropped or is it the theme?Not to worry ?? This is not server related. Off hand I’m guessing it’s the index.php file. The good news is that it should be easy to fix. When did it start doing this? Were you working on the template?
Forum: Themes and Templates
In reply to: Photography Theme… CLEAN“I basically decided to upload rather high quality images so the load time can be long if there are more than a handful of images.”
That’s fine just as long as you understand that most people are still on dial-up and they will probably leave the site (another one is just a mouse click away). Other than that it’s great ??Forum: Themes and Templates
In reply to: Keeping the wrapper from the header section?Tried that before. Didn’t work. All we need to do right now is figure out why the footer won’t center, and figure out why the header has red text when it’s coded for black. The other problems have been resolved.
Forum: Themes and Templates
In reply to: Photography Theme… CLEANAnything which embraces ‘thinking outside of the box’ we support, but why does it take so long for the pages to load? After two minutes of loading per page we left, and so would most other site visitors. Are there other pictures on those other pages?
Forum: Plugins
In reply to: WordPress Really Simple Sitemap PluginSitemaps are always good to have. Should be a default feature on wordPress. We will play with this tonight and post a longer review for you. Everyone should have a sitemap on their site, even if it’s only a basic one like this.
Forum: Plugins
In reply to: Running Time PluginLink to a working demo…?
Forum: Themes and Templates
In reply to: PressCut Theme – CSS and XHTML 1.0 StrictYou’re using square jpg’ed headers. If you used a header with rounded corners that were gif or png you would see bgd.gif bleeding through in the backgound (of the header/footer section).
Forum: Themes and Templates
In reply to: Keeping the wrapper from the header section?“You’re probably viewing it in IE.”
Nope. We either use FF or Safari. The only time we use IE is to double check a design before we release it. IE is the Kubrick of browsers :pThe theme we’re working on now is fairly good (aside from all the bad CSS they used). The only problem that we’re having is that they put the footer in the page section so of course the footer doesn’t display correctly. We’re going to move the footer where it belongs and ‘hopefully’ that should fix the theme. If it doesn’t then we’re just going to start from scratch and write our own.
Forum: Themes and Templates
In reply to: Replacing the default header (oh yes, I’ve searched)[offtopic]
??
Doodlebee I notice where you also love the “PHP for the World Wide Web” book. It is an excellant book and we recommend it for all those just starting out. Larry Ullman also has a good book on MySQL. For HTML and CSS “Spring into HTML and CSS” is a great book.
OK, back to helping Clint ??
[/offtopic]
Forum: Plugins
In reply to: New Plugin: AdvancedSearch LiteAhh… I thought there was only a lite version :p
So basically anywhere you put <!–advancedsearch–> the search engine will appear?
Forum: Fixing WordPress
In reply to: Drop Cap…With Shadow?BTW-you can do this with standard CSS too (except for the shadow).
Just use:
p:first-line {font-weight: bold; color: #000000;}
p:first-letter {font-style: italic; color: #999999;}Enjoy ??
Forum: Themes and Templates
In reply to: Replacing the default header (oh yes, I’ve searched)Clint I think I found a good theme for you to try. It’s called ‘wordpress-lemon-neon-10’. HERE is a link. The only way that I found to download it is to use their search engine HERE for the term ‘lemon’. You should get 5 images, one will be blacked out. That’s the one you want ?? Get rid of their ugly green background, rename your images and you should be set. The CSS is very bad but you can clean that up later, or I can send you a cleaned up copy. The main thing is that the images are working like they should. The only problem that we’re still having is that the wrapper is covering up the top of our footer, but that’s probably part of their bad CSS. If you need more information about this let me know ??