[ Video Sharing CMS v4 ] UltimaTube/Brasil Theme How To/Support

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PHPVibe A.Topic starter

Please post here anything you want to know or change on the UltimaTube/Brasil theme.


Some tips:

Making jwplayer's height fit:

open lib/class.provider.php and around line 147 remove this

aspectratio: "15.4:8",


Recommended thumb size (under Configuration)

175 per 98


Large logo issues:
Drop this at the end of css/vibe.style.css

a.logo {
width: 130px;
width: calc(100% - 62px);
}


You can adjust the values as it fits your needs/size.
First value is in px as a fallback for browsers that don't support css calc().

Sidebar/Menu always visible

Open tpl/brasil/sidebar.php and find this line:

<div id="sidebar" class="hide">


replace with

<div id="sidebar">


in tpl/brasil/tpl.globals.php find:

<div id="wrapper" class="container">

also
<div id="footer">

and change them to

<div id="wrapper" class="container haside">


<div id="footer" class="haside">


Jquery fix for mobiles (Hide always visible sidebar):

In phpvibe_app.js
If you want to hide it by default in mobiles.

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}




In the document ready.

should look like

$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}


Pad more the footer with css for the always visible sidebar:
Add this in tpl/brasil/css/vibe.style.css (last line for example)

#footer .haside {padding-left:190px!important}

Change the 190 to fit your needs.

== End sidebar always visible changes ==




Updates:

Brasil updated to v1.1 compatible with 3.6 b

Basically added player.ads.css to list of css files in tpl.globals.php, a small list of extra css queries to css/vibe.style.css (commented) and a new file called channels.php
Channels link in sidebar.php now sends to /channels


If you re-download the Brasil pack it's there.
To vibe.style.css you just have to add the css rules from under
/* 3.6b updates */

Also,in tpl.globals.php under:
<link rel="stylesheet" href="'.tpl().'css/lightbox.css"/>
add
<link rel="stylesheet" href="'.site_url().'lib/players/ads.jplayer.css"/>
and copy channels.php
There is also a small link edit (Video channels link) in sidebar.php

You should not loose any changes (unless you overwrite files)

Make Brasil's video page wider:
Open css/vibe.style.css and find this line:



.body-video #wrapper {max-width:1040px!important;margin-top: 58px;
}



change


max-width:1040px!important;



to your desired percentage or pixel size.


Using the wider version of the video page

Copy /large video player's folder content to tpl/brasil/
Open the admin panel and go to Settings -> Players Config

Change video page settings to:
width: 840
heigh: 480


(or test and choose your own dimensions).


PHPVibe A.Topic starter

What resolution you use? I think the player's ration needs to be touched, but it will look bad for other ones...hmm.

That last one is an ad :) I've deleted it for people to not have the same curiosity :)

You need to detail the first 2.


PHPVibe A.Topic starter

Check now for the sidebar, we added an bigger padding for low resolution.

matrak

#5
Quote from: Alexander on
Check now for the sidebar, we added an bigger padding for low resolution.
okey :) super Was.

and
http://i.hizliresim.com/1Pl8aY.png
http://i.hizliresim.com/LPWB8a.png
and
http://i.hizliresim.com/O2pGp5.png
  •  

PHPVibe A.Topic starter

Keep posting, Mario will look tomorrow and fix them.
Right now, midnight on my free day, have to get some sleep :)

matrak

Quote from: Alexander on
Keep posting, Mario will look tomorrow and fix them.
Right now, midnight on my free day, have to get some sleep :)

oky :)
  •  

ollipaust

its just something very small :D   

#show-sidebar {
    outline: medium none;
}


and overall its a rly nice theme I've done something similar! :)
  •  

Marius P.

Looking deeper into the responsive engine before announcing the release.
You can move those blocks in sidebar.php with copy&paste @matrak.
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!
  •  

PHPVibe A.Topic starter

@matrak show me where this is



Cause I cannot find something similar on our installs.
U deleted cache?

PHPVibe A.Topic starter

Theme's css files updated, also sidebar.php as requested.

matrak

#12
Quote from: @Mario on
Looking deeper into the responsive engine before announcing the release.
You can move those blocks in sidebar.php with copy&paste @matrak.

Thank you Mario :)
I forgot to buy early.
Was 33 euro. I have 25 euros.
and student. Can you help me please.
I am waiting for your reply. : matraktvcom@gmail.com
  •  

matrak

Quote from: Alexander on
@matrak show me where this is



Cause I cannot find something similar on our installs.
U deleted cache?

this person's profile: http://www.videoinedit.com/profile/tugrul-can/1022194/
@alexander
  •  

PHPVibe A.Topic starter

Hmm, I know from where it is. He has a Fb linked picture, will fix height via css on the avatar.

PHPVibe A.Topic starter

Done, needed fixed sizes to avoid remote images being big.

.timeline-av {margin-right: 10px; float: left; width:40px; height:40px;}

matrak

Quote from: Alexander on
Done, needed fixed sizes to avoid remote images being big.

.timeline-av {margin-right: 10px; float: left; width:40px; height:40px;}


been yes. :)
  •  


PHPVibe A.Topic starter

For the advertising on the playlist page

You can place it like

<div class="span2 nomargin pull-right">
<?php echo //generated ad spot code; ?>
</div>


For that margin, I'm not sure I understand what's the problem with the content's margin...

