![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
First of all, the image concept is here: http://www.pixelmatters.biz/main/temp/sitelayout.png
First of all, I am wanting to combine the first and second column (which used to be there columns) into one. The picture shows this concept, which has the title "Welcome To Crosswalk Community Church". The second part of the concept, is to add a video location, where the third location used to be. Yes, complicated I know, but it would really set this layout off in my opinion. What video plugin do you recommend first of all to play FLV videos (If I have to), or other videos. And, can anyone tell me how to combine those first two sections into one. Thank you VERY much to anyone that can assist.
__________________
I See In CMYK | http://www.ChristianRishel.info | Graphic & Vector Design, Print Media |
|
#2
|
||||
|
||||
|
Rishel,
It's actually not too complicated. To combine the first two sections you need to go into style.css and adjust the following lines: Code:
#homecenter {
width: 298px;
height: 246px;
float: left;
border-right: 1px solid #3C3F36;
padding: 0 10px 10px 10px;
overflow: hidden;
line-height: 1.5em;
}
#homeright {
width: 310px;
height: 246px;
float: left;
padding: 0 0 10px 10px;
overflow: hidden;
line-height: 1.5em;
}
Code:
#homeleft {
width: 608px;
height: 246px;
float: left;
border-right: 1px solid #3C3F36;
padding: 0 10px 10px 0;
overflow: hidden;
line-height: 1.5em;
}
Code:
<div id="homecenter"></div> Code:
<div id="homeright">
__________________
Thanks, Jon Weisss Request a quote Need WordPress Maintenance? I'm A Recommended Designer Skype: weiss.jonathan Please respect my privacy. Do not pm or email me regarding support questions unless otherwise instructed. |
|
#3
|
||||
|
||||
|
You can go into home.php and delete the home center section.
Then go into your stylesheet and find #home left and adjust your width to whatever you want it to be (probably around 600px it looks like.) To pull video just embed it in a post and use the post id to pull it. You could hardcode this if you wanted to in home.php also by embedding a youtube video in there or really any other kind of player.
__________________
John Flynn Kickstart Media Latest StudioPress Design Recommended StudioPress/Revolution Designer |
|
#4
|
|||
|
|||
|
This is actually not as complicated as you might think... Edit home.php and remove:
Code:
<div id="homecenter">
<?php if ($aOptions['column2-id'] != '') { query_posts('p=' . $aOptions['column2-id']); } ?>
<?php while (have_posts()) : the_post(); ?>
<h3>"><?php the_title() ?></h3>
<?php the_content(''); ?>
<?php endwhile; ?>
</div>
Code:
#homeleft {
width: 608px;
height: 246px;
float: left;
border-right: 1px solid #3C3F36;
padding: 0 10px 10px 0;
overflow: hidden;
line-height: 1.5em;
}
http://www.jeroenwijering.com/?item=JW_FLV_Player Jason |
|
#5
|
|||
|
|||
|
Funny... 3 people providing support at the same time. :D
|
|
#6
|
||||
|
||||
|
Gotta love it, eh? Hey - it makes your job just a little easier!
__________________
Thanks, Jon Weisss Request a quote Need WordPress Maintenance? I'm A Recommended Designer Skype: weiss.jonathan Please respect my privacy. Do not pm or email me regarding support questions unless otherwise instructed. |
|
#7
|
||||
|
||||
|
What's really funny is that we all said essentially the same thing....
__________________
John Flynn Kickstart Media Latest StudioPress Design Recommended StudioPress/Revolution Designer |
|
#8
|
|||
|
|||
|
Ok, got the first part done. You guys rock! It looks awesome. Now I am going to try to do the JLW Media Player, which seems a little intimidating. I only wish there was a way to add it to the admin menu somehow, like we used to do in the Rev 1 sites.
If anyone has any suggestions let me know, I am going to try to do this now.
__________________
I See In CMYK | http://www.ChristianRishel.info | Graphic & Vector Design, Print Media |
|
#9
|
|||
|
|||
|
Errr wait. Do I remove the far right section before I add code or ? Confused. Do I edit the home.php page, and past in some type of code?
__________________
I See In CMYK | http://www.ChristianRishel.info | Graphic & Vector Design, Print Media |
|
#10
|
||||
|
||||
|
you put it in the homeright div
__________________
Thanks, Jon Weisss Request a quote Need WordPress Maintenance? I'm A Recommended Designer Skype: weiss.jonathan Please respect my privacy. Do not pm or email me regarding support questions unless otherwise instructed. |
|
#11
|
||||
|
||||
|
Quote:
There actually is a way you can do this. You just need to write the code in your template functions file similar to the Rev 1 themes...
__________________
John Flynn Kickstart Media Latest StudioPress Design Recommended StudioPress/Revolution Designer |
|
#12
|
|||
|
|||
|
This rocks, got it working. Thanks guys.
__________________
I See In CMYK | http://www.ChristianRishel.info | Graphic & Vector Design, Print Media |
|
#13
|
||||
|
||||
|
Glad it's going well! You're welcome.
__________________
Thanks, Jon Weisss Request a quote Need WordPress Maintenance? I'm A Recommended Designer Skype: weiss.jonathan Please respect my privacy. Do not pm or email me regarding support questions unless otherwise instructed. |
|
#14
|
|||
|
|||
|
Glad you were able to figure it out.
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Featured video middle section | Ryan Maes | General Discussion | 6 | 05-28-2010 09:03 AM |
| Creating a top-middle second Section | ajwmedia | General Discussion | 2 | 03-26-2009 10:11 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us