This topic has 10 replies, 6 voices, and was last updated 10 years ago by Anonymous.
Viewing 11 posts - 1 through 11 (of 11 total)
Is there a way that you can update the Services shortcode so that the entire image is a link? Not just the sub-text.
I’m sorry, we don’t have this feature at moment. We do intend to add it to our theme and we can notify you when it has been done.
Ok, thanks Mawk. Look forward to that improvement.
Hello,
I’m wondering if there has been a solution to this yet? I have a number of service icons that I would like to link to other pages on my website….if it has not been updated, is there a work around that you can suggest to input shortcode into each services area?
Thanks.
I should also say that I did some searching in other forums and thought I found a solution by adding in this code:
[services align=”center” image=”http://www.aivahthemes.com/lifecare/files/24_7_ambulance_2.png” title=”Healthcare” link=”www.google.com” link_text=”Google”]Can Naturopathic Medicine help with your health problem?[/services]
But no link is appearing…and obviously even if a link did appear it would be with the Text “Google”, whereas I want it to link to the image AND the title.
Thanks!
@detoxbuddy: While you are posting your questions, please create a new topic and post your questions there.
Fixed the issue.
Edited Files: shortcode-meta.php, shortcode.js and services.php
Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.
It would be very useful if there was an option to set the links in the Services shortcode to target _blank
@siblesquen: Add target="_blank" in services.php shortcode on line no: 23 as shown below.
$out .= '<a href="'.$link.'" target="_blank"><img src="'.$image.'" width="'.$width.'" height="'.$height.'" alt=""></a>';
Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.