I have the same question as Kevin, but link with solution is out of date :-/
If You can upload solution will be great :-)
{Color Rollovers
hello,
Is it possible to add a link to the color rollovers on the home projects? At the moment only the text and image behind the color rollover is clickable. To increase simplicity it would be easier for users to be able to click anywhere on the color block not just the text in the center?
Thanks, }
Hi,
Please open sites\all\themes\md_van\templates\views\page\portfolio\views-view-fields--portfolio--page.tpl.php
add following to wrap code section from line 27 to line 40:
I opened this file and already have this code:
<div class="item-inner">
<a class="image-wrap" href="<?php print $fields['path']->content; ?>">
<?php print $fields['field_image']->content; ?>
</a>
<div class="caption" style="background-color: <?php print $fields['field_background_color']->content;?>; :before,:after{background-color: <?php print $fields['field_background_color']->content;?>}">
<div class="inner">
<h4 class="sm text-uppercase"><a href="<?php print $fields['path']->content; ?>"><?php print $fields['title']->content; ?></a></h4>
<em><?php print $fields['field_skills']->content; ?></em>
</div>
<div class="work-favorite">
<?php print $fields['value']->content; ?>
</div>
</div>
</div>
What should I change?
Please replace it with:
Is not working :/ I add photo what I mean, maybe you miss understood me.
Please send us your site admin account and FTP account. We would like to have a check then do customization for you.
Sorry,
We need your FTP account also. Please share with us.
Thank you.
We fixed clickable area already.
About email in contact form, it seems you added your email address already however we recommend you contact with your server provider to ask if they allow sending email or not.