[ Video Sharing CMS v4 ] how to change the loading next?

Started by YehudaBitton,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

YehudaBittonTopic starter

how to change the words on the loading next? that at the end it right "The End."?
and at there http://www.thenextstar.co.il/video/5/dfdevfd/ look at this--http://i60.tinypic.com/29lzs4l.jpg
and this problem http://i59.tinypic.com/34pzyn7.jpg the white space?
how to fix that problems?
  •  

YehudaBittonTopic starter

Foe the second problem I success to fix it and I want now how enable the autoplay? And how to disable the loop play?
  •  

PHPVibe A.

Quote from: YehudaBitton on
how to change the words on the loading next? that at the end it right "The End."?

/tpl/{your theme}/js/phpvibe_app.js

msgText: 'Loading next',
            finishedMsg: 'The End.',

PHPVibe A.


YehudaBittonTopic starter

Quote from: Alexander on
For the others, depends on the player, but all embeds functions are in lib/class.providers.php

http://www.phprevolution.com/forum/troubleshooting-issues/3-5-auto-play-not-working-on-jwplayer6/msg14893/#msg14893
The first work but the autoplay and cancel the loop not working :(
  •  

YehudaBittonTopic starter

Quote from: Alexander on
For the others, depends on the player, but all embeds functions are in lib/class.providers.php

http://www.phprevolution.com/forum/troubleshooting-issues/3-5-auto-play-not-working-on-jwplayer6/msg14893/#msg14893
And how to change the uploader to uploader without flash that I can upload via my ios devices that not support with flash?
  •  

PHPVibe A.

The uploader doesn't have an bit of flash, it's html5 file api based (works with iphone).

did you remove

repeat: "always",


and:

autostart: "true",


?

YehudaBittonTopic starter

Quote from: Alexander on
The uploader doesn't have an bit of flash, it's html5 file api based (works with iphone).

did you remove

repeat: "always",


and:

autostart: "true",


?
How can I change that the uploader will not be html5? To older one because I'm think that the iphone not support at this uploader? :(
And I success to disable the loop but the auto start not work I want that the video will start automatically.
and this problem http://i59.tinypic.com/34pzyn7.jpg the white space?
  •  

YehudaBittonTopic starter

And check that http://yuilibrary.com/yui/docs/uploader/uploader-dd.html and see the "Also note" about the ios devices that not support html5 uploader.
  •  

PHPVibe A.

This

autostart: "true",


makes the player auto-start.

I can't help you with the uploader change, this is support of the product, not development, read the rules! I can just open a ticket for alternative uploader option with development.

For the blank page, I'm not sure, it's triggered by your change, I need to see the actual css and html there to give you an answer.


YehudaBittonTopic starter

Quote from: Alexander on
This

autostart: "true",


makes the player auto-start.

I can't help you with the uploader change, this is support of the product, not development, read the rules! I can just open a ticket for alternative uploader option with development.

For the blank page, I'm not sure, it's triggered by your change, I need to see the actual css and html there to give you an answer.
Pls open for me a ticket for alternative uploader thanks very much!
  •  

YehudaBittonTopic starter

Quote from: Alexander on
This

autostart: "true",


makes the player auto-start.

I can't help you with the uploader change, this is support of the product, not development, read the rules! I can just open a ticket for alternative uploader option with development.

For the blank page, I'm not sure, it's triggered by your change, I need to see the actual css and html there to give you an answer.
And how can I send to you the files?
  •  

YehudaBittonTopic starter

  •  

PHPVibe A.

Attach them here (when posting you have the attach option).

YehudaBittonTopic starter

Quote from: Alexander on
Attach them here (when posting you have the attach option).
Ok I will do it later and what about the uploader you open the ticket and when I will get support?
Really thanks for you!!
  •  

PHPVibe A.

I'm not sure you understood, I've open a ticket for an alternative uploader in the next upgrade, not for support.

YehudaBittonTopic starter

  •  

YehudaBittonTopic starter

Quote from: Alexander on
I'm not sure you understood, I've open a ticket for an alternative uploader in the next upgrade, not for support.
ok i understand and pls look at the files in the last messege
  •  

PHPVibe A.


YehudaBittonTopic starter

  •  

PHPVibe A.

This is your problem

MaxUpload_Box .Maxuploader {
margin: 98% 4%;


in vibe.style.css

you have top and bottom margins set to 98%, you may want to change them to 20px or so...

YehudaBittonTopic starter

Quote from: Alexander on
This is your problem

MaxUpload_Box .Maxuploader {
margin: 98% 4%;


in vibe.style.css

you have top and bottom margins set to 98%, you may want to change them to 20px or so...
Thanks very much that fix my problem and why there when I open that on my iphone there is a white space at the sides?
http://www.thenextstar.co.il/video/5/dfdevfd/
  •  

PHPVibe A.

Touch that 4% to a 5px value. Can't test on a IOS device.

YehudaBittonTopic starter

Quote from: Alexander on
Touch that 4% to a 5px value. Can't test on a IOS device.
I don't understand what you mean?
And you can check that on android device too.
Thanks
  •  

Marius P.

He means you have an 4% margin on left and right and he showed you the code line :)
http://www.w3schools.com/css/css_margin.asp
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)