@kenazar that’s not a BP-Album issue, it’s a custom theme issue.
You need to copy the album templates folder over to your suffusion theme and change the div containers to the ones you are using.
also notice you are getting page not found in the titlebar.
adding
/* Let BuddyPress take care of page titles on BuddyPress pages */
if (!bp_is_blog_page() ) {
add_action( 'wp_title', 'bp_get_page_title');
}
to your themes functions.php should help.
@thekmen
Thanks for helping with support.
It lets us spend more time on coding, which helps us get the plugin finished faster.
^F^
Hi @thekmen
I got the second part but don’t fully understand the first part with changing the the div containers? I’m the Suffusion theme and they have their own buddypress pack. I’m familiar with the buddypress template pack plugin but not sure what exactly needs to be replace in each php file on the walk through i.e. groups.php, index.php etc.
My biggest thing is trying to get all the buddpress files lined up but need some assistance. Is there a link or quick explanation you could provide on copying the album templates folder over to suffusion theme and changing the div containers.
Thanks so much for your help,
Ken
@kenazar your theme has a lot of stuff that should be moved to your stylesheet if possible.
I don’t use the template pack, but I’m guessing if you copy the album template folder (its in your plugins/bp-album/includes/templates/ to your Suffusion template folder & change all
div class=”padder” to div class=”post fix” it would start you on the right track.
You should also do the same with the gifts plugin.
Hi @thekmen & @foxly
I just wanted to let you know that I’ve tried the bp album+ on a dozen different themes and everything works perfect till you click on the actual image inside the album to view in in either preview – small – medium – large etc… I’m not a coder or anything and appreciate all the work your doing but is it possible to work something in where we control the over all dimension of the media tab. Why would it get out of whack when you actually click on the image to view it once inside the album?
http://doodlranch.com/members/admin/media/ – OK
http://doodlranch.com/members/admin/media/albums/3/ – OK
http://doodlranch.com/members/admin/media/albums/3/item/13/?size=small – Shifted Right
Thanks for all the work you guys are doing,
-Ken
@kenazar i’m not doing any work, it’s all down to @foxly & @francescolaffi as far as I know with this excellent plugin.
I’m guessing you have an open div tag or not set the correct opening div tag, as it’s only happening when viewing an image, i’d look at /album/single.php first but may be wrong.
@kenazar you might also need to add image sizes to your css so they display without overlapping other divs
@kenazar did you ever get the suffusion theme to work with bp-album. I thought I had a solution when I got bp-links to show the sidebar in the correct place, but can’t seem to get bp-album to do the same. thanks.
@kenazar
It could be for several reasons.
1) The template that displays single images is just a stand-in until we get the final version finished, so its *full* of PHP code that’s doing all the calculations.
2) The “default” BuddyPress theme has some quirkiness to it, and we need to fully test and code around it. We’ll get this fixed in the release version.
http://code.google.com/p/buddypress-media/updates/list
Just follow our plugin activity stream for updates:
Thanks!
^F^