Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #257153

    I have a post slider set pulling portfolio items. I would like to change the links on all these items when clicked within the slider to go to the designated portfolio page (same link for all), rather than the single portfolio item post page for each. Please help.

    #257842

    Hi,

    Try adding this at the end of js/avia.js:

    jQuery(function() {
    jQuery(".avia-content-slider a").each(function(){ jQuery(this).attr("href", "http://google.com"); });
    });

    Change http://google.com to the designated portfolio page URL.

    Regards,
    Josue

    #258002

    Excellent! Thank you, Josue

    #258003

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘set blanket link on items in post slider’ is closed to new replies.