Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

How to add a social phone number

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Having spent some time sorting out a phone number for the mobiles and having it work the thought entered my mind on adding another icon to the social icons and linking a phone number
back up before doing anything

this is a temp fix until it is in the next build of zengrid 3 if it goes in then

two files to change
template/tpls/blocks/social.php
and
template/css/custom.css

the number is hard coded in the template/tpls/blocks/social.php



changing the Social Phone Number
Enter the phone number for the icon on the social icons all one string NO spaces
LIKE THIS 0312345678 NOT 03 1234 5678
an international number looks like this +61312345678

tel:+1234567890
there are two divs with a class that is the comment i could not work out how to comment inside without breaking the code
<div class="place social phone below here to make it float to the left and top on wide"></div>

on line 23 <div id="social-phone"><a target="_blank" href="tel:+1234567890"><span class="icon-stack zen-animate fadeInRightBig fa fa-phone zen-icon zen-icon-phone"style="visibility: visible; animation-name: fadeInRightBig; -webkit-animation-name: fadeInRightBig;"></span></a></div>
if you want the icon to float right then cut line 23 and paste it into line 67

the colors are changed in the custom.css

line 2 background: #cccccc;/*change the color here for the background*/
line 3 color: #000;/*change the color here for the icon*/

line 17 there is also an option to hide the social-phone on a wide screen by uncommenting the whole line remove /* */

hope this helps
supplies as is

back up before doing anything

All the css and the php files are in the zip!!

i updated the files added the comment correctly this time !!

File Attachment:

File Name: social-phone-updated.zip
File Size: 133 KB



social-phone-2.png



social-phone-1.png
Attachments:
  • woodsy's Avatar
  • woodsy
  • LIfetime Developer - Big Bamboo
  • 42 posts
  • 2 Thanks
  • Karma: 1
Last Edit: 8 years 10 months ago by woodsy.
The administrator has disabled public write access.
Top work Woodsy :-)
  • martinb1's Avatar
  • martinb1
  • 3 Month Basic
  • 99 posts
  • 2 Thanks
  • Karma: 1
The administrator has disabled public write access.
Yep indeed thanks for posting John :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers