-
AuthorPosts
-
iammontoya Friend
iammontoya
- Join date:
- June 2009
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 4
- Thanks:
- 9
- Thanked:
- 4 times in 3 posts
August 23, 2015 at 11:04 pm #664787In Uber Wedding, there are two sections that use ‘fa’ icons as the images… can those images be clickable? How can I make those into sections that can be clicked and go somewhere?
Thank you!
This is what I’m looking for:
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 24, 2015 at 5:59 am #664858Hi
You can add an <a href=” before the icon is loaded into the ACM module file
Example :
JA_ACM Module features-intro style-2 ,you want to add a link on the font-awesome icon then edit this file templatesuberacmfeatures-introtmplstyle-2.php
CHANGE:
<?php if($helper->get('data.font-icon', $i)) : ?>
<div class="font-icon">
<i class="<?php echo $helper->get('data.font-icon', $i) ; ?>"></i>
</div>
<?php endif ; ?>TO:
<?php if($helper->get('data.font-icon', $i)) : ?>
<div class="font-icon"><a href="www.yoururl.xxx" style ="your style" target="yourtarget">
<i class="<?php echo $helper->get('data.font-icon', $i) ; ?>"></i></a>
</div>
<?php endif ; ?>If you need to use JA_ACM Module features-intro style-2 on more than one page and you want to assign a new link on other pages than you need to duplicate module copying these 2 files
templatesuberacmfeatures-introtmplstyle-2.php
templatesuberacmfeatures-introtmplstyle-2.xmland rename them
templatesuberacmfeatures-introtmplstyle-22.php
templatesuberacmfeatures-introtmplstyle-22.xmlThen assign the style-22 to your new features-intro JA ACM Module
Hope was clear
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 24, 2015 at 5:59 am #746360Hi
You can add an <a href=” before the icon is loaded into the ACM module file
Example :
JA_ACM Module features-intro style-2 ,you want to add a link on the font-awesome icon then edit this file templatesuberacmfeatures-introtmplstyle-2.php
CHANGE:
<?php if($helper->get('data.font-icon', $i)) : ?>
<div class="font-icon">
<i class="<?php echo $helper->get('data.font-icon', $i) ; ?>"></i>
</div>
<?php endif ; ?>TO:
<?php if($helper->get('data.font-icon', $i)) : ?>
<div class="font-icon"><a href="www.yoururl.xxx" style ="your style" target="yourtarget">
<i class="<?php echo $helper->get('data.font-icon', $i) ; ?>"></i></a>
</div>
<?php endif ; ?>If you need to use JA_ACM Module features-intro style-2 on more than one page and you want to assign a new link on other pages than you need to duplicate module copying these 2 files
templatesuberacmfeatures-introtmplstyle-2.php
templatesuberacmfeatures-introtmplstyle-2.xmland rename them
templatesuberacmfeatures-introtmplstyle-22.php
templatesuberacmfeatures-introtmplstyle-22.xmlThen assign the style-22 to your new features-intro JA ACM Module
Hope was clear
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by pavit 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum