Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • tvhmedia Friend
    #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 Moderator
    #286757

    Hi tvhmedia,

    I don’t understand your question.
    Please let me in detail.

    tvhmedia Friend
    #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 Friend
    #286780

    Hello,

    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.

    tvhmedia Friend
    #286783

    Hello 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 Friend
    #286788

    Hello,

    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.

    tvhmedia Friend
    #286794

    Hello,

    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 Friend
    #286795

    Hello,

    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;
    }

    tvhmedia Friend
    #286799

    No 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 Friend
    #286813

    Hello,

    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.

    tvhmedia Friend
    #286899

    Hello,

    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

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 3 voices, and was last updated by  tvhmedia 15 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum