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.

ChrisOliver

Members
  • Joined

  • Last visited

  1. Thanks for your reply. I've got a static HTML/CSS version of the Homepage. The client will need to be able to update the, images on the slider, about me section, and the products that are listed in both sections. I meant I didn't want HTML in the Page Editor which the client would be using, not the Theme Code Editor.
  2. Hi guys, I'm trying to create a Client friendly, updatable homepage, but I struggling on how to achieve this. On the home page, I want Slider -- I've done this with a plugin an short code on the page About box Contact Form - Plugin and Shortcode 2 sections to browse products by different types. These have big product images. Anyone got any advice on ways to achieve this without using HTML code on the WP Pages Editor so the client doesn't ruin the layout? Thanks in advance.
  3. What K-pop artist's do you's listen to? ​My favorite is the girl group 2ne1
  4. I usually listen to an album from what ever band is my latest obsession. I do also love listening to albums that contain a lot of instrumentals, such as Deadmau5.
  5. When I first started to create WP Themes, I used http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/. It's very easy to follow, and is well explained.
  6. I do all my coding in Microsoft's WebMatrix. I like it because it has a 'code completer' type tool(similar to DW), it supports the major languages and also has the ability to install Wordpress(and other CMS) templates.
  7. Did that and it worked perfect, thank you!
  8. Thanks for the reply, but it still produces the same result as before..
  9. Heyy guys.. I've been trying to create a WordPress theme based off a HTML page I created, but because of the way wordpress is coded, I am having some difficulties with the CSS. This is what I am trying to achieve: Here's the code from the normal HTML page: <div class="design"> <div class="design-details"> <h2>Design 1</h2> <p>This design is being used as an example so that I can work out how the page design looks.</p> </div> <div class="design-details-preview"> <img src="img/design1.png" /> </div> </div> Here's the code from the Wordpress HTML: <div class="design"> <div class="design-details"> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php the_content(); ?> </div> </div> Here's the CSS used for both pages: .design{ width:900px; margin: 0 auto; padding: 35px 0; clear: both; } .design:after { clear:both; } .design-details{ padding-left: 20px; width: 40%; float:right; } .design-details h2{ padding-bottom: 5px; box-shadow: 0 1px 0 #0099cc, 0 2px 0; color:#fff; } .design-details p { color: #fff; line-height: 22px; } .design-details-preview img{ margin: 0 auto 30px auto; max-width: 100%; display: block; } .design-details-preview { width: 50%; float: left; position: relative; } I know the WordPress code is missed a Div, but I can't seem to fit it into the code. Inside the Wordpress post is Title which is "Hello World" and the body which is "Welcome to WordPess. This is your first post. Edit or delete it, then start blogging! <img src="http://localhost:40639/wp-content/uploads/2012/05/design.jpg" alt="" />" Please could anyone help me solve this issue? Thanks in advance and Sorry it's a very long post.
  10.    ChrisOliver reacted to a post in a topic: Hover CSS image over html image?
  11. That worked perfect, thank you very much!
  12. Yeah they're all 250x150 could you get me some example code please?
  13. Thanks for the reply. I'd like to keep the original image under the new image. I have a content div, inside is about 6+ different images, all the same size. No matter which image I hover, I want the attached image to display over it(the image is transparent, getting dark towards the edges) It's not a button, just an image as a link.
  14. I have an image within a link like this <a href="#"><img src="images/IMAGE.png" width="250" height="150" alt="IMAGE"></a> when I hover over that image, I'd like an image to overlay it(it's a semi transparent image). How could I make this happen? I've been trying to use code similar to this #content a:hover { background-image:url('images/IMAGE.png'); } but it doesn't work. Anyone got any methods? Thanks in advance.
  15. ChrisOliver replied to collie's topic in General Chat
    I don't really know anything about Spry, so this is a bit off-topic. I try not to use Dreamweaver, I use notepad but a nice little free program(Microsoft WebMatrix) I found seems good because you can edit Databases and create for WordPress and other CMS's locally, and it's easy to set up for the different CMS's you are using.
  16. Hey, I think it's quite a nice design but there is one problem. The Contact Me stuff it's lined up properly in Opera 11.11 which also affects the stay in touch content. Here's what I see:

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.