Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236242

    Hi guys,

    I have a question regarding the portfolio preview. When you go to “cases” on this website: http://www.usualsuspects.nl

    Scroll somewhat down and open one of the cases of the second row, the Ajax preview container is shown. But as you can see on this screenshot, it jumps up, leaving a white gap indicated by the 2 red arrows. Is it possible to just bypass this jump, so the preview container just opens, leaving you on the same height as you were?

    Portfolio Preview

    Thanks again!

    Best regards, Bas

    #236640

    Hi,

    Open /enfold/js/shortcodes.js and look for line 1179:

    var target_offset = target_wrap.offset().top - 175,
    

    Replace it by this:

    var target_offset = target_wrap.offset().top - 120,
    

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.