OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Contact Us Icons

tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Contact Us Icons 7 Years, 8 Months ago
Karma: 0  
I noticed your Contact Us information in the footer (bottom left) had nice icons.
I edited it to put my details in there and was very careful to keep the same order.
When I saved.... the icons disappeared!
How can I get them back?
Logged Logged
The administrator has disabled public write access.
paevo (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Contact Us Icons 7 Years, 8 Months ago
Karma: 0  
You probably deleted the code using the TinyMCE editor which stripped it out. Copy the code from the template and use the Code Mirror editor instead.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Contact Us Icons 7 Years, 8 Months ago
Karma: 58  
Hi,

Paevo right, You probably deleted the code using the TinyMCE editor.

Please, turn off default editor and go to admin area - Modules - Contact Us and add below code:
Code:

<ul class="contact-us">
  <li class="address-us">
    <i class="fa fa-map-marker"></i><span> Franklin st 777, San Francisco.</span>
  </li>
  <li class="phone-us">
     <i class="fa fa-phone"></i><span>1.800.123.4567</span>
  </li>
  <li class="mail-us">
     <i class="fa fa-envelope-o"></i><span>yourmail@mail.com</span>
  </li>
  <li class="skype-us">
     <i class="fa fa-skype"></i><span>adventure.tours</span>
  </li>
</ul>




thanks
Logged Logged
The administrator has disabled public write access.
tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Re:Contact Us Icons 7 Years, 8 Months ago
Karma: 0  
Yes indeed.... That is exactly what I did wrong.
I edited the entries with TinyMCE Editor.
I changed editor, copied and pasted the code and edited the values.
THANK YOU!
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Contact Us Icons 7 Years, 8 Months ago
Karma: 58  
Your welcome)
Logged Logged
The administrator has disabled public write access.
Go to top
»