請問joomla1.5.8網站logo超連結
- jimcaudil
- Topic Author
- 訪客
開始如下:
it's in /templates/rhuk_milkyway/index.php
On line 41 where it says
<div id="logo"></div>
You should change it to say:
<A HREF="/"><div id="logo"></div></A>
我按如上所說的更改,不過logo並沒有變成一隻手,沒有人知道logo後面有一個鏈接。
不過後面的這個反饋就和我的一樣了。如下:
but.. when you place the mouse on the logo it shows the mouse arrow so no one will know there is a link there, anyway that when you hoover with the mouse it shows that little hands that normally shows on links? thanks a lot。
然後這位仁兄在下一帖接著說:
i ve got a hand...
...edited
...need to sort out css little more..
但就沒有說明如何SORT OUT CSS
你們能幫我解釋一下嗎?
萬分感謝!
Please 登入 to join the conversation.
- jimcaudil
- Topic Author
- 訪客
jimcaudil 寫了道:: 想在我的logo上加個index.php的鏈接,查了一下joomla的英文討論區http://forum.joomla.org/viewtopic.php?f=480&t=239842,有一些解釋,不過最後卻沒有結果。
開始如下:
it's in /templates/rhuk_milkyway/index.php
On line 41 where it says
<div id="logo"></div>
You should change it to say:
<A HREF="/"><div id="logo"></div></A>
我按如上所說的更改,不過logo並沒有變成一隻手,沒有人知道logo後面有一個鏈接。
不過後面的這個反饋就和我的一樣了。如下:
but.. when you place the mouse on the logo it shows the mouse arrow so no one will know there is a link there, anyway that when you hoover with the mouse it shows that little hands that normally shows on links? thanks a lot。
然後這位仁兄在下一帖接著說:
i ve got a hand...(意思是當鼠標指向LOGO時會變成一隻手,而不再是鼠標箭頭)
...edited
...need to sort out css little more..
但就沒有說明如何SORT OUT CSS
你們能幫我解釋一下嗎?
萬分感謝!
Please 登入 to join the conversation.
- abokuo
- Offline
- 版主
回歸正題,要讓網站 logo 有到 "index.php" 的連結,自己按照回文第一則的內容實做就能將網站 logo 賦予連結了。
1. 以 rhuk_milkway 為例,找到 (網站根目錄)/templates/rhuk_milkway/index.php 檔案後編輯內容 (或在「佈景主題管理」中點選「編輯 HTML」)
2. 找到下列內容
<div id="logo"></div>
[url=/" target="_top]<div id="logo"></div>[/url]
樓主也可以用比較完整的敘述方式表示,以自己的情況,要連結自己的網站中 "index.php" 時可以寫成以下內容:
[url=http://www.abokuo.com/index.php" title="回首頁" target="_top]<div=id="logo"></div>[/url]
題外話:建議將網站升級成 v1.15.18,避開舊有版本存在的系統漏洞。
我的 Joomla! 資訊網站:http://www.abokuo.com
Joomla! 書籍:Joomla! 3.x 素人架站計畫(2015.07)
Please 登入 to join the conversation.
- jimcaudil
- Topic Author
- 訪客
- abokuo
- Offline
- 版主
jimcaudil 寫了道:: 感謝回复!
我按你的提示加入鏈接,不過有些不同,如果我把鼠標放在logo上,只會顯示一個箭頭,如果按下左鍵,才會變成一隻手,(即不按下左鍵沒有人知道背後有個鏈接),這是我的IE的問題嗎?
請賜教。
也許有這個可能也說不定:
先前所寫的內容,用 google 瀏覽器(v5) 跟 Firefox (v3.6) 是顯示正常,滑鼠游標移到 logo 上時會變成點選連結的手勢,「回到首頁」四個字也會顯示出來。
但是在 Internet Exporler v8 瀏覽時就只會出現點選連結的手勢,「回到首頁」四個字不會出現。
不清楚樓主所使用的 IE 是哪個版本,可以跟樓主確認的是:微軟的 IE6 不但越來越多網站拒絕,連微軟自己也希望使用者更換成之後版本,為了自身的網路安全請不要使用 IE6。
我的 Joomla! 資訊網站:http://www.abokuo.com
Joomla! 書籍:Joomla! 3.x 素人架站計畫(2015.07)
Please 登入 to join the conversation.
- jimcaudil
- Topic Author
- 訪客
- jimcaudil
- Topic Author
- 訪客