Forum Replies Created

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

    (@leinadhok)

    Thanks hoffcamp 🙂

    leinadhok

    (@leinadhok)

    Hi hoffcamp,

    Thanks for the quick update which resolved the activation bug.

    Will you in the near future add the ability for fields to appear upon selecting of a certain checkbox/radio button?

    e.g.: How did you get to know about us?

    1) Diligently searched on the internet
    2) Something about FACEBOOK
    3) Met on the streets
    4) Recommended by a friend/someone who is NOT a customer
    5) Recommended by friend(s) who is/are customers
    -> (Appear only when option 5 is checked) Name of friend(s):
    6) Others (pls specify):
    -> (Appear only when option 6 is checked) Textbox…

    Hi LeMoNsZ

    Finally… got it working 🙂

    Look for:

    function NivoHeader() {
    ?>
    <script type="text/javascript">
    	$(function() {
    		$(".nivoSlider br").each(function(){ // strip BR elements created by WordPress
    			$(this).remove();
    		});
    		$('.nivoSlider').nivoSlider({
    			effect:'fade', //Specify sets like: 'random,fold,fade,sliceDown'
    			animSpeed:500, //Slide transition speed
    			pauseTime:3000,
    			startSlide:0, //Set starting Slide (0 index)
    			directionNav:true, //Next & Prev
    			directionNavHide:true, //Only show on hover
    			controlNav:true, //1,2,3...
    			controlNavThumbs:false, //Use thumbnails for Control Nav
    		    	controlNavThumbsFromRel:false, //Use image rel for thumbs
    			controlNavThumbsSearch: '.jpg', //Replace this with...
    			controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
    			keyboardNav:true, //Use left & right arrows
    			pauseOnHover:true, //Stop animation while hovering
    			manualAdvance:false, //Force manual transitions
    			captionOpacity:0.8, //Universal caption opacity
    			beforeChange: function(){},
    			afterChange: function(){},
    			slideshowEnd: function(){} //Triggers after all slides have been shown
    		});
    	});
    </script>

    and replace it with:

    function NivoHeader() {
    ?>
    <script type="text/javascript">
    	$(window).load(function() {
    		$(".nivoSlider br").each(function(){ // strip BR elements created by WordPress
    			$(this).remove();
    		});
    		$('.nivoSlider').nivoSlider({
    			effect:'fade', //Specify sets like: 'random,fold,fade,sliceDown'
    			animSpeed:500, //Slide transition speed
    			pauseTime:3000,
    			startSlide:0, //Set starting Slide (0 index)
    			directionNav:true, //Next & Prev
    			directionNavHide:true, //Only show on hover
    			controlNav:true, //1,2,3...
    			controlNavThumbs:false, //Use thumbnails for Control Nav
    		    	controlNavThumbsFromRel:false, //Use image rel for thumbs
    			controlNavThumbsSearch: '.jpg', //Replace this with...
    			controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
    			keyboardNav:true, //Use left & right arrows
    			pauseOnHover:true, //Stop animation while hovering
    			manualAdvance:false, //Force manual transitions
    			captionOpacity:0.8, //Universal caption opacity
    			beforeChange: function(){},
    			afterChange: function(){},
    			slideshowEnd: function(){} //Triggers after all slides have been shown
    		});
    	});
    </script>

    Hope this helps yours to work too 🙂

    Take care.

    Followed the instructions as listed here and am also facing the same problem as LeMoNsZ. Can someone please help? Appreciate any I can get.

    Thanks in advance.

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