Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   [SOLVED] How to make Post Gallery Widget work in new Center Column Above The Loop Wid (http://forum.bytesforall.com/showthread.php?t=12279)

New WordPress Fan Jan 16, 2011 06:39 PM

[SOLVED] How to make Post Gallery Widget work in new Center Column Above The Loop Wid
 
I added a new widget area above the loop in the center column, by placing this code in the center column, above the loop:

<?php bfa_widget_area('name=Center Column Above Loop Widget Area'); ?>

Then placed the Post Gallery Widget in this area. The Gallery of new posts overlays the new widget area and the center column text. Can't seem to get it to respond to CSS.

I also tried by making the new widget area a separate <div> by substituting the following code to create the new widget area above the loop in center column:

<div id="my_new_widget_area" class="bfa_widget_area"><?php bfa_widget_area('name=Center Column Above Loop Widget Area'); ?></div>

But same result.

The Post Gallery Widget does respond to this CSS to increase the top margin and move it down:

.slideshow {
margin-top: 200px;
margin-bottom: 200px;
}

But no effect on the bottom margin. The gallery still overlays the center column loop content.

I am using Atahualpa 3.6.1 and WordPress 3.0.4.

Can anyone help?

Many thanks!

lmilesw Jan 16, 2011 09:17 PM

The new widget area creates a div with an ID in your case of

center_column_above_loop_widget_area

With out seeing the site it's hard to be sure but how about adding padding to the above div ID?

New WordPress Fan Jan 16, 2011 11:10 PM

Thank you. The Gallery Post Widget in the center column (top) is behaving oddly. Link sent by PM.

Ultimately, we hope to add a latest post feature gallery to the top of the center column at our actual site: www.helpingyoucare.com

I'll very much appreciate any help you can give!

lmilesw Jan 17, 2011 06:33 AM

All you should have for the new widget area code should be something like the following.
HTML Code:

<?php bfa_widget_area('Center Column Above Loop Widget Area'); ?>
which will create a div with an ID. You should take out the extra code first to help troubleshoot. I have not used that plugin so I am not sure how well it works.

New WordPress Fan Jan 17, 2011 10:18 AM

Thank you, lmilesw. I followed your advice and fixed the code for the added widget area. That did solve the previous double display of the post gallery in two different locations. But the problem of overlay still persisted.

I concluded that the plugin may not work too well, as all other widgets do function normally in the new widget area. So I decided to try Next Gen Gallery Plugin - which does behave normally as to staying within the widget area.

Can you help me learn how to configure the Next Gen Gallery slide show so that (i) all the pictures are sized properly (how do you size images after uploading in Next Gen Gallery??) and (ii) each image has a headline or caption with it, which I could make clickable, linking to the actual post associated with that image?

Many thanks!!

P.S. Please see my private message to you.

New WordPress Fan Jan 18, 2011 12:02 AM

In case anyone is interested, I seem to have solved this with a Plugin called Dynamic Content Gallery:

http://wordpress.org/extend/plugins/...allery-plugin/


All times are GMT -6. The time now is 04:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.