New Landing How can we help? Themeforest Theme Support Clique Slide Portfolio Item Over

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Clique
  • #20209
    nunomadeira
    Member
    Post count: 21

    Hello!
    I want to remove the slider effect when over the thumb, i want only a simple fade in/out effect. I found this line in functions.js.php and i change slideDown(300) to fadeIn(1000) and don´t work, still the slide up and down effect even if removed. I can´t find the line to change this! thanks for the support!

    itemHover: function() {		
    		$j(".portfolio-item").hover(
    			function () {
    		  		$j(this).find('.portfolio-item-details').fadeIn(1000);
    		  	},
    		  	function () {
    		    	$j(this).find('.portfolio-item-details').fadeOut(300);
    		  	}
    		);
    	},
    
    #20383
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you point me to the area you want this to be done. probably in the demo or your website. So I can spot the area and help you.

    Thanks,
    laranz.

    #20384
    nunomadeira
    Member
    Post count: 21

    Thanks Laranz!
    here is the image.

    Thanks for the help!

    #20542
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    That will do the trick, give both the same value. And give a hard refresh ctrl+f5 (or clear cache and try).

    Let me know, what you got.

    Thanks,
    laranz.

    #20841
    nunomadeira
    Member
    Post count: 21

    Hi lanranz don´t work!

    http://www.wide.pt/work/

    itemHover: function() {
    $j(“.portfolio-item”).hover(
    function () {
    $j(this).find(‘.portfolio-item-details’).fadeIn(600);
    },
    function () {
    $j(this).find(‘.portfolio-item-details’).fadeOut(600);
    }
    );
    },

    #21047
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sorry for the trouble, well I forward this to another support staff for some insights.

    Thanks,
    laranz.

    #21094
    trjnr
    Member
    Post count: 53

    I see you found a solution NUNOMADERIA – can you share please? thanks!

    #21227
    nunomadeira
    Member
    Post count: 21

    hello thanks laranz i will wait.
    Fade in and fade out doesn´t work btw TRjnr if you don´t want a slide, in

    js/functions.js.php

    search for “itemHover: function”

    and play with the code in the post

    #22790
    trjnr
    Member
    Post count: 53

    thanks dude!

    #23326
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey there, sorry for the delay in replying, it seems like this thread might have slipped through.
    I’m afraid it looks like your request might not be covered by the free support we can grant, so I would recommend hiring a developer of your trust to help you with that regardless.

    Cheers

    #23478
    trjnr
    Member
    Post count: 53

    Thanks a million NUNOMADEIRA!

    What i was actually looking to do was similar to yourself in that i wanted a full transparent block in black to cover the whole item (block) similar to what you have done, sorry if that seems rude, but i can only promise i was thinking the same thing!

    Your site looks epic BTW.

    Please assist!

    You can see a preview of my current page – attached here.

    #23875
    Melanie – SUPPORT
    Member
    Post count: 11032

    Good luck

    #25567
    nunomadeira
    Member
    Post count: 21

    Ok, can´t see trjnr i need a link, the request is to make a simple fade in / out on over , not slide. I identify where is the effect but de fadeIn and fadeOut doesn´t work need a little help here.

    functions.js.php :

    itemHover: function() {
    $j(“.portfolio-item”).hover(
    function () {
    $j(this).find(‘.portfolio-item-details’).fadeIn(1000);
    },
    function () {
    $j(this).find(‘.portfolio-item-details’).fadeOut(300);
    }
    );
    },

    Thanks

    #29631
    nunomadeira
    Member
    Post count: 21

    Hello,
    http://www.wide.pt/work/home/ can´t get the fade in..and makes this strange beahivour…

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register