Hi
Newsflash round pic: I would like to link the pic to another site/url. How can I make this?
Thanks in advance for your help
M
AS Templates
POSTED: 2015-01-22
Hello WEBMARIANNE,
We are sorry, there is no such option, you can do it in custom HTML only.
Regards, AS Team.
webmarianne
POSTED: 2015-01-23
I understand. So where can I remove the mouseover-action-hand?
Regards, M
AS Templates
POSTED: 2015-01-23
Hello WEBMARIANNE,
The links from the images you can eliminate by editing 'templates\as002060\html\mod_articles_news\_item.php' file the following lines (31-37):
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Newsflash round pic: I would like to link the pic to another site/url. How can I make this?
Thanks in advance for your help
M
We are sorry, there is no such option, you can do it in custom HTML only.
Regards, AS Team.
Regards, M
The links from the images you can eliminate by editing 'templates\as002060\html\mod_articles_news\_item.php' file the following lines (31-37):
<a href="<?php echo $item->link; ?>">
<img
<?php if ($images->image_intro_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_intro_caption) .'"';
endif; ?>
src="<?php echo htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"/>
</a>
Regards, AS Team.