Jump to content

Susie

Advanced Member
  • Posts

    680
  • Joined

  • Last visited

Everything posted by Susie

  1. Are you planning to have different effects on each page or will all your slideshows have the same fade type, speed, etc.? Regardless, you should put that info in the section of your page.
  2. Basically what you need to do is implement something like the suckerfish/superfish menus. Really, it has nothing to do with PHP. It's javascript and CSS. Here are some links to get you started: Here's a WordPress plugin that you can purchase to easily create the drop downs: http://pixopoint.com/products/suckerfish_css/ http://users.tpg.com.au/j_birch/plugins/superfish/ And then once you have the drop downs working, you would just select the page's parent in the WordPress admin to make it drop down from the main menu item.
  3. To add...I've decided to develop most future client websites using WordPress as a CMS, too. I like CMS MS, but there are just so many more options with WP (one big one I'm dealing with right now is automatic database backups!!). I will use CMS MS if WP absolutely cannot do what I need with ease.
  4. Personally, I would go for the WordPress blog to match. I've played with the CMS MS blog module, and to me it just doesn't seem on par with WordPress. The commenting system is not easy to figure out (for me) and it just doesn't seem as robust as WordPress.
  5. Susie

    New Guy

    Hello and welcome!
  6. You can add your business to Google's Local Business Center to appear next to the map in local searches. So, if someone googled "computer repair whitstable", you would possibly show up right next to the map. Although...I'm not sure if that link is the right one for someone in the UK....
  7. Well, there you go. There's always a plugin for "that". :cool:
  8. I honestly don't know of a way to give partial access to the WordPress dashboard. I've seen it done in other content management systems, but not WordPress. I wonder if there's a plugin for that.....
  9. 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.
  10. I'm not really sure what to call this effect, so I'm not finding any tutorials while googling. Can anyone point me in the right direction on how to create something like this? http://6outof5.com/ http://madebytinder.com/ http://www.bythepond.co.uk/ See how the background has a very subtle gradient and an area of light within? How is that done??
  11. 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.
  12. 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.
  13. 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.
  14. 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...
  15. 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.
  16. I just wanted to chime in on the comic sans font....just to show you how badly most professional web designers despise it... http://www.sitepoint.com/blogs/2009/05/11/friends-dont-let-friends-use-comic-sans/ http://www.bancomicsans.com/
  17. 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: 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.
  18. Thanks to both of you. I'll give them a shot!
  19. 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?
  20. I have another question about this accordion. I can see that the little arrow icon is being added through the jquery ui css framework (http://jqueryui.com/docs/Theming/API), but I have no idea how to apply it to my accordion. Is anyone here familiar with this?
  21. Oh, awesome! I totally missed that. Thanks!!! :cool:
  22. Thanks, Eric. Yes, I saw that and here's what I have in the : $(function() { $("#accordion").accordion({ collapsible: true }); }); The result is the first item is open by default. I want them all closed by default. For reference, here's what I'm working on (will style the accordion once I get it working properly): http://tinyurl.com/ylefxty
  23. I am using this accordion: http://jqueryui.com/demos/accordion/#collapsible . It's working great except I'm not sure how to make it so that when you visit the page, all the items are closed until you select one to open. I don't want the first item to be open by default. Any ideas? :/
×
×
  • Create New...