-
AuthorPosts
-
jawharbf Friend
jawharbf
- Join date:
- April 2010
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
February 23, 2012 at 3:10 pm #174213Hello,
I don’t know please how to change the images in sponsored by, also how to remove T3 frameworkThank you for any replay:)
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 23, 2012 at 3:41 pm #439676Hi
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.gifRegarding 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 show1 user says Thank You to pavit for this useful post
jawharbf Friendjawharbf
- Join date:
- April 2010
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
February 23, 2012 at 4:08 pm #439679Just 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 23, 2012 at 4:49 pm #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
-
AuthorPosts
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