New Landing How can we help? Themeforest Theme Support Dante Footer extra space

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Dante
  • #106140
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove js code as i gave in last reply and insert this new one js code:-

    <script>
    jQuery( document ).ready(function() {
    jQuery('.swift-search-link').click(function() {
    jQuery('.sf-super-search').show();
    });
    });
    </script>

    Thanks

    #106157
    ecomstore
    Member
    Post count: 29
    This reply has been marked as private.
    #106222
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue by using given below js code.

    <script>
    jQuery( document ).ready(function() {
    jQuery('.swift-search-link').click(function() {
    jQuery('.sf-super-search').show();
    });
    
    jQuery('.super-search-close').click(function() {
    jQuery('.sf-super-search').hide();
    });
    
    jQuery(window).scroll(function() {
    var height = jQuery(document).scrollTop(); 
    if(height > 500 )
    jQuery('.sf-super-search').hide();
    });
    
    });
    </script>

    Thanks

    #106243
    ecomstore
    Member
    Post count: 29

    OK, thank you very much for your help!

    #106245
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

Viewing 5 posts - 16 through 20 (of 20 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