Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I used Services circle link in several places on this site:
I uploaded image as service icon.
Is it possible to put a link to the image of the service ?
Marco
Hello,
To make the image a link like the service title, please go to file vc_templates/services_medium.php and find these lines:
if($icon_bool == 'image' && !empty($image)):
$output .= '<img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" />';
endif;
Replace with these:
https://codeshare.io/5RBqpW
To give the image additional link, different from the service, requires further coding that is not included in support.
Best regards!
You must be logged in to reply to this topic.