For the share box overlapping a bit:

I think it needs an clear:both the .video-share



xda

i want buy this themes. but can u change home page design? home page design look so simple. not nice.
  •  

matrak

Quote from: xda on
i want buy this themes. but can u change home page design? home page design look so simple. not nice.

All other pages are very nice.
Home can be more beautiful. I agree with you.
At least you'll have that. (This might be) http://i.hizliresim.com/YPG6WE.png
  •  

oryhutch

I've noticed on the mobile version when you try and bring up the categories they never load
  •  

xda

Quote from: matrak on
All other pages are very nice.
Home can be more beautiful. I agree with you.
At least you'll have that. (This might be) http://i.hizliresim.com/YPG6WE.png

Yeah. This home page beautiful
  •  

PHPVibe A.Topic starter

Quote from: matrak on
http://i.hizliresim.com/gl19nQ.png

There is a clear specification of "without" when you complete those fields, your choose to disregard it :)

You only need the part after the domain.

PHPVibe A.Topic starter

Quote from: oryhutch on
I've noticed on the mobile version when you try and bring up the categories they never load

What device?

PHPVibe A.Topic starter

Quote from: xda on
i want buy this themes. but can u change home page design? home page design look so simple. not nice.

You can change it as you please, it's css there, as default it will stay like this.


yildozer

Hello, i upload phpvibe with new theme brasil. all is wonderful but i get ''500 Internal Server Error'' also i tried it diffirent hosting company but i get it always. what is it? and how can i solve?

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@garraj.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Thanks
  •  

matrak

Quote from: yildozer on
Hello, i upload phpvibe with new theme brasil. all is wonderful but i get ''500 Internal Server Error'' also i tried it diffirent hosting company but i get it always. what is it? and how can i solve?

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@garraj.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Thanks

idealhosting mi kullanıyosun. Eğer kullanıyorsan, phpvibe oradaki sunucularda verimli çalışmıyor. Nasıl oluyor bende anlamadım ama, oradaki sunucular ile bir problem oluşuyor.
Şirketi değiştir bence,
  •  

oryhutch

The issue of the categories not loading is on my iphone
  •  

yildozer

Quote from: matrak on
idealhosting mi kullanıyosun. Eğer kullanıyorsan, phpvibe oradaki sunucularda verimli çalışmıyor. Nasıl oluyor bende anlamadım ama, oradaki sunucular ile bir problem oluşuyor.
Şirketi değiştir bence,

Merhaba,

evet idealhost ama hostgator diye abd firmasında da denedim. aynı hatayı orda da aldım.
  •  

Hersh

Here is what I don't understand, and this seems to be a general issue with PHPVibe and not necessarily related to this theme, but why does every video continuously repeat instead of stopping at the end of the video? Is this not something you have noticed?

e.g:

http://www.videoinedit.com/video/6340/ustad-rahat-fateh-ali-khan-zaroori-tha-video-teaser-mp4/
  •  

PHPVibe A.Topic starter


PHPVibe A.Topic starter

Quote from: Hersh on
Here is what I don't understand, and this seems to be a general issue with PHPVibe and not necessarily related to this theme, but why does every video continuously repeat instead of stopping at the end of the video? Is this not something you have noticed?

e.g:

http://www.videoinedit.com/video/6340/ustad-rahat-fateh-ali-khan-zaroori-tha-video-teaser-mp4/

This was an heavily requested feature and for me, I'll never change it since my users would kill me :)
But you can find how to remove auto-play in the forum (not theme related, but lib/class.providers.php)

matrak

  •  

PHPVibe A.Topic starter


haydenfan

THANKS for the Brasil theme !!! 8) 8) 8)

I have bought it today , I like it more then the standard theme  that came whit phpvibe  3.6 :)
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

PHPVibe A.Topic starter


akvdomains

Can Anyone help with search tab I need it so it search every keyword separately and symbols too
here's example: when I search for Rihanna - Diamonds its not bringing any results but the song is there even if I search Rihanna Diamonds its not bring in it search is very bad as no one can find anything
any help would be great over all I love the theme and phpvibe all together great work
  •  

haydenfan

Videos have no Thumb on my Phpvibe site with  the Brasil theme   , how can I fix this ? Thanks
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

alimehdipak

1- There is problem
whn i hide the sidebar
then see the difference,
sidebar hide the below area.
please fix this problem that always
shown.

2- video channel will be in sidebar list, not in sub menu
Got it?
please fix this two problem.
  •  

PHPVibe A.Topic starter

What device is this and what resolution?
Have you update the css files since purchased?

alimehdipak

in google chrome. i dont knw the resoulation

i buy script 3 days ago,
  •  

PHPVibe A.Topic starter

Quote from: alimehdipak on
in google chrome. i dont knw the resoulation

i buy script 3 days ago,

Oh, I see, they are fresh files.

Your monitor's resolution :)

Visit this, it will tell you http://www.whatismyscreenresolution.com/

alimehdipak

Sir please reply what I asked in message.
Thanks
The 4 mata tag for seo
  •  

alimehdipak

Need five tags :
<meta name="keywords" content="bollywoo,celebs,attend,india,party,arbaz,khan" />
<meta property="video:release_date" content="2014-06-19 14:01:17" />
<meta property="video:tag" content="bollywoo,celebs,attend,india,party,arbaz,khan" />
<meta property="video:duration" content="93" />
<meta property="video:director" content="http://tune.pk/user/paulamerica" />

