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
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.