Jump to content

Susie

Advanced Member
  • Posts

    680
  • Joined

  • Last visited

Posts posted by Susie

  1. Clients will be able to edit/add/remove both pages and posts from the site, but they won't be able to edit/add/remove page/post templates through the Wordpress interface.

     

    Actually, they can edit the templates through the WordPress dashboard. All you have to do is go to Appearance > Editor.

     

    When I launch a website, I provide a PDF tutorial on how to use the site. I let my clients know what to do to edit pages and posts, but I never mention the templates (unless they need to choose templates for the page/post which is done right in the page/post edit section). I've never had an issue of my clients messing things up. But, if they do, I have a backup and I can just reupload the templates to the server.

  2. I don't use any special plugins nor do I modify the back end. You can use WordPress as is. Here's an example of a site using WordPress as a CMS that I just launched last week: http://tinyurl.com/yksu4lt .

     

    Have you ever looked at the dashboard of WP? If not, maybe you could sign up for a free wordpress.com account just to get your feet wet. Either that or you could install the default on your own server somewhere.

     

    To make it act like a CMS, just go to Settings > Reading > and then select a "static" page to be your front page. Then select whichever page you want to hold your blog. Of course, these pages should be created first before you can set them in the Reading settings.

     

    So, on the site that I linked above, the front page is set to "Welcome to .... " and the blog page is set to "Blog".

     

    To edit or add static pages, you would go to Pages > Edit or Add New. These would be like the regular pages of a website.

     

    To edit or add blog posts, you would go to Posts > Edit or Add New.

  3. What advantages does it offer over creating a static website?

     

    I'm leaving in a few mins, so I don't have time to post links to tutorials (I'll do it later), but the #1 reason why I develop my clients' websites in WordPress (or other CMS) is because I want to give them the ability to log in and edit their content on their own. I don't have the time to perform small edits to all my clients' sites and this allows them to do minor changes themselves. If my client has a static website, chances are they don't know code and I would have to do all the updates for them.

  4. WordPress is more than a blog tool. It can be used to power an entire website when used as a CMS (content management system). You can power both your blog posts and "static" web pages all from within the same WP dashboard.

     

    Google "WordPress as a CMS" for some interesting links on the topic.

  5. Do you mean when you point your mouse at it, you are not seeing the alt text? I believe I've only seen alt text while in Internet Explorer. If you want to see "Back to Home" in Firefox and maybe the others, add it as a title to the link. So...

     

    Back to Home

  6. As far as the design goes...

     

    I would like to see more padding on the sides - more space between the edge of the page container and the text.

     

    On the navigation, if you want to keep the borders on the links upon hover, I would add a border on the normal state so the text won't jump when hovering, You could make the border match the background so you won't see it if you want.

     

    I would add some "back to top" links so that after someone is finished reading about the poodles, they don't have to scroll a bunch to get back to the top for more navigation options.

  7. This is killing me. I don't really understand how to do this. Right now, I'm using this script: http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm . It's okay except for 2 issues. One, it doesn't work in Opera. Two, there is a huge gap between the last and first images causing the screen to be "blank" for a few until the animation starts over again.

     

    Just a reminder of what I'm working on: http://tinyurl.com/yhz2hz8 .

     

    I looked at the links you gave me, Eddie, but I don't think they will work for me. One of them can't be made to scroll vertically (I read it in the comments straight from the author) and the other seems too jerky in its movements.

     

    BeeDev, I've read through the link you gave several times and it's just not clicking. But I know from reading the comments that the large gap is present on that one, too. The author did say in the comments that it's possible to get rid of the gap, but I have no idea how to do it. He wrote:

    Hi, I mentioned this briefly in the article about how personally, I felt it better to have a single animation running, but you could easily remove the gap between the images by individually animating each image, then as soon as an image leaves the frame, you could remove it, then add it directly after the last image, start the animation again, etc?

     

    I would be grateful for any help. Do you think there's a way to edit the script I'm using now to get rid of the gap?

     

    Thanks.

  8. I've been trying to locate a jquery script that will replicate this: http://tinyurl.com/yzangqb . Everything I'm finding has a pause and my client wants a continuous scroll.

     

    Here's what I have right now: http://tinyurl.com/yhz2hz8 . I'm using the cycle plugin for this, but it won't work since cycle has the easing built in (I have no idea what I'm talking about. lol I googled and read that...) and it's not built for continuous scroll.

     

    Ideas?

  9. I'm not 100% sure, but I don't think you can do this easily. Do you happen to have this online so I could take a look at the live code?

     

    It looks to me like the left sidebar isn't a sidebar at all. It has a different background image (which is actually connected to the white content bg image) to make it look separate, but it's all part of the #left_col div. Plus, the info in the left column is valuable (at least on the blog portion) because it gives the post date, category, comment count, etc.

     

    I'm not sure if it will make a difference, but on a Page (instead of a blog page), can you select a different template?

     

    To get rid of the left "sidebar", you'll have to do some recoding to move the post metadata and then some redesigning of the background image (not to mention refiguring the CSS).

×
×
  • Create New...