-
AuthorPosts
-
January 15, 2009 at 6:18 pm #137146
i use in Joomla 1.5.9
is the description of the link to appear, the text runs right from the far side out of the template .here to see http://redder.un-it.de/index.php/ueber-uns/weblinks
someone knows the solution?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 16, 2009 at 8:44 am #286757Hi tvhmedia,
I don’t understand your question.
Please let me in detail.January 16, 2009 at 9:06 am #286765<em>@JA Developer 106455 wrote:</em><blockquote>Hi tvhmedia,
I don’t understand your question.
Please let me in detail.</blockquote>
hi JA Developer
I try. I have the weblink component in Joomla activated and categories and links created. When I click the link, the description appears on the link in a continuous text, but it flows right from the Body and far more about the template. To see in the Image I have appended. Must be something with the Template, because on another page with the same settings, everything is ok.mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
January 16, 2009 at 11:32 am #286780Hello,
I think the template css is having a conflict with the weblinks css.
here is what you will have to do (unless someone suggests something better) –
1. Load a different css for com_weblinks
[PHP]<?php if ($option == (“com_weblinks”)) { ?>
<link rel=”stylesheet” href=”../templates/ja_justicia/css/weblinks.css” type=”text/css” />
<?php } ?>[/PHP]2. Create a new css called weblinks.css. Add the following code to it –
.spandescription {
background:#000000 none repeat scroll 0 0 !important;
color:#CCCCCC !important;
float:left !important;
font-weight:bold !important;
padding:4px 0 !important;
text-indent:8px !important;
}Regards,
Mihir Chhatre.January 16, 2009 at 12:10 pm #286783Hello Mihir
at first Thank you for Supporting me.
I have the new Weblinks.CSS created and laid as templates / ja_justicia / css / weblinks.css . In witch file should i adapt the above code from you?<?php if ($option == (“com_weblinks”)) { ?>
<link rel=”stylesheet” href=”../templates/ja_justicia/css/weblinks.css” type=”text/css” />
<?php } ?>mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
January 16, 2009 at 12:27 pm #286788Hello,
Add that code in the index.php of the template.
Location is ../templates/ja_justicia/index.php
In that find the head tag. add this code there.
Regards,
Mihir C.January 16, 2009 at 1:15 pm #286794Hello,
I’ve tried a lot, even the absolute path in the index.php but still the same result. I also cleaned all the cache …
I was wrong? See this.<head>
<?php if ($option == (“com_weblinks”)) { ?>
<link rel=”stylesheet” href=”http://redder.un-it.de/templates/ja_justicia/css/weblinks.css” type=”text/css” />
<?php } ?><meta http-equiv=”Content-Style-Type” content=”text/css” />
or.
http://redder.un-it.de/templates/ja_justicia/css/weblinks.css[
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
January 16, 2009 at 1:19 pm #286795Hello,
MY BAD!
Open the css,
instead of it being :
.spandescription {
background:#000000 none repeat scroll 0 0 !important;
color:#CCCCCC !important;
float:left !important;
font-weight:bold !important;
padding:4px 0 !important;
text-indent:8px !important;
}IT SHOULD BE:
span.description {
background:#000000 none repeat scroll 0 0 !important;
color:#CCCCCC !important;
float:left !important;
font-weight:bold !important;
padding:4px 0 !important;
text-indent:8px !important;
}January 16, 2009 at 2:02 pm #286799No Way,
Wat is the right path for…
href=”../templates/ja_justicia/weblinks.css”i try a lot
href=”/html/redder/templates/ja_justicia/weblinks.css”
href=”http://redder.un-it.de/templates/ja_justicia/weblinks.css”me be this is the Bug
mihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
January 16, 2009 at 4:44 pm #286813Hello,
If you trust me, give me the details, i will fix it for you.
But as i understand, i did check the link that
http://redder.un-it.de/templates/ja_justicia/css/weblinks.css
and this is correct.
Regards,
MIhir C.1 user says Thank You to mihirc for this useful post
January 17, 2009 at 10:31 am #286899Hello,
Thanks for the offer, send me your PM to tomvh@web.de. I do not want too much manipulate the code, and have just given up and disabled the description to the singel Weblink. Is also much less work 😉
Thanks for your help.
Thomas -
AuthorPosts
This topic contains 11 replies, has 3 voices, and was last updated by tvhmedia 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum