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
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
-
- 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:
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;
}
-
- 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
-
- 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.
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.
-
- 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
http://www.rsh.co.za/2013/index.php/contact-us
I just want the icons to show but they don't
-
- 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:
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;
}
-
- Moderator
6 posts
• Page 1 of 1