StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-30-2009, 10:27 PM
luis_33 luis_33 is offline
Registered User
Pro Plus Member
 
Join Date: Jan 2009
Posts: 5
Default Placing video above the content gallery

I want to place the video above the content gallery, set to the left (its there already) however I want the back ground to go across the span of the homepage so that I can place text in that area with other links and information.

I managed to get the video placed within the hpbottom music section and then pasted the code above the content gallery - great. But the sidebar is moved down along with the content gallery leaving an empty space to the right of the homepage. The back ground on which the video is placed with the music content is fine. But I would love to add text as well. Url: laluzblog.org

I pasted the code below to show what I did.

<div id="homepagebottom">

<div class="hpbottom">

<h3>Lo nuevo en este volumen</h3>

<!--This is where the thumbnails are found for the homepage bottom section - note the custom field name for this

image is "hpbottom". Recommended image size is 70x70, as the stylesheet is written for this size.-->

<div class="video">


<?php $video = get_option('revchurch_video'); echo stripslashes($video); ?>

</div>
<---!(I plugged the video code here within this section to allow for some text but a large empty space is left to the right of it. I would like for it span over the content gallery and the side bar.)-->

<?php $recent = new WP_Query("cat=17&showposts=0"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID,

"thumbnail", true); ?>" alt="<?php the_title(); ?>" /></a>
<?php else: ?>

<?php endif; ?>
<?php the_title(); ?>
<?php the_content_limit(500, "[Read more of this review]"); ?>

<div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 5px 0px;

clear:both;"></div>

<?php endwhile; ?>



<a href="http://www.laluzblog.org/category/featured/#" rel="bookmark">Lea los artículos especiales bajo

"featured"</a>



</div>
</div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Placing a google ad above the content gallery fritzwenzel General Discussion 7 01-31-2010 04:14 AM
how can I use featured content gallery with video too? Stewart General Discussion 1 10-20-2009 05:58 PM
Video instead of Featured Content Gallery? rspilhaus General Discussion 1 06-25-2009 07:36 PM
Placing of Featured Content Gallery Manualsinc General Discussion 1 06-03-2009 05:04 PM
Placing a YouTube Video on Homepage (not in sidebar)??? mrrevolution General Discussion 2 02-05-2009 05:26 PM


All times are GMT -5. The time now is 02:44 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.