Have rewritten this in hopes that I can get some help...

I am using NewsFlash theme (though I have replicated this in garland as well) and when I use the ui360 player, it bumps the right sidebar to the bottom left.

I am presuming that it is in the CSS settings, perhaps the div needs to be set up differently, I just don't know.

I would love some help on this. It's a pretty crucial problem for us as we need to get a HTML 5 player working and because it looks pretty classy. (And works well.)

thanks,
g

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ggevalt’s picture

Priority: Minor » Normal

Hoping to bump this. Am still trying to figure out why, when I use the u1360 player in my podcasts, it affects most themes, including garland... pushes the right sidebar to bottom.

does not occur with sm page style... and not with any other player

Anyone help me with explaining why this is happening? would really like to get this to function properly.

Also, curious that the url to the player image is so monstrously long. Any connection?

g

ggevalt’s picture

Category: support » bug

I am bumping this to a bug report because I've been all through the module, CSS etc and for the life of me I can't figure out why this is happening.

The fact that this is happening regardless of theme -- as I mentioned when we create a CCK audio field and invoke Soundmanager 2 this is what happens -- makes me think that it is a bug, but I have been all through these forum/issue items and have found no other reference.

Help!

(Thanks for the help and the patience.)

g

And does it matter that when it calls for the url of the player image, instead of going to the image in the module it seems to be going out and pulling this: iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABoUlEQVR42sWVu2oCQRhGU/s8gpVYJeQJNkZSbiH4QNuLlQZS21sJayGYaOEFVFDxNiremj9zig2uzk5YQpKFg8PMd75ZZle9E5Ff4e+Ll8tlQuNoPI2vUcCYOdbIxCmm9F5T0YgNMmS/LebSwWdNa7VayXq9ls1mI9vtVna7nQBj5lgjQxYHN7KY3QkiUbDf7+V4PMrpdArBHGtkyOJc3/n1mVaUUl+F5/PZSrABDi4dpmKH3QkixQEHlw5TsccZmsRCoSD1et1ajkuHqdg/HA5GKZPJCOTzeanVasYMLh2mYsXDIGAoDuG6rlSr1WCdBxrcsTIWazgrQiHS6bSRYJ3XDzeq2O/3+9Ltdm9IpVIhstmslEqlUAY36ii8ZrMpjUbjhmQyKeA4jhSLRWMGN+rhOZ1Oh8ANuVxOyuUy40hwo163RK/XeyPQbrdjgYNr/ILAYDB41Gf1wZnFAQfX+iM0HA5fxuPx+2g0Ej22QoYsDq61mGsymTxMp9NX/Sk2yJDFsRZfXpzXbDZ7WiwW3nw+9zUKGDPHGpkL5V//mn7OJyJZApyzeUS5AAAAAElFTkSuQmCC");

Adriano72’s picture

The same happens to me. Anybody has found a solution?

ggevalt’s picture

Still hoping for some help on this... Anyone out there experienced this issue, again the 360 player pushes the right sidebar to the bottom. I am sure it's a simple solution, perhaps in CSS, but for the life of me I can't find it.

Would love some help.

Thanks in advance.

g

OMD’s picture

I am having mysterious layout issues as well. Only when using soundmanger2 to display a cck field in a views generated block. And then only using the formate "SoundManager 2, ui360 style". The "SoundManager 2, page-player" style does not create the same layout problem.

The layout problem is strange - whenever the ui360 style is used, all blocks following the block in question end up being inside the block, which makes me think the ui360 is generating code that is missing a closing tag.

mihai7221’s picture

For those of you who still need a solution, just find the files "sm2_plst_cck_ff_ui360.tpl.php" and "sm2_plst_cck_audio_ui360.tpl.php" and edited them by adding a closing div tag

and everything will work fine. User OMD was right.

ggevalt’s picture

Thanks. Yes we did need this suggestion. Will try it out
G

ggevalt’s picture

Issue summary: View changes

This is an edit of the original request

mihai7221’s picture

Assigned: Unassigned » mihai7221
Issue summary: View changes
Status: Active » Patch (to be ported)
FileSize
1.93 KB

I added a patch to fix this.