Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Home Icon
#1
Not Solved
I have messed with the XML Document to add the home icon on the forums... However, I can not list the word "home" next to the home icon as you can see in the picture below. If anyone can help me with this situation... It would be greatly appreciated thank you....

Here is what I added...

#panel .upper ul.top_links a.home {
background-image: url(images/leaf/icons/home.png);


<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a></li>


Attached Files Thumbnail(s)
   
#2
Not Solved
(2013-03-04, 09:00 PM)billybatz9 Wrote: I have messed with the XML Document to add the home icon on the forums... However, I can not list the word "home" next to the home icon as you can see in the picture below. If anyone can help me with this situation... It would be greatly appreciated thank you....

Here is what I added...

#panel .upper ul.top_links a.home {
background-image: url(images/leaf/icons/home.png);


<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a></li>

perhaps you have over complexed your classes ... it may be an idea to produce a simple class rather than some inherited class items
Not in this land alone,
But be God's mercies known,
From shore to shore!
Lord make the nations see,
That men should brothers be,
And form one family,
The wide world ov'er

#3
Not Solved
chance this
<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a></li>
To this
<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a>Home</li>
#4
Not Solved
(2013-03-04, 09:45 PM)erigo19 Wrote: chance this
<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a></li>
To this
<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a>Home</li>

That seemed to do the trick!! Thanks so much...

Is there anyway it can be clickable though? Right now, only the icon is clickable.
#5
Not Solved
Replace this line:

<li><a href=http://clubfauna.com/ class="home">{$lang->toplinks_home}</a>Home</li>

with

<li><a href="http://clubfauna.com/"><i class="home"></i>Home</a></li>

& go to global.css & add this code:

i.home {
background-image: url(images/leaf/icons/home.png);
#6
Not Solved
Just re upload the theme?
Bitcoin Donation Address: 1JTKeHGEjFtJ3X2M8TCt1WvT1e2cDkgUHf


Forum Jump:


Users browsing this thread: 1 Guest(s)