-
AuthorPosts
-
hbic Friend
hbic
- Join date:
- June 2015
- Posts:
- 189
- Downloads:
- 15
- Uploads:
- 5
- Thanks:
- 61
- Thanked:
- 6 times in 1 posts
August 11, 2015 at 6:19 pm #659956I’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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 12, 2015 at 2:47 am #660048Hi 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 Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 12, 2015 at 2:47 am #745204Hi 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 VuPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 12, 2015 at 3:05 am #660051Hi
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 12, 2015 at 3:05 am #745207Hi
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) . -
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Pankaj Sharma 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum