h0nk
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Nextend Accordion Menu] Frontend Problemsthx so much…
Forum: Plugins
In reply to: [Nextend Accordion Menu] Frontend Problemsyou got mail.
thxForum: Plugins
In reply to: [Nextend Accordion Menu] Frontend Problemsgot teamviewer installed.
Please tell me your mail, so i can send you the ID and the PW
Forum: Plugins
In reply to: [cSlider] Can't get cSlider workingfixed 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)