• Resolved gr3gthompson

    (@gr3gthompson)


    The new version of Nimble Portfolio seems to make the images show up in a lovely Lightbox.

    Which would be great…but they are meant to bring up the profile on this site. It’s the whole reason I paid for PremiumPlus.

    But now it doesn’t work. =(

    Help please!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nimble3

    (@nimble3)

    We don’t see any issue on the page you mentioned.

    If you are a Paid customer please mention your problem on https://www.nimble3.com/contact/ or if you have an account on our site please create a support ticket from My Account area.

    Thread Starter gr3gthompson

    (@gr3gthompson)

    It currently shows a lightbox of the picture of the horse.

    We want it to show the portfolio page.

    eg: https://ridingfarm.co.uk/portfolio/diamond-16-1hh-gelding/

    Which it used to until we upgraded to v3…

    Plugin Author Nimble3

    (@nimble3)

    Do you have following code somewhere in your theme?

    add_filter('nimble_portfolio_lightbox_link_atts', 'handle_nimble_portfolio_lightbox_link_atts', 10, 2);
    function handle_nimble_portfolio_lightbox_link_atts($link_atts, $item) {
    $link_atts['href'] = get_permalink($item->ID);
    unset($link_atts['rel']);
    return $link_atts;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Lightbox Issues’ is closed to new replies.