-
-
Hello,
I am moving my issue from the comments section to this forum as requested.
Here’s my problem again:
Can you help with a link issue within the “service media” box? How can I upload an image as seen here https://screencast.com/t/LD5ugSfhFb4) Here is where I’m stuck: https://screencast.com/t/zUbK5VYzsE These are homepage images, should I be using a different function for “clickable” homepage images? I was able add media to the column using the “classic editor” under service media, but it created more white space above it where the “uploaded image” goes. See here what I mean:https://screencast.com/t/et0s0cA05c1 and the result:https://screencast.com/t/G4MZoCUpvtQvAny advice is appreciated!
And the response was to use the default services photo attachment and then add link.
Can you explain which one of the options is that? Is it Service Media? If so, then I am having an issue with adding the link. It does not become clickable. Here is what I’m referring too: https://screencast.com/t/GyzpoQ5bz7<
Thanks!- This topic was modified 9 years, 10 months ago by Ruco.
-
Sorry about the formatting.
Here is my message again:
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Can you help with a link issue within the “service media” box? How can I upload an image as seen here </span>https://screencast.com/t/LD5ugSfhFb4 <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>and make it clickable to another page?</span>
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Here is where I’m stuck: </span>https://screencast.com/t/zUbK5VYzsE
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>These are homepage images, should I be using a different function for “clickable” homepage images?</span>
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>I was able add media to the column using the “classic editor” under service media, but it created more white space above it where the “uploaded image” goes. See here what I mean:</span>https://screencast.com/t/et0s0cA05c1<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”> and the result:</span>https://screencast.com/t/G4MZoCUpvtQv
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Any advice is appreciated!</span>
—
And the response was to use the default services photo attachment and then add link.
<span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Can you explain which one of the options is that? Is it Service Media? If so, then I am having an issue with adding the link. It does not become clickable. Here is what I’m referring too: https://screencast.com/t/GyzpoQ5bz7</span>
Thanks!
-
Hello,
You must add the image here https://www.clipular.com/c/5532198851575808.png?k=dnVZFSptNvqFNE2KKNAGrJ8q2YM
The link is for the Title, if you add the title it will be linked with the link you add. The image isn’t linked.
If you want to link the image then you must edit the file specular\vc_templates\services_media.php. Replace this line:
$output .= '<img src="'.esc_url($photo).'" alt="" />';
with this code:$output .= '<a href="'.esc_url($link).'"><img src="'.esc_url($photo).'" alt="" /></a>';
Best regard!
- This reply was modified 9 years, 10 months ago by Ruco.
-
You must be logged in to reply to this topic.