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?
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
Hi, 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.
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
Hello, Please follow below CSS in your custom CSS box to fix this. Code: .popular_videos .tabs { padding-left: 10px; } Thanks & Regards Pramod
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
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?