Wht i need to do for that ????
  •  

Hersh

I'm still waiting for a reply to my question, Alexander.

Thanks
  •  

oryhutch

The video channels don't show up on my iPhone or iPad
  •  

sacri

Is there a way, when someone loads the page, to automatically open the side menu?
  •  

ipeci

Hello
How i can fix that problam, if i go on my sidebar and than Tv Channels its oppen my list of tvchannels , bit i cannot scroll down .

Plz check my homepage live to see what i mind.
www.tvlimit.com

thanks
  •  

PHPVibe A.Topic starter

You can't scroll because the sidebar is fixed.
There is no fix/solution for this because of the limitations fixed divs offer.
Except to rework your channels. I see you have them by countries, can't you move them to continents -> countries ? This will make the lists less higher.

julsg

Hi,

Have issue on the leftside bar. It overlaps the videos and text.



Regards
  •  

PHPVibe A.Topic starter


PHPVibe A.Topic starter

Oh, if you add by default visible, you also have to add class="haside" to the wrapper.
I've updated the first post.

julsg

Resolution: 1360 X 768

Browser: Firefox.

Regards
  •  

julsg

Updated the 1st issue.

One more issue in the footer.



Regards
  •  

PHPVibe A.Topic starter

Add haside class to the #footer also.

And in /tpl/brasil/js/phpvibe_app.js

after:
$("#wrapper").toggleClass('haside');


add

$("#footer").toggleClass('haside');

julsg

Quote from: Alexander on
Add haside class to the #footer also.

And in /tpl/brasil/js/phpvibe_app.js

after:
$("#wrapper").toggleClass('haside');


add

$("#footer").toggleClass('haside');


Tried the code but still the same.
  •  

julsg

Want to know when you gonna update the Theme Brasil?

I thought this theme was fixed and no issue at all.

  •  

PHPVibe A.Topic starter

You didn't add the clas haside to the footer.
<div id="footer">


should have been

<div id="footer" class="haside">


If you don't follow my instructions totally, sure it won't work.

Hersh

Alexander, as someone who purchased your theme, I shouldn't need to beg you to answer a simple question. I already asked twice on this thread and waited over a week. Now, I realize this could be more an issue of core functionality rather than the theme itself, but as the directives for the behavior of the video players can be encoded within the player's embed code, it is still a relevant question.

I provided an example and asked a question about why uploaded videos play in a continuous loop and why playlists do not in fact work (i.e. skip to the next track). This isn't for remote videos mind you, but self hosted/uploaded ones.

  •  

TheBritain

What version of PHPVibe are you using? I am using 3.7 and I am having no trouble at all with video playlist playback, whether it be remote hosted or a local upload.
  •  

Hersh

I did not know 3.7 was released. I'm still on 3.6.

How did you get the update?


But this is on their demo site for example and it still loops:

http://www.videoinedit.com/video/6340/ustad-rahat-fateh-ali-khan-zaroori-tha-video-teaser-mp4/
  •  

TheBritain

  •  

TheBritain

Yep, it is definitely looping the same video on the site you linked, and their main demo site. All my mucking about in the code must have fixed it. I will take a look at the code and post a solution if I can find one.
  •  

Hersh

I switched the default sidebar state from hide to visible, but I discovered some problems with that. It can get really annoying, especially for mobile users to have to constantly toggle the sidebar off on every page.

I think it would be better to use jquery.cookie.js to remember the toggle states of divs.

Something like:

$(function(){
            var toggle=$('.sidebar');
            var inner=toggle.find('.inner');
            if($.cookie('divState')=='visible')
                inner.show();
            else
                inner.hide();
            toggle.find('a').click(function(){
                if(inner.is(':visible'))
                    $.cookie('divState', 'hidden');
                else
                    $.cookie('divState', 'visible');
                inner.toggle();
            });
        });


Would you be able to provide some guidance on this, Alexander?
  •  

julsg

Quote from: Alexander on
You didn't add the clas haside to the footer.
<div id="footer">


should have been

<div id="footer" class="haside">


If you don't follow my instructions totally, sure it won't work.

I have added the code to "tpl.globals.php"?

Kindly point the right direction which file should i paste the code.

  •  

PHPVibe A.Topic starter

You did good, but seems the padding is not enought on this change.

drop this in tpl/brasil/css/vibe.style.css (last line for example)

#footer .haside {padding-left:190px!important}

Change the 190 to fit your needs.

Hersh

Should I stop asking question here? I'm confused.

I have no intentions of pestering anyone here but I assumed this thread was intended for asking support questions for customers.

If you guys are not interested in answering any questions, you can refund my money and I will stop using your software. That's fine. But at least show some courtesy when someone is showing this level of patience. You are being really disrespectful to your customers.
  •  

PHPVibe A.Topic starter

Quote from: Hersh on
I'm still waiting for a reply to my question, Alexander.

Thanks

I've already answered you

Quote from: Alexander on
This was an heavily requested feature and for me, I'll never change it since my users would kill me :)
But you can find how to remove auto-play in the forum (not theme related, but lib/class.providers.php)

and that's a core feature, this thread is for theme, you can't change that in the theme.
If you want a specific change answer, open a thread, specify which player you are using, and I will reply, as I reply to all threads.

PHPVibe A.Topic starter

