Additional navigation arrows
-
Hi, I’m trying to include two additional navigation arrows in the pager.
I’ve replicated this code in output.php adding a class to be able to modify CSS:
if( $prev_next_buttons ){ $out .= ‘<div id=”wpss_prev_’ . $slider . ‘class=”previous”‘”></div>’; }
It works, but only works the first code that I place.
I’ve added this code to wpss-functions.php to create new ID’s:
if( isset( $data[‘wpss_useprevnext’] ) && $data[‘wpss_useprevnext’] == ‘on’ ){ echo “‘ant’ : ‘#wpss_ant_” . $slide->slug . “‘, ‘sig’ : ‘#wpss_sig_” . $slide->slug . “‘,”; }Any ideas?
Thanks in advance!
- The topic ‘Additional navigation arrows’ is closed to new replies.