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

Started by YehudaBitton,

Previous topic - Next topic

0 Members and 1 Guest 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!
  •  

YehudaBittonTopic starter

Quote from: @Mario on
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
Thanks I fix the first problem but I mean to this problem http://www.thenextstar.co.il/video/5/dfdevfd/ the white on the left you can see it on mobile device.
  •  

PHPVibe A.

I don't see any white gap on my devices...Printscreen?

YehudaBittonTopic starter

  •  

PHPVibe A.

You refer to the top header? You can't hide that :)

YehudaBittonTopic starter

Quote from: Alexander on
You refer to the top header? You can't hide that :)
No I mean to the white at the left side see that the problem is with the share link box there is too big how do I resize it?
  •  

PHPVibe A.

You've shifted the wrapper.

Try this:
@media only screen and (max-width: 617px) {
#wrapper {
display:block;
float:left;
margin-left:0!important;
margin-right:0;
position:relative;
}
}

YehudaBittonTopic starter

Quote from: Alexander on
You've shifted the wrapper.

Try this:
@media only screen and (max-width: 617px) {
#wrapper {
display:block;
float:left;
margin-left:0!important;
margin-right:0;
position:relative;
}
}

thanks for you! but in which file and in which line to put it?
  •  

PHPVibe A.

Any css file, for example very end of responsive.css

YehudaBittonTopic starter

Quote from: Alexander on
Any css file, for example very end of responsive.css
Hey I'm try this and this is not fix that problem :(
  •  

PHPVibe A.


YehudaBittonTopic starter

Quote from: Alexander on
Now the div is fine for me..
I sill have this problem as I see I just need to resize the 3 box of the share link and the 480x360 and 640x480 how to do that?
  •  

PHPVibe A.

.video-share , .video-share input{
max-width:100%;
overflow:hidden;
}


YehudaBittonTopic starter

Quote from: Alexander on
.video-share , .video-share input{
max-width:100%;
overflow:hidden;
}

Wow really thanks this is fix my problem and how do I fix this the up line and add the menu to there?
  •  

YehudaBittonTopic starter

And on tablet look the problem see how it should br like in your website and how this is in my website? Pls how to fix that too?
  •  

PHPVibe A.

You should wait for the upgrade we work on, cause upgrading you will loose most changes, and we are working on the menu also.

YehudaBittonTopic starter

Quote from: Alexander on
You should wait for the upgrade we work on, cause upgrading you will loose most changes, and we are working on the menu also.
when the upgrade will out?
and see the last messege.
  •  

PHPVibe A.

Hours, max a day.
I saw it, I've told you that part is to be changed.

YehudaBittonTopic starter

Quote from: Alexander on
Hours, max a day.
I saw it, I've told you that part is to be changed.
and you fix the uploader ? :)
  •  

PHPVibe A.

Not in this one, but there are 3 upgrades pending, alternative uploader is on the list also.

YehudaBittonTopic starter

Quote from: Alexander on
Not in this one, but there are 3 upgrades pending, alternative uploader is on the list also.
When the upgrade will out?
  •  

YehudaBittonTopic starter

Quote from: Alexander on
Not in this one, but there are 3 upgrades pending, alternative uploader is on the list also.
When the upgrade will out?
  •  

PHPVibe A.

Quote from: Alexander on
Please stop pushing for something, you'll just get my colleagues to say "this is it" and release it, then you will complain it doesn't have that and that.
They are doing their best to release it as soon as possible, they wanted to incorporate an plugins system, but since we get 100 mails per day about when...when...when I'm sure we'll see it next year  (and I'm really waiting for this plugins system >:( )

ravi7

Hello,
I modify the text "loading next" in: / dwt / {your} /js/phpvibe_app.js theme

it does not work, you can m 'help please?
  •  

ravi7

  •  

PHPVibe A.

Make sure you clear browser cache to see js changes in real time.

Similar topics (7)