By default, the Oxwall video plugin display 5 videos on each line when you visit the video page (yoursite/video). Most themes when installed, will leave a white space at the end of every line, others simply shred your videos to look pathetic.
|
5 Videos are displayed on each line by default. |
Unfortunately, this default settings cannot be changed anywhere from the admin dashboard. The settings in http://yoursite.com/admin/video is limited to setting up your video display screen size and numbers of videos to show per page.
Here, I’m going to show you how I increased the number of video on each line on the video list page of my Oxwall powered site at least to display 6 videos on each line. Take a look at it.
Doing the Awesome!
- Login to your cPanel account.
- Browse to the directory /ow_plugins/video/views/controllers in your oxwall installation path.
- Open video_view_list.html file in the Edit mode.
- Find the following constant:
{component class=’VIDEO_CMP_VideoList’ type=$listType count=5}
Did you get the answer you were searching for?
Save hours of searching online or wasting money testing unnecessary plugins, get in touch with me and let's discuss a suitable plan for your project. Best thing about this service is that you are never placed on hold and get to talk to an expereinced Oxwall/Skadate developer.
Get Answers for Free!
Ask a question related to this topic and get immediate answers from other community members in 48hrs or less. Contribute by answering members questions.
Ask Question
Premium Service
Whether it's a custom plugin, theme or dedicated support needed to get you started on your project, get professional 24/7 support tailored to your need.
Get in Touch
Or just leave a comment...
{component class=’VIDEO_CMP_VideoList’ type=$listType count=6}
- Replace 6 with the number of videos you want to display on each line of your video list page.
- Save you changes.