How to change order of recommend, popular, and recent?

Discussion in 'VideoCraft WordPress Theme' started by boorian, Oct 13, 2014.

  1. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1
    How do you change the order of recommend, popular, and the recent tabs on the right hand side of pages?

    Also how can I change the text of recommend to recommended?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You can change the order and text recommend .
    Follow below image to change text. To make changes in order of tabs the highlighted three lines are for three tab you can move each lines according to your need (currently first line for recommend,second for popular and third for recent you have to change the order of line to make changes in order of tab).
    Thanks & Regards
    Pramod
     

    Attached Files:

    • 4.png
      4.png
      File size:
      156.7 KB
      Views:
      9
  3. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1

    Hi,

    [​IMG]

    I followed the instructions. It created two problems.

    1 - 'Recommended' instead of 'Recommend' extends the tabs out further to the right ruining the formatting.
    2 - It rendered the links of popular and recent useless as when you now click on them, videos do not display in the list anymore.

    I replaced front-page.php with the original and it was back to normal and working but without recommended and in the original order.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    HTML:
    <li><a class="" rel="tab_sidebar_recent"> Popular</a></li>
    <li><a class="" rel="tab_sidebar_popular">Recommended</a></li>
    <li><a class="current" rel="tab_sidebar_more">Recent</a></li>
    Try this one.
    Thanks & Regards
    Pramod
     

    Attached Files:

    • 5.png
      5.png
      File size:
      123 KB
      Views:
      2
  5. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1

    Thankyou. This worked but the right hand side border of Recent is cut off.
    [​IMG]
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please follow below CSS in your custom CSS box to fix this.
    Code:
    .popular_videos .tabs {
    padding-left: 10px;
    }
    Thanks & Regards
    Pramod
     
  7. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1
    Thanks. Also how does a video become a 'recommended' video?
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to set video as featured video to active it on recommended video while approving.
    This will make video visible on recommended tab.
    Thanks & Regards
    Pramod
     
  9. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1

    Thanks. And with multiple recommended videos, how do you determine which is the number 1 recommended video or the video that displays automatically at the start?
     
  10. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    It use WordPress feature latest first .
    Thanks & Regards
    Pramod
     

Share This Page