View Full Version : Changing the logo
oliver79
03-16-2008, 10:37 AM
Hi all,
Just wondering if someone could help me with the following:
I'm using the template Greenleaves and would like to change the logo.png file to one of my own; therefore, I have imported it into Photoshop - however, I would like to know how others are doing this, by this I mean are you simply cutting and deleting the exisiting text that is there and replacing it with your own or are people able to modify the exisiting text (if so can you tell me how you are doing this as when I put the text cursor icon over the text it wont allow me to modify)?
Many thanks,
Oliver
Nikita B.
03-19-2008, 05:52 AM
Hello Oliver and welcome to our support forums!
I'm using the template Greenleaves and would like to change the logo.png file to one of my own;
you can just rename your own logo to logo.png and replace with esyndicat's logo.
About how to create a logo you can find a lot info in google
or here for exmpl.
http://www.garysimon.net/logotutorial/
http://cooltext.com/ -- simpliest way
Vasily B.
03-19-2008, 05:52 AM
You can not edit the text in that PNG file. You should delete the old text and write your own. Because png file is one-layer file and it's not PSD source. So just delete the old text and write a new one. Save it and reupload on your working copy of the script.
Let us know if you have any questions, Oliver
theinternetbabyshop
08-08-2008, 08:06 PM
Hi
I am totally new to all of this and Nikita has be very helpful and set my directory up for me, I now just need to know how do I insert my own logo please? and also insert a descrption on the front page (over where it says : '
Want to build a Directory
you can be proud of?' )
Thanks
Alison
Hi
I am totally new to all of this and Nikita has be very helpful and set my directory up for me, I now just need to know how do I insert my own logo please? and also insert a descrption on the front page (over where it says : '
Want to build a Directory
you can be proud of?' )
Thanks
Alison
Hi Alison
Can you please post your questions for the pro version here:
eSyndiCat Pro v2.2.xx
http://www.esyndicat.com/forum/forum-75.html
You should have access. If you don't, please go here:
Pro forums area
http://www.esyndicat.com/forum/post43142-1.html
The reason for this is that this forum is for questions in regards to the free version only.
Thanks :)
hamlaza
03-22-2009, 01:49 PM
where should i add the alt="..." code for the logo?
MHVishal
04-29-2009, 09:22 AM
The logo is defined as part of the rhuk milkyway template. It is defined in the template.Css file.I'm brand new to gallery 2.0 and I was wondering how I can change the image at the top of my gallery page from logo to something I have created.
Marble Host provides Web Hosting Service (http://www.marblehost.com) with Instant Hosting Account (http://www.marblehost.com/how-long-does-it-take-for-my-account-to-be-setup-after-signing-up.php) setup
Alex B.
05-01-2009, 12:04 AM
Please create your own logo and upload it to the folder you found before: /templates/Default/img/.
It can be of any image type, for example company_logo.gif
then open /templates/current_template/header.tpl file and find the following snippet of code:
<!-- logo start -->
<div class="logo"><a href="{$config.base}{$config.dir}"><img src="{$img}logo.gif" alt="" title="" /></a></div>
<!-- logo end -->
and replace it with:
<!-- logo start -->
<div class="logo"><a href="{$config.base}{$config.dir}"><img src="{$img}company_logo.gif" alt="" title="" /></a></div>
<!-- logo end -->
Save changes
Also if you need change position logo. You should edit style.css
div.logo
{
.....
}
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.