Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • OK, first, take a deep breath.

    I just went through this for the first time (for a client, no less) and it was rather painful but it all worked out in the end.

    WordPress is built around templates. Imagine your site being torn into a bunch of small pieces and being reassembled-and working correctly. This is how WP works, and it actually rocks.

    If you can find a template that is similar to what you want to do, this is definitely the easiest way to go. If you are stubborn (like I am) and want it to match your psd exactly, I suggest you learn how to create your own template. It’s the only way to go if you are as anal as I am.

    First: buy the book “WordPress for Dummies”. Yes, the name bites, but is actually pretty awesome. Whatever you do, don’t buy “WordPress Theme Design”. This book is perfect for non-designers who need help with layout and design. It is useless for anyone trying to design a unique site.

    You want to start off by building the basic absolutely necessary code needed to make WP work. Ignore your design completely. You can add your functional coding and html/css to this working framework after you’re sure you have the basics in place. I also recommend you take a look at templates included in WP. Study the page names and structure, and compare to your bare-bones coding to see what people do and where they do it. DO NOT download other templates to check out their designs. I did. Half of them were not editable and couldn’t be deleted through FTP.

    Finally, be sure where and how you want to install WP. My server had a nice installation set-up, but it wasn’t upgradable given their settings. I finally had to ask my server company to unlock pages on my client’s site so I could delete their crap (files were not deleting with FTP), and upload a clean version where I wanted it and how I wanted it to work. WP has a great page on a quick install (they call it the five minute install-but this is kind of cute, given upload times and assigning a mySQL server and such).

    Anyway, back up everything you do, be patient, and keep in mind that it is definitely worth the the time and trouble.

    sorry: sounds confusing as heck. I added the font file itself to my new folder named ‘font’

    Added to tinyMCE updated editor. Nothing worked when posted.

    I added a ‘font’ folder to my theme and added the font file to it (not in the font folder, just the font itself).

    Works perfectly.

    Forum: Fixing WordPress
    In reply to: What should I do?

    I found a nice bit of coding for making alternate headings for each category.
    While there are many plug-ins for alternate header images and text, this code allowed me to make a different flash header for each category and each static page as well.

    http://www.ruhanirabin.com/different-headers-in-different-categories-and-pages-wordpress/

    No new css or anything. If you are a web designer, you’ll love this.

    Easy fix, if you created your home page on WordPress.

    Just log in to your admin area, go to the bottom of the left-hand side, choose ‘settings’ and click on ‘reading’.

    Top of this page will show: Front page displays:

    Choose a static page, and pick your home page. Select your blog page as your ‘Posts Page’. That’s it.

    In your single.php page, do you have <?php comments_template(); ?> ?

    I had this problem a while ago. Didn’t have this line of code and had no comments.

    This line of code goes at the end of your loop.

    I just added this in another spot, but…

    It’s time to upgrade to newest .swf player.

    http://code.google.com/p/swfobject/

    It has a lot of cool tools that make learning it worthwhile, but
    ‘<param name=”allowscriptaccess” value=”always” />
    is the best part. It allows swf files to play merrily in WP.

    It comes with really nice tutorials and a tool to create your coding.

    ———————————

    Anyway, I struggled long and hard to make flash work with my headers AND not cause errors. Using this new version was the only thing that made everything work.

    Save a copy of your working code first, but-yep.

    I personally get my code working the way I want it to outside of word-press first, so I know where to check for errors.

    PS

    It also allows you to use flash to link to other WP pages AND gets rid of that annoying error message in FireFox (if you happen to use development tools, you know it).

    It’s time to upgrade to newest .swf player.

    http://code.google.com/p/swfobject/

    It has a lot of cool tools that make learning it worthwhile, but
    ‘<param name=”allowscriptaccess” value=”always” />
    is the best part. It allows swf files to play merrily in WP.

    It comes with really nice tutorials and a tool to create your coding.

    Thread Starter mebsy

    (@mebsy)

    <?php comments_template(); ?>

    Just copied and pasted it out of my single.php.
    WO this, I loose the form obviously, but I have no clue where this php is pulling comments.php from.

    Thread Starter mebsy

    (@mebsy)

    Hmmm. Sorry, I am a graphic designer, not a programmer. This is my first WordPress site, so it’s a bit lacking…

    I thought comments.php built the form for submitting comments, yes?

Viewing 12 replies - 1 through 12 (of 12 total)