Quote from: Hersh on
I switched the default sidebar state from hide to visible, but I discovered some problems with that. It can get really annoying, especially for mobile users to have to constantly toggle the sidebar off on every page.

I think it would be better to use jquery.cookie.js to remember the toggle states of divs.

Something like:

$(function(){
            var toggle=$('.sidebar');
            var inner=toggle.find('.inner');
            if($.cookie('divState')=='visible')
                inner.show();
            else
                inner.hide();
            toggle.find('a').click(function(){
                if(inner.is(':visible'))
                    $.cookie('divState', 'hidden');
                else
                    $.cookie('divState', 'visible');
                inner.toggle();
            });
        });


Would you be able to provide some guidance on this, Alexander?

In phpvibe_app.js
If you want to hide it by default in mobiles.

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}




In the document ready.

should look like

$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}


This answer came from Mario, I don't know jquery, just php, and for some questions I have to ask to provide an answer.
It's not disrespects, my job is php coder, not even support manager, but the situation is from now this, I'm stuck on this forum and trying to do my best to help everybody.

Hersh

  •  

ipeci

Quote from: Alexander on
You can't scroll because the sidebar is fixed.
There is no fix/solution for this because of the limitations fixed divs offer.
Except to rework your channels. I see you have them by countries, can't you move them to continents -> countries ? This will make the lists less higher.

A ned a other method to fix this ,dont wont to sort by conntinent  :-\
Is ther a way to scroll inside the channel list or to scroll up with site?
  •  

PHPVibe A.Topic starter

If you move the sidebar out of the wrapper, you can change it's position from fixed to absolute.
This is the only way, you can't have overflow hidden (need to scroll) and overflow visible (needed for submenus) unfortunately.


megaman79

Hello PHPVibe,

I would like to know, how do I make the Menu always Active (Open) in all the sections.


Thanks for the support.
Megaman79
"Very Happy with PHPVibe"
  •  

PHPVibe A.Topic starter

Quote from: megaman79 on
Hello PHPVibe,

I would like to know, how do I make the Menu always Active (Open) in all the sections.


Thanks for the support.
Megaman79

Hey, read up?

I've updated the first post now with all the threads
http://www.phprevolution.com/forum/how-to/brasil-theme-how-tos/msg18372/#msg18372


megaman79

Got it my friend.

Thanks a lot.  By the way:

How do I configure the Related Videos to be base on the Video Title user is watching.

Example: If i'm watching a video with Title: The Best of John Michael Music. I want the related videos on the Right Sidebar to be as 99.9% related to the Video Title Only. This way I can have more Page Views if user watch related videos to the video they just watch.

I hope I make my point clear.
"Very Happy with PHPVibe"
  •  

PHPVibe A.Topic starter


megaman79

Quote from: Alexander on
We will prepare a tutorial for this, when support will be bit lighter.
Subscribe to this http://www.phprevolution.com/forum/how-to/how-to-related-video-in-sidebar-by-title-not-channel-new-updated-video/msg18814/#msg18814

Alexander, please keep in mind this also. Allow us to chose how many Relate Videos we want on the Sidebar. Remember that we put Ads on that site also.etc,
"Very Happy with PHPVibe"
  •  

PHPVibe A.Topic starter

That option already exist in the admin.

megaman79

Quote from: Alexander on
That option already exist in the admin.

Where is that option in the Admin? When I'm watching videos, is showing 12 videos in the Right Sidebar.
"Very Happy with PHPVibe"
  •  

PHPVibe A.Topic starter

Quote from: megaman79 on
Where is that option in the Admin? When I'm watching videos, is showing 12 videos in the Right Sidebar.


megaman79

"Very Happy with PHPVibe"
  •  

megaman79

Hello PHPVibe,

The Search box has some issue with long keyword search. It show 0 results for long keyword search.

Example: videos congregasiones catolicas
Example: videos catolicos de musica

Thanks for the support,
"Very Happy with PHPVibe"
  •  

PHPVibe A.Topic starter

Not a theme issue. And there are threads about it.

megaman79

Quote from: Alexander on
Not a theme issue. And there are threads about it.

Hello Alexander,

Is there any solution for this. I know is not a theme issue, is something with the code. This fix is very important to me.
"Very Happy with PHPVibe"
  •  

androiduserfan

Hi,

my website with Brasil is completely blank/white!
It worked until i uploaded brasil.

I also changed in load.php "main" with "brasil"...what is the problem?
  •  

PHPVibe A.Topic starter

Do you really expect a solution based on that amount of info?
Are the files in tpl/brasil/ (no uppercase, no other path?)

At least enable error reporting and tell the error
http://www.phprevolution.com/forum/how-to/debugging-phpvibe/

androiduserfan

