Contact Page Icons Not Displaying

GK User
Wed Jul 18, 2012 2:21 am
HI

I am having trouble getting contact icons to display.

I have "Icons" selected in the global configuration and have uploaded and set Icons for Email, fax, mobile and phone however I am unable to get these Icons to display on the contact page.

I see a number of other users (not gavick) experiencing similar issues (va google search) is there a fix for this?

http://watheroobentonite.com.au
User avatar
Expert Boarder

teitbite
Sun Jul 22, 2012 3:27 pm
Hi

Unfortunately this is depending on the style. In our case designer made it not use icons at all, so You will have to add them manualy using css. For example an icon for first text should be added with a code like:

Code: Select all
p.contact-position {
background:url(../images/first-icon.png) no-repeat 0 0 transparent;
padding-left:20px;
}
User avatar
Moderator

GK User
Fri Sep 13, 2013 10:30 am
A bit lost -developing site and want the icons to show on the contact page. I have added the images in the contact but they don't show - why
User avatar
Senior Boarder

teitbite
Sat Sep 14, 2013 2:11 am
Hi

Can You please tell me more about this issue ? Show me the page You are talking about so I'll be able to see what is wrong.
User avatar
Moderator

GK User
Fri Sep 20, 2013 7:04 am
Here is tthe link to the page

http://www.rsh.co.za/2013/index.php/contact-us

I just want the icons to show but they don't
User avatar
Senior Boarder

teitbite
Sat Sep 21, 2013 1:45 am
Hi

First I do not see icons added in code. There is just a "jicon-none", which means that no icons is used. When You set icons in contact please add this code to css to unlock them:

Code: Select all
legend.hidelabeltxt, .filters .hidelabeltxt, .contact .jicons-icons, #system-message dt {
    display: block;
    float: left;
    margin-right: 10px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.