Creating a Start Page

Discussion in 'Photomaker WordPress Theme' started by cx93, May 19, 2014.

  1. cx93

    cx93 New Member

    Joined:
    Apr 2, 2012
    Messages:
    3
    Likes Received:
    0
    I would like to create a start page based on the first slider image with no other images and no buttons on the page.

    Before I used the remove images option on all remaining sliders but the theme default image keep appearing on the site along with the first slider.

    Thanks,

    Carl Knox
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Theme directory > js directory > photomaker_slider.php file present in your theme directory and remove the code from line number 133 to line number 181.

    and after that paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     #tf_prev, #tf_next {
    display: none;
    }
    This will solve your issue.
     

Share This Page