Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hbic Friend
    #659956

    I’m using the quickstart for the Application layout.

    I’m using Footer (I fixed the spelling error it isntalls with). I have a number of social networking icons that come with it, but I need to add Instagram, Youtube, and possibly Wistia icons so that users can click on them and see content. How can I add additional icons to the ACM module for the footer?

    jooservices Friend
    #660048

    Hi there
    You’ll require custom work on this
    templatesuberacmfootertmplstyle-3.xml
    Insert after line 42

    <field name="youtube" type="text" size="40" default="" label="youtube" description=""></field>

    By this way you’ll have yotube field in backend

    templatesuberacmfootertmplstyle-3.php
    Insert after line 125

    <?php if($helper->get('youtube')): ?>
    <a class="addthis_button_youtube_follow" addthis:usertype="company" addthis:userid="<?php echo $helper->get('youtube')?>"><i class="fa fa-youtube"></i></a>
    <?php endif; ?>

    Do same thing for another . You’ll need check FA for icon class

    http://fortawesome.github.io/Font-Awesome/icons/

    For next time please consider it as custom work service.

    Thank you,
    Viet Vu

    jooservices Friend
    #745204

    Hi there
    You’ll require custom work on this
    templatesuberacmfootertmplstyle-3.xml
    Insert after line 42

    <field name="youtube" type="text" size="40" default="" label="youtube" description=""></field>

    By this way you’ll have yotube field in backend

    templatesuberacmfootertmplstyle-3.php
    Insert after line 125

    <?php if($helper->get('youtube')): ?>
    <a class="addthis_button_youtube_follow" addthis:usertype="company" addthis:userid="<?php echo $helper->get('youtube')?>"><i class="fa fa-youtube"></i></a>
    <?php endif; ?>

    Do same thing for another . You’ll need check FA for icon class

    http://fortawesome.github.io/Font-Awesome/icons/

    For next time please consider it as custom work service.

    Thank you,
    Viet Vu

    Pankaj Sharma Moderator
    #660051

    Hi
    You can use the method as my colleague Suggested above , kindly try this for templatesuberacmfootertmplstyle-2.php not for
    templatesuberacmfootertmplstyle-3.php . as u are using style-2 .
    By default we are using Addthis buttons . You can add new button code here > http://prntscr.com/83mr5j
    If u do not want to use Addthis u can define your own static code in php file as suggest above (in #2) .

    Pankaj Sharma Moderator
    #745207

    Hi
    You can use the method as my colleague Suggested above , kindly try this for templatesuberacmfootertmplstyle-2.php not for
    templatesuberacmfootertmplstyle-3.php . as u are using style-2 .
    By default we are using Addthis buttons . You can add new button code here > http://prntscr.com/83mr5j
    If u do not want to use Addthis u can define your own static code in php file as suggest above (in #2) .

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

This topic contains 5 replies, has 3 voices, and was last updated by  Pankaj Sharma 8 years, 8 months ago.

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