If i see only blank pages how can i see the debug in the moderator area?  >:(

I cannot open any pages!
And yes i uploaded the files right...
my website goo.gl /LxJE8U
  •  

PHPVibe A.Topic starter

The debugging is to enable print error on the site and not on the moderator...

You know all I can see right now is your blank page also..

androiduserfan

I enabled it following your topic but i can't see nothing..no debug code..
  •  

PHPVibe A.Topic starter


megaman79

Hello PHPVibe,

By using this peace of Code for the Logo, will allow me to use a large logo in my site.?

Large logo issues:
Drop this at the end of css/vibe.style.css

Code: [Select]
a.logo {
width: 130px;
width: calc(100% - 62px);
}

The 130px (means my logo width must 130, if I want it 160 width, just change the 130px ?


Thanks for the support.
"Very Happy with PHPVibe"
  •  

megaman79

I'm creating some Pages, but Spanish characters.

Sample: Est� autom�ticamente vac�a

I need the following characters: á é í ó ú ñ

Thanks for the support.
"Very Happy with PHPVibe"
  •  

PHPVibe A.Topic starter

Quote from: megaman79 on
I'm creating some Pages, but Spanish characters.

Sample: Est� autom�ticamente vac�a

I need the following characters: á é í ó ú ñ

Thanks for the support.

Check this http://www.phprevolution.com/forum/troubleshooting-issues/editor-of-the-page-is-not-working-correctly/msg16738/#msg16738

Don't post in the theme thread unrelated subjects, better search and open a new topic.

ganidagli

Hi all

Firstly sorry for my bad English really I can't speak Eng. well.
To day I was bought script + brasil theme and brand removal.

I am not expert about php. I have  few questions about video viewing page.

here to link what I need http://prntscr.com/470j63 also http://prntscr.com/470klv I don't need 5 small
video box in each line if possible I am need 3 or 4 video box for each line.

Can same one tell me how Can I edit all off this ?

Please note I am not expert for php and css but same one can explain with  understandable
yes I can edit by my self.

Thanks to for your time.

  •  

PHPVibe A.Topic starter

Hi!

I can guide you trough where to edit but that's as much as I can do as part of support.

For video width on the video page you have in
vibe.style.css in tpl/brasil/css folder this:

.body-video #wrapper {
max-width: 1040px!important;
margin-top: 58px;
}


This setts the page's width (which contains video player and right side, bottom area).

And the video holder is span77 which is defined in responsive.css (same folder), for desktop the rule is :

.row-fluid .span77, .span77 {
width: 59.31%!important;
}


If you modify this number, you also need to remove/add to the sidebar (so the percentage is kept a bit below 100%, but not over 100%)

You can do that by forcing another width to it
.video-under-right {
width: 40.17%!important;
}


For video boxes you need to edit in tpl/brasil/home.php the loop, but there is alot of css to put in there and configure, if you don't know html/css...

Maybe I can help a bit later, when support will be lighter, right now after the 2 weeks vacation there are a lot of urgent topics to attend!

ganidagli

Thanks Alexander, nearly done with yours help, but I have another problem and I cant fixed.

in this picture I don't have any problems, and I am need like that, http://prntscr.com/498z0w

but in this screen shoot http://prntscr.com/4991ot when i click to sidebar icon ad go to the down on near sidebar but I don't need this, and I must be use 728 x 90 size ad, I think if I cat little bit from right sidebar may done but I am not sure, if yes I can do with this way please explain me how? if not please explain to me another way.

Sorry for bad English and thanks for helping.

  •  

PHPVibe A.Topic starter

The sidebar is span5, you can make it span4 from tpl/brasil/video.php (changing the class), and you can add a bit to the percentage of span77 after to increase the width of the video content in responsive.css

@media (min-width: 980px)
.row-fluid .span77, .span77 {
width: 59.31%!important;
}

w4q45

i have tried alot of time but cant show side bar every where on mobile and desktop on brasil theme, i cant find this piece of code on phpvibe_app.js

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
$("#sidebar").toggleClass('hide');
}
}
can you please provide me all edited file so i can replace them in my server through ftp thanx
  •  

ganidagli

Thanks Alexander I all ready did, but I have another new problem. between video and sidebar a lot of space is now :S

http://prntscr.com/49kr09

please provide me how can I fix this, thanks.
  •  

PHPVibe A.Topic starter

Make the span77 bigger, to cover the space.

It's simple math span77 + span4 = 99.4% (best, not 100% full)

ganidagli

Thanks Alexander you are my hero.

Thanks again..
  •  

ganidagli

Its me again, Now I have another problem, please Alexander if I give you my FTP information can you fix for me please.

Thanks
  •  

PHPVibe A.Topic starter

Quote from: ganidagli on
Its me again, Now I have another problem, please Alexander if I give you my FTP information can you fix for me please.

Thanks


What's the problem? We're doing the same in this upgrade...look http://demo.phpvibe.com/video/7189/look-up-mp4/ you can also see the css changes on this demo.

ganidagli

Thank for reply I used responsive ad and now I dont have any problem.

Thanks again..
  •  

megaman79

Jquery fix for mobiles (Hide always visible sidebar):

In phpvibe_app.js
If you want to hide it by default in mobiles.

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}




In the document ready.

should look like

$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}


I can't find the code to change it in the Brasil theme. To hide the Sidebar for Mobile.
"Very Happy with PHPVibe"
  •  

Marius P.

You have to add that code, not find it.
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!
  •  

Marius P.

Updated for 3.6b (details in the first post).
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!
  •  

ipeci

Quote from: ipeci on
Hello
How i can fix that problam, if i go on my sidebar and than Tv Channels its oppen my list of tvchannels , bit i cannot scroll down .

Plz check my homepage live to see what i mind.
www.tvlimit.com

thanks
  •  

ipeci

hallo, im waiting for more month to help me someone

i just wont to scroll my channel list like on youtube !!!

se photos...!!!



and plz helpp someone ?!
  •  

