Home page problem.

Discussion in 'VideoCraft WordPress Theme' started by proapc, Jun 17, 2014.

Thread Status:
Not open for further replies.
  1. proapc

    proapc Member

    Joined:
    Aug 31, 2012
    Messages:
    52
    Likes Received:
    1
    Location:
    Hailey, Idaho
    I just uploaded the theme at http://VmailHub.com

    The home page has 3 tags to the right: Recommended, Popular and Recent.

    I wish to eliminate the Recommended.

    The twitter post function does not record the post but does post to twitter.

    How do you rate the videos? I see the stars but cannot click to rate.

    Last...How do you remove the "Add Video" button on the top of the page. I'm not making this site available to the public.
     
  2. Gourav

    Gourav Support Staff

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

    1.Go to front-page.php present in your theme directory and remove the code given below

    Code:
         <li><a class="current" rel="tab_sidebar_popular">Recommend</a></li>
    2. At time of comment user can rate the particular video and submit it.

    3.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    li.listing-btn {
    display: none!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. proapc

    proapc Member

    Joined:
    Aug 31, 2012
    Messages:
    52
    Likes Received:
    1
    Location:
    Hailey, Idaho
    Thank you...
     
Thread Status:
Not open for further replies.

Share This Page