Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jawharbf Friend
    #174213

    Hello,
    I don’t know please how to change the images in sponsored by, also how to remove T3 framework

    Thank you for any replay:)

    pavit Moderator
    #439676

    Hi

    Sponsored By is a custom-html module that use this html code

    <ul class=”adv-links”>
    <li class=”link”><a class=”adv-link icon_work” href=”#” title=”Workhabit”>Workhabit</a></li>
    <li class=”link”><a class=”adv-link icon_phase” href=”#” title=”Phase”>Phase</a></li>
    <li class=”link”><a class=”adv-link icon_trellon” href=”#” title=”Trellon”>Trellon</a></li>
    <li class=”link”><a class=”adv-link icon_adyax” href=”#” title=”Adyax”>Adyax</a></li>
    <li class=”link”><a class=”adv-link icon_nodeone” href=”#” title=”Twitter”>Nodeone</a></li>

    The images are linked in the module through css and are stored in this folder templatesja_ironisimages

    adayx.gif
    nodeone.gif
    phase.gif
    trellon.gif
    workhabit.gif

    Regarding the T3 Framework i think you are referring to the Logo positioned in the Footer position to remove it go to
    Extensions –> Template Manager –> Ja-Ironis Default –> PROFILES tab –> Default profile — Global settings — Footer T3 Logo and Choose No show

    jawharbf Friend
    #439679

    Just a simple question ok for changing the images but i don’t find the linked in the module through css (where is exactly the css to change it)

    Thank you very much 🙂

    pavit Moderator
    #439690

    <em>@jawharbf 302390 wrote:</em><blockquote>Just a simple question ok for changing the images but i don’t find the linked in the module through css (where is exactly the css to change it)

    Thank you very much :)</blockquote>

    You need to check in /templates/ja_ironis/css/template.css around line 785

    .advertising ul li a.icon_work {
    background-image: url("../images/workhabit.gif");
    }
    .advertising ul li a.icon_phase {
    background-image: url("../images/phase.gif");
    }
    .advertising ul li a.icon_trellon {
    background-image: url("../images/trellon.gif");
    }
    .advertising ul li a.icon_adyax {
    background-image: url("../images/adayx.gif");
    }
    .advertising ul li a.icon_nodeone {
    background-image: url("../images/nodeone.gif");
    }

    Regards

    jawharbf Friend
    #439871

    Hi,

    Ok Thank you for the replay
    🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  jawharbf 12 years, 8 months ago.

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