Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Its pretty exiting since this is my first attempt to help as a new bee ??

    Go to theme-frontpage.php and edit this section;

    jQuery('#front-columns > div img').hover( function() {
    	      jQuery(this)
    			 .stop()
                 .animate({opacity: 0.5}, 100)
                 .fadeOut(100)
    	     .fadeIn(100)
                 .animate({opacity: 1}, 100) ;
    	}, function() {jQuery(this).stop();} )
    
    		});
    	</script>

    If you delete these 2 lines It stops the animation.

    .fadeOut(100)
    .fadeIn(100)

    But if anyone can help further to fiddle with the animation I appreciate a lot. I want to make it smoother and dunno how.

    Thank you !
    You are welcome ??

    Thread Starter Alpie78

    (@alpie78)

    Thank you! I made a simple wordpress search and found out the answer!

    I should have done it at the first place!

    But while I am here :), If I want to further modify the css or the html of a presentation or a regular page, where should I look for the files on my FTP in order to edit the source files. And what are the names of those files.

    Thank you!
    All the best,
    AG

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