-
AuthorPosts
-
January 7, 2009 at 8:49 pm #136841
Question,
On user tools the images are .gif (like style1-hilite.gif)
I want to change the imaged to .png because of transparencies with modifications to the JA_Erica template.
I can not fing it on CSS file or any where.
Any idea of where can I change that?
Thanks Guys!Blueman:cool:
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 7, 2009 at 9:03 pm #285254Have you got a url we could take a look at.
I’ve just checked the demo on the main site but it doesn’t seem to have the user tools on there.
January 7, 2009 at 9:57 pm #285268Site is offline right now…
I just want to turn:
style1.gif
style2.gif
style3.gifinto
style1.png
style2.png
style3.pngThe template CSS file doesn’t have these images nor the templatools.php
How can I locate the style to be able to change it from .gif to .png ?
I really appreciate your help.
Thanks in advance 😉
Bluemananisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 8, 2009 at 7:47 am #285347Hey Blueman
As I can’t physically see the site (or the usertools on the demo), the only advice I can give you (And this WILL work) is to download Firebug (http://www.getfirebug.com).
This is a developers tool for Firefox which allows you to inspect images, sections etc on websites and locate, change settings to the site on the fly without actually making the changes to the code. These changes are only temporary whilst you see how the site would look – Sooooooooooooo
Why do you need this?
Well, you need to locate the images in a css file? right? Use firebug to inspect the usertool images and in the code area it will tell you which css file the code to the images is located in.
So crete your new images in photoshop, upload them to the right area on your site and then using firebug locate the image code and then amend the actual css file to repoint to the png’s and not the gifs.
If you had a URL – I could’ve just given you the exact location of your images rather than write the whole of the above. But then again, this is how you learn to do new things. 🙂
Hope this helps. If you’re still stuck – let me know. If you can get a link to the site – i’ll be able to help you quicker.
January 10, 2009 at 7:18 pm #285823Thanks anisjolly,
I sent you a PM with a link. Site is up now.
Let me know if you find where to change those images to png.
It’s not on any of the CSS files, or templatetools.php
Is got to be in functions somewhere.
Thanks againanisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 10, 2009 at 7:28 pm #285827hey jorge
i’ve sent you a reply to your pm.
hope that sorts the prob out for you. if not set me up and a/c with admin (not super admin) access and i’ll sort out the prob for you. send me the full url to the new png images too.
January 10, 2009 at 7:58 pm #285831Thanks,
I found it as you said on the index.php I wasn’t expecting it there.
For those who have the same problem, just change “gif” to “png”On this line…
[PHP]<?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
<div id=”ja-usertools”>
<?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER) & 7, ‘gif’); ?>
</div><div class=”clr”></div>
<?php } ?>[/PHP]Thanks for pointing me the direction anisjolly
Regards,
BlueMan;) -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by anisjolly 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum