Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • iammontoya Friend
    #664787

    In 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 Moderator
    #664858

    Hi

    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.xml

    and rename them
    templatesuberacmfeatures-introtmplstyle-22.php
    templatesuberacmfeatures-introtmplstyle-22.xml

    Then assign the style-22 to your new features-intro JA ACM Module

    Hope was clear

    pavit Moderator
    #746360

    Hi

    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.xml

    and rename them
    templatesuberacmfeatures-introtmplstyle-22.php
    templatesuberacmfeatures-introtmplstyle-22.xml

    Then assign the style-22 to your new features-intro JA ACM Module

    Hope was clear

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum