| View previous topic :: View next topic |
| Author |
Message |
ietus
Joined: 20 Mar 2007 Posts: 1
|
Posted: Tue Mar 20, 2007 5:04 pm Post subject: customizing the links page. |
|
|
Hello,
I am new here and new to Joomla as well. I am hoping someone here can tell me how to customize the links page. I have tried changing the css but with no progress. I would like to move the exchange links grey box down a little and also add some margin to the left side so that on the add your link page the text is not so close to the edge.
Also, this link component is overriding my formatting for the page titles. I have noticed on some components the parameters allow you to show page or hide page titles. Can someone tell me what I can do about this. |
|
| Back to top |
|
 |
maff23uk
Joined: 27 Apr 2007 Posts: 2 Location: Harrogate, England
|
Posted: Fri Apr 27, 2007 11:23 am Post subject: Same problem |
|
|
Hi,
I'm having the same problem. Linx installed fine but the menu bar with "exchange links" is positioned over the top of the page title. I've fiddled with the CSS a little but have only been able to change the size of the menu bar.
I need to move it down a little, how would I do this?
Thanks |
|
| Back to top |
|
 |
LCM
Joined: 03 May 2007 Posts: 1
|
Posted: Thu May 03, 2007 11:38 am Post subject: Customising the link page |
|
|
First, thanks to the hard working designers for an excellent piece of kit.
To change the intro page etc you need to edit your chosen language file (e.g. English.php) in the language folder putting in breaks etc as you see fit.
In fact from here you can customise all the definitions used.
If you want to do anything more than that, Id wait for answer from CT. |
|
| Back to top |
|
 |
maff23uk
Joined: 27 Apr 2007 Posts: 2 Location: Harrogate, England
|
Posted: Thu May 03, 2007 12:02 pm Post subject: |
|
|
| Thanks LCM, hadn't thought of looking in the language file! |
|
| Back to top |
|
 |
CT Internet Site Admin
Joined: 12 Jun 2006 Posts: 311 Location: Spain
|
Posted: Thu May 03, 2007 1:24 pm Post subject: |
|
|
Sorry I didn't see this until now... yeah it is a small visual bug in this release of LinX.
You can fix it simply by adding this line:
display: block;
to the #linx_top_nav in the CSS file. So that it looks like this:
| Code: | #linx_top_nav {linx.css (line 1)
background-color:#EFEFEF;
border:1px solid #CCCCCC;
margin:2ex 0pt;
padding:0.4em 1em;
display: block;
} |
This will make it look better! _________________ Developer of LinX
Note: If you like LinX then please review it at the Joomla Extentions Directory |
|
| Back to top |
|
 |
|