How to increase recent, populer and recomnded listing in the featured videos in homepage? Currently it has 3 I want to incrase to 10.
Hello, For this open "front-page.php" file and increase value as shown in the image. Thanks & Regards Nitesh Raghuwanshi
Hello, Go to front-page.php present in your theme directory and follow the instruction as shown in image given below Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: ul.videolist1, ul.videolist2, ul.videolist3{ overflow-y:scroll; } This will solve your issue. Thanks & Regards Gourav Shrivastava
The scroll bar is truncating meaning the right side is cutting off. How can I expand the size of the feature video area on the left panel so the scroll bar is fully viewable?
Hello, It is not possible to change the width of left panel. And your scroll bar issue, could you please explain your problem with the help of screenshot,where you have getting this type of issue and also share the link of your website, so that we can give you the exact solution. Thanks & Regards Gourav Shrivastava
Hello, the web site is www.nasheeds.tv and please look at the right panel for the scroll bar issue. Thank you very much for your help!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured-post-desc h6.title { padding-right: 21px; } ul.videolist1, ul.videolist2, ul.videolist3 { width: 326px; } Thanks & Regards Gourav Shrivastava
Thank you, Gourav. This worked! The only thing left is that the "suggested" or "recommend" option still shows 3 video listing instead of 10 as for other options. How can I fix this?
Hello, Open front-page.php file and check whether you have increased value of "recommended" section or not. Please check image for reference. Thanks & Regards Nitesh Raghuwanshi
Hello, the "recommend" on the front page, still lists only one video, instead of 10 as it does on other menus.
Hello, Go to Video in Dashboard and Check Feature on Home Page Checkbox for each Video, to show in Recommend Videos as shown below in screenshot. This will solve your issue. Thanks & Regards Yogesh Bhade