Hi guys, just a detail, the rest of links has no problems, but with Vimeo, yes. Also this occurs with your Kriesi support page.
Check here your: https://kriesi.at/support/topic/product-image-doesnt-cycle-through-thumbnails-when-clicked/
Check here mine: http://rvarq.com/about/
Both Browsers, Firefox and Chrome
Hi nicolasweh!
Please see http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Best regards,
Yigit
mmm no, not works, surely I’m doing something wrong, I’m in “Team Member” / “Add/Edit Social Service or Icon Links” and I put:
not either
Vimeo
Also tried in “Header” / “Social Icon” / “Social Icon URL”
Hi!
We’ll add a noLightbox class to the team member links with the next update. For now open up enfold/config-templatebuilder/avia-shortcodes/team.php and replace
$output.= "<a rel='v:url' {$tooltip} {$target} class='{$social_class} avia-team-icon' href='".$social['attr']['link']."' {$display_char}>";
with
$output.= "<a rel='v:url' {$tooltip} {$target} class='{$social_class} avia-team-icon noLightbox' href='".$social['attr']['link']."' {$display_char}>";
to deactivate the lightbox.
Cheers!
Peter