Marius P.

I don't really know how to this.

Maybe like

.sidebar-nav ul ul {
height:400px;
overflow:scroll;
}
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!
  •  

ipeci

Hey yoo ,
thanks Mario ,

almost done, but it is not the same as on youtube!
The scrollbar is not displayed only the right but also below:-(
Actually should be displayed scrollbar only who are not seeing any left otherwise not!

Or, there is a possibility to use the scrollbar of VIBE, as in the block-user-name?

Please help Mario!
  •  

Marius P.

Then try
overflow-y:scroll;
instead.


You can't use the slim-scroll, it would require a div to wrap the inside ul, this is very hard to achieve, and will break the menu.


But you can customize the default scroll http://cssdeck.com/labs/css3-webkit-vertical-scrollbars/
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!
  •  

Marius P.


Using the wider version of the video page (videoinedit.com alike)

Copy /large video player's folder content to tpl/brasil/
Open the admin panel and go to Settings -> Players Config

Change video page settings to:
width: 840
heigh: 480


(or test and choose your own dimensions).
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!
  •  

Abraham

Quote from: Alexander on

Jquery fix for mobiles (Hide always visible sidebar):

In phpvibe_app.js
If you want to hide it by default in mobiles.

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}




In the document ready.

should look like

$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}




How change now phpvibe_app.js for always visible sidebar?
  •  

Marius P.

Same way as instructed in the previous posts on this thread.
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!
  •  

Abraham

I seen, where in phpvibe_app.js  add this code?
  •  

Marius P.

Quote from: Abraham on
I seen, where in phpvibe_app.js  add this code?

What can I tell you more? Is even exemplified ...
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!
  •  

Abraham

Ive aded
$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}
randomly, but it doesnt work. Where exactly it should be added to work properly?
  •  

Abraham

This is alreadyy third time you are asked this question by different people. May be this is you who explained it wrong. Please place the corrected phpvibe_app.js file here.
  •  

Marius P.

Quote from: Abraham on
This is alreadyy third time you are asked this question by different people. May be this is you who explained it wrong. Please place the corrected phpvibe_app.js file here.

You refer to Alexander's answer. I can't post something I didn't did or test in any way yet.
From what I read from his posts is simple, just to find the document ready line
$(document).ready(function(){
and paste the other few lines after it.
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!
  •  

Abraham

It should look like this
$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}
if ($( window ).width() > 500) { 
	  var oh = $("#video-wrapper").height();
	 $('.items').parent().replaceWith($('.items'));	 
	 $('.items').slimScroll({height:oh});
	  }

Thanks
  •  

Marius P.

If it works, then it should be it!

Hit ctrl + shift + r on the page for a refresh with clear cache.
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!
  •  

Abraham

Please tell me how I can do the following changes:
1.   Browse  videos etc.
2.   Eliminate free space
3.   Move Facebook fun to the wright up angle
4.   To have New Users and Playlist under it,  all like http://demo.phpvibe.com/

http://prntscr.com/4nqq9l
*****************************************************************

5.   To have the zoom in picture in the preview as now it shows only central part of the picture.
http://prntscr.com/4nqr6l
http://prntscr.com/4nqrud
Can't attach print screen, sorry if repeating
  •  

Marius P.

I'm not sure why you want to change that theme like the default theme, just use the default theme then it would be simpler to past some css elements you like in this theme to the default theme than rethink this theme and edit a tone of files.

The images are resized with Timthumb http://www.binarymoon.co.uk/projects/timthumb/ , you can alter the function in lib/functions.php function thumb_fix and change the parameters for image manipulation in the line:



return site_url().'res.php?src='.$thumb.'&q=100&w='.$w.'&h='.$h;
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!
  •  

identicalmedia

Quote from: @Mario on
Using the wider version of the video page (videoinedit.com alike)

Copy /large video player's folder content to tpl/brasil/
Open the admin panel and go to Settings -> Players Config

Change video page settings to:
width: 840
heigh: 480


(or test and choose your own dimensions).

Where do i get the large video folder ?
  •  

Marius P.

If you had to guess, where would you go?

I assume you would redownload the theme and look for it http://get.phpvibe.com/buy?id=23

Come on man, you are as old here as I am :)
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!
  •  

identicalmedia

Quote from: @Mario on
If you had to guess, where would you go?

I assume you would redownload the theme and look for it http://get.phpvibe.com/buy?id=23

Come on man, you are as old here as I am :)

;D thanks bro
  •  

x5000x

Mario,

There is a problem in UltimaTube theme when you add more than 10 sub-categories. You can not see more then 10 subcategories on the page.  Is there a way to get this fixed and also list 10 subcategories in one row on the page then another 10 in second row etc. Any suggestion to fix this?

Thanks!
  •  

x5000x

Quote from: x5000x on
Mario,

There is a problem in UltimaTube theme when you add more than 10 sub-categories. You can not see more then 10 subcategories on the page.  Is there a way to get this fixed and also list 10 subcategories in one row on the page then another 10 in second row etc. Any suggestion to fix this?

Thanks!

Now i see little circles with arrows to list subcategories but when i click it one on the right site it only lists 1 subcategory then circle disappears but there is more categories. Is there way i can make these for example have one row with 10 subcategories on the page then second row with 10 more etc and remove these circles with arrows?
  •  

x5000x

