Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Curvball

Members
  • Joined

  • Last visited

  1.    iqbal77 reacted to a post in a topic: Which CMS is perfect for you?
  2. Not sure about this... does it say 'Elln'? - that already should tell you that it isn't clear enough. I would like to echo andymayhem's post - the answers to those questions will help us push you in the right direction.
  3. 20inch iMac with res @ 1680x1050
  4. There is a really cool competition going down now for those with Wordpress based blogs - check out the details here: http://www.pixeldeath.com/whatever/is-your...-a-ton-of-cash/ If you don't mind, I'd appreciate a comment or 2 Thanks and be sure to enter, and let me know and I'll return the post favour. Bloggers unite!
  5. Ah yeah, I'll echo Paul's praise of PeartreeUK - I've now been hosted with them for over 3 months now (VPS) and everything is going smoothly. Rob is a great person to deal with. I highly recommend PeartreeUK - here's my original post about them: http://www.webdesignerforum.co.uk/index.php?showtopic=10601
  6. Well, what can I say? Thanks to EggmanJohn for tracking me down on MSN to give me this awesome news. Can't say how stoked I am about this. Really is an honour.
  7. It has been just under a month since I moved webhosts and I’m extremely impressed with PeartreeUK. You may remember a previous post I wrote about my bad experiences with other companies who dare to call themselves a webhost. Server performance has been amazing, and I’ve suffered zero downtime since I ‘broke’ the VPS server and I sleep better at night knowing that my sites and my clients sites are running at 100%. I would highly recommend PeartreeUK for your hosting needs, because with the customer service they offer, you’ll never want to try another webhost ever again. I wrote more about this here
  8. Hi Paul, I would recommend checking out PeartreeUK - for one their service is absolutely amazing and I've extremely happy with them. For the first time in years I've stopped worrying about my server.
  9. Thanks Rachael, if give those a bash - was thinking of implementing the is_ tags. Will give feedback soon. The two files aren't too different, same function, just different copy basically.
  10. Nice work. Well done. Good to see my vote was for the right site
  11. Hey all, I hope you are well. I'm busy with a site and I need to have 2 different types of comments forms. The usual comments on posts is pretty much sorted out. However, I want to call a different comment template for pages. Right now the default call from the template page is: <?php comments_template(); ?> That function calls to the comments.php file. However I want to call comments2.php which is my other comments page template. I have tried: <?php include('comments2.php'); ?> It does work but doesn't show the comments, just the comment form. I have a feeling a need to tweak some of the code in the actual comments2.php file. As I know pretty much next to nothing about this level of php, I don't know where to start. Here is the code that isn't display: <?php // Do not delete these lines if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if (!empty($post->post_password)) { // if there's a password if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie ?> <p class="nocomments">This post is password protected. Enter the password to view comments.<p> <?php return; } } /* This variable is for alternating comment background */ $oddcomment = 'alt'; ?> <!-- You can start editing here. --> <?php if ($comments) : ?> <h3 id="comments"><?php comments_number('No comments', 'One Response', '% Responses' );?>, be sure to add yours.</h3> <ol class="commentlist"> <?php foreach ($comments as $comment) : ?> <li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>"> <cite><?php comment_author_link() ?></cite> Says: <?php if ($comment->comment_approved == '0') : ?> <em>Your comment is awaiting moderation.</em> <?php endif; ?> <br /> <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></small> <?php comment_text() ?> </li> <?php /* Changes every other comment to a different class */ if ('alt' == $oddcomment) $oddcomment = ''; else $oddcomment = 'alt'; ?> <?php endforeach; /* end for each comment */ ?> </ol> <?php else : // this is displayed if there are no comments so far ?> <?php if ('open' == $post->comment_status) : ?> <!-- If comments are open, but there are no comments. --> <?php else : // comments are closed ?> <!-- If comments are closed. --> <p class="nocomments">Comments are closed.</p> <?php endif; ?> <?php endif; ?> Any suggestions or even a fix would be appreciated. Thanks!
  12. So lets see everybody's splash pages! Here's a few I've done... http://www.tattooinsight.com http://www.delicablack.com http://www.deathdestroy.com Enjoy!
  13. If you like that site, you should also bookmark http://www.forwebdesigners.com/ Enjoy.
  14. This is a great thread with some very good information. Brand consistency should also be adhered to, whether the client wants it or not - it shows that you're in tune with their style. They will appreciate it in the long run and it will make you a more valuable designer in the future. Have you had any feedback from the client yet? Good luck.
  15. Awesome. I like that.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.