We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Embed Code for videos not working. (v1.2.4 & v1.2.5) | Forum

Mutahir Mirza
Mutahir Mirza Oct 29 '11
Whenever I try to embed a code from youtube for example in newsfeed/my profile etc., I can't click the send button.

There iframe gets all crazy, and it looks like the video overlays the submit button area.

Everything was working pretty well before. I don't know what happened. This problem occurred in v1.2.4, now I've upgraded to v1.2.5 but its still not working.

Need help.


Attachments:
  1.jpg (147.42Kb)
  2.jpg (156.43Kb)
Mutahir Mirza
Mutahir Mirza Oct 29 '11
And is it possible to get the following type of interface for all my posts on Oxwall?
It looks much better.
Attachments:
  3.jpg (39.09Kb)
Den Team
Den Oct 31 '11
What browser do you use?
Mutahir Mirza
Mutahir Mirza Oct 31 '11
I got it fixed yesterday, it was some freaky wamp issue! :)

It was occurring in both Mozilla Firefox and IE..

But now its fixed.
Den Team
Den Oct 31 '11
Good :)
Matteo
Matteo Nov 2 '11
Same problem! Solution?
Mutahir Mirza
Mutahir Mirza Nov 2 '11
You're working live?
Or on Wamp.

This problem is coming only in Wamp, when you publish your website it won't happen.

And for testing purposes I corrected it a wrong way :D.. I don't recommend it but you can change the width of the loader and make it small to make the button work..

in

\ow_system_plugins\base\views\components\attachment.html

change the following code:

.item_loaded{
    border:1px solid #ccc;
    padding:3px;
}

to

.item_loaded{
    border:1px solid #ccc;
    padding:3px;
    width:1px;
    Height:1px;
}


That worked for me.. but its an ugly way :/.. I seriously don't recommend it. And this problem won't occur once your website is published, it is only happening at my localhost.
Mutahir Mirza
Mutahir Mirza Nov 2 '11
width:1px;
height:1px;
Mutahir Mirza
Mutahir Mirza Nov 2 '11
I'm sure someone would have a much better solution for it.
Matteo
Matteo Nov 6 '11
Your solution don't work... Another idea?