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

    hi

    When a Mouse Hover one the portfolio item thumbnail

    I want to see active Ajax Portfolio Preview

    and When i click the portfolio item thumbnail, go to linked page!

    plz help me up :)

    #748829

    Hi knave2!

    Thank you for using Enfold.

    This is possible but you have to modify one of the parent theme files so the changes will be lost on update. If you’re ok with this, please edit the js > shortcodes.js file, look for this code around line 1756:

    container.on("click", "a", methods.load_item);
    			controls.on("click", "a", methods.control_click);

    .. replace it with:

    container.on("mouseover", "a", methods.load_item);
    			controls.on("mouseover", "a", methods.control_click);

    Regards,
    Ismael

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