-
Wordpress Homepage
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.
-
Wordpress Homepage
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.
-
Music while working
What K-pop artist's do you's listen to? My favorite is the girl group 2ne1
-
Music while working
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.
-
Wordpress Themes
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.
- Best CSS Editor for 2013
-
Wordpress theme layout
Did that and it worked perfect, thank you!
-
Wordpress theme layout
Thanks for the reply, but it still produces the same result as before..
-
Wordpress theme layout
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.
-
-
Hover CSS image over html image?
That worked perfect, thank you very much!
-
Hover CSS image over html image?
Yeah they're all 250x150 could you get me some example code please?
-
Hover CSS image over html image?
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.
-
Hover CSS image over html image?
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.
-
dreamweaver
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.
-
My Portfolio Design
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: