Problems with gallery

Discussion in 'RoadFighter WordPress Theme' started by deekay, Nov 26, 2013.

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

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    I have a few questions..

    1. How can I make the menu and the logo and the contact number fade to black and stay behind the gallery viewer?

    2. How do I stop the gallery from automatically changing images?

    3. How do I remove the tweet and like buttons in the gallery?

    Thanks guys!
     
  2. Nitesh

    Nitesh Support Staff

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


    For
    1, 3) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.pp_pic_holder {
    z-index: 100000;
    }
    div.pp_overlay {
    z-index: 99999;
    }
    .pp_social {
    display: none;
    }
    2) Go to the
    roadfightertheme\js\ jquery.prettyPhoto.js
    And make
    'slideshow: 5000,' to slideshow: false, at line number 13.
    Check image for reference.

    slidegallery.png


    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    Beautiful!

    Thanks for that! You're a legend.
     
Thread Status:
Not open for further replies.

Share This Page