Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter h0nk

    (@h0nk)

    thx so much…

    Thread Starter h0nk

    (@h0nk)

    you got mail.
    thx

    Thread Starter h0nk

    (@h0nk)

    got teamviewer installed.

    Please tell me your mail, so i can send you the ID and the PW

    Thread Starter h0nk

    (@h0nk)

    fixed it!!

    added

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. Don’t use blockquote. ]

    $width = ( isset( $atts['width'] ) )   ? $atts['width'] : 'ASC';
    	$mode = ( isset( $atts['mode'] ) )   ? $atts['mode']   : 'ASC';
    	$speed = ( isset( $atts['speed'] ) )   ? $atts['speed']   : 'ASC';
    	$infiniteLoop = ( isset( $atts['infiniteLoop'] ) )   ? $atts['infiniteLoop']   : 'ASC';
    	$controls = ( isset( $atts['controls'] ) )   ? $atts['controls']   : 'ASC';
    	$startingSlide = ( isset( $atts['startingSlide'] ) )   ? $atts['startingSlide']   : 'ASC';
    	$hideControlOnEnd = ( isset( $atts['hideControlOnEnd'] ) )   ? $atts['hideControlOnEnd']   : 'ASC';
    	$auto = ( isset( $atts['auto'] ) )   ? $atts['auto']   : 'ASC';
    	$pause = ( isset( $atts['pause'] ) )   ? $atts['pause']   : 'ASC';
    	$autoDirection = ( isset( $atts['autoDirection'] ) )   ? $atts['autoDirection']   : 'ASC';
    	$autoHover = ( isset( $atts['autoHover'] ) )   ? $atts['autoHover']   : 'ASC';
    	$pager = ( isset( $atts['pager'] ) )   ? $atts['pager']   : 'ASC';
    	$pagerLocation = ( isset( $atts['pagerLocation'] ) )   ? $atts['pagerLocation']   : 'ASC';
    	$ticker = ( isset( $atts['ticker'] ) )   ? $atts['ticker']   : 'ASC';
    	$tickerSpeed = ( isset( $atts['tickerSpeed'] ) )   ? $atts['tickerSpeed']   : 'ASC';
    	$tickerDirection = ( isset( $atts['tickerDirection'] ) )   ? $atts['tickerDirection']   : 'ASC';
    	$tickerHover = ( isset( $atts['tickerHover'] ) )   ? $atts['tickerHover']   : 'ASC';
    	$easing = ( isset( $atts['easing'] ) )   ? $atts['easing']   : 'ASC';

    in the first line of function in cslider.php and deleted every if ($atts[‘xxx’])…;

    works perfect for me!

Viewing 4 replies - 1 through 4 (of 4 total)