New Landing How can we help? Themeforest Theme Support Joyn Disable Fancy Header Animation

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Joyn
  • #167066
    llobe
    Member
    Post count: 11

    Hello,

    Love your themes, thanks a lot for the great work.

    I want to disable the fancy header fade & transition on the page completely (so that it is static, both during loading and scroll down). Can you show me where to edit the JS to disable it?

    #167113
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can find the js to edit at functions.js file at /joyn/js directory. You need to edit fancyHeading function ode in this file. Hope you can do it easily.
    Thanks
    Mohammad

    #167120
    llobe
    Member
    Post count: 11

    Thanks for the quick reply.

    Which part of the functions.js. I’ve tried everything and it doesn’t work. Should I fix the functions.min.js too?

    #167124
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> General Options -> Load pre-minified scripts -> Disabled it.
    Thanks
    Mohammad

    #167146
    llobe
    Member
    Post count: 11

    SOrry to bother you, but it still doesn’t work. I don’t think I am editing the right fields in the JS. Can you help me locate what I need to edit in the file exactly?

    See attachment.

    Attachments:
    You must be logged in to view attached files.
    #167160
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please comment out this code:-

    setTimeout(function() {
    				fancyHeading.css({
    					'height': fancyHeadingHeight + 'px',
    					'opacity': 1
    				});
    			}, 400);
    			setTimeout(function() {
    				fancyHeadingText.css('opacity', 1);
    			}, 800);
    			setTimeout(function() {
    				fancyHeading.addClass('animated');
    			}, 1400);

    Thanks
    Mohammad

    #168432
    llobe
    Member
    Post count: 11

    Hi Mohammad,

    I did as you said (see attached), but the effect is still there. The theme is loading the non-minified scripts, so that is not the issue.

    Can you help? I really need to remove this effect.

    Attachments:
    You must be logged in to view attached files.
    #168449
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us your website link?

    -Rui

    #168460
    llobe
    Member
    Post count: 11

    http://Redpie.co

    I need the swift slider not to fade or move at all when you scroll down

    #168712
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I see what you mean. You need it to be fixed in the top.

    That’s possible has default, will forward to the development team but not sure if it’s viable.

    -Rui

    #168727
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @llobe,

    Just add this custom css:

    .swift-slider .swiper-wrapper {
    top: 0!important;
    }
    .swiper-slide .caption-wrap {
    transform: none!important;
    opacity: 1!important;
    }

    – Ed

    #169202
    llobe
    Member
    Post count: 11

    That worked great. Thanks!

    #169269
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Ed.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.