How to increase recent, poupler and recomnded listing?

Discussion in 'VideoCraft WordPress Theme' started by ahoque, Jun 30, 2014.

  1. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    How to increase recent, populer and recomnded listing in the featured videos in homepage? Currently it has 3 I want to incrase to 10.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this open "front-page.php" file and increase value as shown in the image.

    post-video.png

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    Hello, I tried and it still lists the default number, which is 3.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    1.png
    2.png

    3.png




    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
     
  5. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    Thank you I will try and let you know.
     
  6. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    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?
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  8. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    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!
     
  9. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  10. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    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?
     
  11. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Open front-page.php file and check whether you have increased value of "recommended" section or not.
    Please check image for reference.

    [​IMG]

    Thanks & Regards
    Nitesh Raghuwanshi
     
  12. ahoque

    ahoque Guest

    Joined:
    Jun 13, 2014
    Messages:
    125
    Likes Received:
    1
    Hello, the "recommend" on the front page, still lists only one video, instead of 10 as it does on other menus.
     
  13. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

    Attached Files:

Share This Page