Quote from: megaman79 on
Jquery fix for mobiles (Hide always visible sidebar):

In phpvibe_app.js
If you want to hide it by default in mobiles.

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}




In the document ready.

should look like

$(document).ready(function(){
if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}


I can't find the code to change it in the Brasil theme. To hide the Sidebar for Mobile.


@Mario,
I want to show sidebar menu on computer and that works after change. I want it to hide by default on mobile device but in UltimaTube v2 in phpvibe_app.js there is no code above? When do i need to change to make it work?
  •  

Marius P.

There is no change in that js file, you look for

$(document).ready(function(){



You paste the rest.
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!
  •  

x5000x

@Mario,

Is there a way to all subcategories on one page. For example:
1st row 10 subcategories then goes to row 2 and have 10 subcategories then row 3 have 10 subcategories etc instead how is now you have 10 subcategories then you have to push button to get extra but I want them all visible on same page instead of pushing left and right.
  •  

Marius P.

Just remove the carousel class and add your own class (you can then style the list as you please from css)
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!
  •  

x5000x

@Mario,

Could you please post the code i should use and css style i don't know php. I would be very thankful.
  •  

Marius P.

Bit later please, I don't have a copy right now.
will get to the office and help.
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!
  •  

x5000x

Quote from: @Mario on
Bit later please, I don't have a copy right now.
will get to the office and help.

@Mario,
Not a problem at all whenever you can.
  •  

x5000x

Quote from: @Mario on
Bit later please, I don't have a copy right now.
will get to the office and help.

@Mario,
.i don't want being silly but anything on this because if i don't have these subcategories visible my site is worthless.
  •  

Marius P.

So basically what triggers the carousel is this:

$( '#carousel' ).elastislide();



which means you can simply remove id="carousel" from list, it should split them inline.

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!
  •  

x5000x

  •  

x5000x

Quote from: x5000x on
In which file this is located?

I found them in channel.php and channels.php
When i remove id="carousel" to <ul class="elastislide-list">';
it lists only 1 subcategory per row and then second row have one subcategory instead of 10 and goes on and on.
  •  

Marius P.

Change in the id the carousel to MyList

then in css do this:

#MyList li {display:inline-block; position:relative; float:left;}


You can style it even more.
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!
  •  

x5000x

@Mario,

Which file exactly?

When I change /tpl/UltimaTube/channel.php

FROM:
if($subchannels) { 
$heading_meta .= ' <div class="fake-padding black-slider">
<ul id="carousel" class="elastislide-list">';
foreach ( $subchannels as $more ) {


TO:
if($subchannels) { 
$heading_meta .= ' <div class="fake-padding black-slider">
<ul id="MyList" class="elastislide-list">';
foreach ( $subchannels as $more ) {


Then added
#MyList li {display:inline-block; position:relative; float:left;}

/tpl/UltimaTube/css/vibe.style.css


In this case subcategories are not visible at all.
  •  

Marius P.

Right click on the spot, inspect an <li> let me know the css that touches it.
I assume "elastislide-list" overides this
display:inline-block;
so go with
display:inline-block!important;
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!
  •  

x5000x

@Mario,

Thank you very much.
One more thing,

Under music categories i have main category ( which is sorted by alphabet) then i have subcategory in main category (which is sorted by alphabet) then i have one more subcategory in previous subcategory which is sorted by date added. How can i change it to be sorted by alphabet as well?
MAIN CATEGORY (alphabet) => SUBCATEGORY (alphabet) => SUBCATEGORY (default are by date added) need by alphabet as well.

Thanks in advance,
  •  

krejcis

Hi Marion and everybody.
I observed problem in Brasil theme. Do you know how to fix it?
Precondition:
-to have video several categories with several subcategories

Steps:
-Press in menu "video channels"
- check subcategory icons

Problem:
- first videochannel has correct subcategory icons.
further videochannels doesn´t display subcategory icons
-check it in official Brasil demo page
- see printscreen - there are missing icons for: "2013 trailers","2013 trailers", ..

Thanks for the solution!!

Regards
Jan

  •  

Marius P.

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!
  •  

krejcis

I will check the version, but I guess newest one.
In your screenshot the bug is not visible. The bug is here: www.videoinedit.com/channels

- category entertinment has subcategory icons, but movies+TV doesn´t display subcategory images in this page.
Do you see it?
Thanks Mario
Jan
  •  

Marius P.

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!
  •  

x5000x

Quote from: x5000x on
@Mario,

Thank you very much.
One more thing,

Under music categories i have main category ( which is sorted by alphabet) then i have subcategory in main category (which is sorted by alphabet) then i have one more subcategory in previous subcategory which is sorted by date added. How can i change it to be sorted by alphabet as well?
MAIN CATEGORY (alphabet) => SUBCATEGORY (alphabet) => SUBCATEGORY (default are by date added) need by alphabet as well.

Thanks in advance,

@Mario,

Any suggestion to this?
  •  

Marius P.

I believe you need to do some array sorting in lib/class.tree.php
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!
  •  

x5000x

Quote from: @Mario on
I believe you need to do some array sorting in lib/class.tree.php

What is the code?
  •  

krejcis

QuoteI will check the version, but I guess newest one.
In your screenshot the bug is not visible. The bug is here: www.videoinedit.com/channels

- category entertinment has subcategory icons, but movies+TV doesn´t display subcategory images in this page.
Do you see it?
Thanks Mario
Jan

@ Hi Mario, Did you checked this? i would appreciate a solution for that. I didn´t observed where is the problem.
Thanks
Jan
  •  

Hersh

The js for hiding the sidebar in Mobile devices seems to have issues in the video playback page. Even though the menu does not appear, there is a white space that appears in its place. The menu display toggle seems to be off as you can see from the screenshots.


  • First screenshot is the home page, which has no issues.


  • Second screen is video playback page. You can see a white empty space on the left.



  • Third screen is what happens when you press the menu in the video playback page. The white space disappears but now the menu is covering the content.



There is clearly a mismatch in the white space and menu toggle. I want to disable the white space toggle completely for mobile and let the menu appear on top of the content when I press it, just like it currently does on the home page.
  •  

Marius P.

Hi, did you change anything? Or is it doing the same on www.videoinedit.com on your mobile device?
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!
  •  

Hersh

I don't think videoinedit.com has the sidebar set to always visible, so it is not going to be an issue there. This only happens when you set the sidebar to be always visible. I also added the following code for mobile correctly, so I don't know why it is only working on the home page:

if ($( window ).width() < 600) {
if ( $("#sidebar").is(":visible") ) {
 $("#sidebar").toggleClass('hide');
}
}

  •  

Hersh

This is what appears before clicking the side menu. Image 1 (Home page) and 2 (video page):






This is after clicking the side menu. Image 1 (Home page) and 2 (video page):





Image 1 (Home Page) works great both times. Image 2 (video playback page) is where there is a problem.

Here is the cause:

.body-video #wrapper.haside {padding-left:220px!important;margin-left:0; margin-right:1%;}


This style for the class needs to only be applied at > 550px.

  •  

Hersh

Anyway,

I fixed the issue with this, in case anyone wants to know:
@media only screen and (min-width: 550px) {
 .body-video #wrapper.haside {
  padding-left: 220px !important;
  margin-left: 0;
  margin-right: 1%;
 }
}
@media only screen and (max-width: 550px) {
 .body-video #wrapper.haside {
  padding-left: 0px !important;
 }
}
  •  

Marius P.

I assume there are some misses here and there for this applied changes, since they didn't got tested like the release in full, just answered on the fly.
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!
  •  

Hersh

Also have an issue with hidden overflow for text (video titles).





Text should extend to the next line rather than being cut off.
  •  

Marius P.

We did it like that to keep it in one line, but of course, you can edit your copy as you want it to behave.
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!
  •  

identicalmedia

how do i reduce the width of UltimaTube new update, i don't like the full fit , i prefer the boxed with of the old version

  •  

Marius P.

Quote from: identicalmedia on
how do i reduce the width of UltimaTube new update, i don't like the full fit , i prefer the boxed with of the old version



Add a max-width to the #wrapper (or edit it to your new dimension schema)
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!
  •  

identicalmedia

Please can you tell me where and how to do that ? am not good with code
  •  

identicalmedia

please can you the me where to add the #wrapper in css ?

  •  

mihai

Quote from: identicalmedia on
please can you the me where to add the #wrapper in css ?
Be more specific!What do you want?
  •  

Marius P.

Ever cared to look at the page source (at least)?
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!
  •  

identicalmedia

I want to set Ma width for my site

@Mario i was able to do the video page, but it doesn't not affect the home page and other pages

how to i add do it to affect other pages
  •  

Marius P.

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!
  •  

mihai

#wrapper
you edited #boddy video wrapper
for homepage and all the pages edit #wrapper
GL HF!!!!
  •  

Bojan Ivancic

Quote from: Hersh on
Anyway,

I fixed the issue with this, in case anyone wants to know:
@media only screen and (min-width: 550px) {
 .body-video #wrapper.haside {
  padding-left: 220px !important;
  margin-left: 0;
  margin-right: 1%;
 }
}
@media only screen and (max-width: 550px) {
 .body-video #wrapper.haside {
  padding-left: 0px !important;
 }
}


Hi, I have the same problem with the sidebar on mobile devices.
When I insert this code in vibe.style.css the problem gets solved, but then it doesn't work correctly in the desktop. (the video goes completly to the left so part of the video is under the fixed sidebar.

How can I get them both to work (mobile and desktop)?
Where should I insert the code from the above?
Should I insert it after
.body-video #wrapper.haside {padding-left:220px!important;margin-left:0; margin-right:1%;}
instead of it, or somewhere else?
Do I insert the entire code from your above message?
I tried to insert the entire code instead of ".body-video #wrapper.haside {padding-left:220px!important;margin-left:0; margin-right:1%;}" but then it doesn't work on desktop.
When I insert it after ".body-video #wrapper.haside {padding-left:220px!important;margin-left:0; margin-right:1%;}" it doesn't work on mobile?

Please help.
Thanks
  •  

Bojan Ivancic

Never mind, I just solved the problem.
It goes under it. I just did the same thing once again and now it works.
I probably made some mistake the first time.

Thx anyway.
  •  

Bojan Ivancic

Hi,

I installed the Ultimatube theme few days ago.

1) How can I have 6 videos in one row on the homepage, instead of 5 videos?
2) The thumbnails on the homepage on mobile device have a normal width but a very small height, so they look funny. How can I adjust the dimensions? 

Thx
  •  

Bojan Ivancic

  •  

Similar topics (7)