Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Please Help!!! This Is My Last Question!!!

Please Help!!! This Is My Last Question!!!

Locked

Views: 1,064

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
12 Aug 2006, 11:45 AM
#1
personalisedpresent avatar

personalisedpresent

New Zenner

Join Date:
Aug 2006
Posts:
45
Plugin Contributions:
0

Please Help!!! This Is My Last Question!!!

HI,

I have managed to work out how to use the fileZillaandmanage files ect and I looked at FAQ but didn't find the answer.

Look at my site: https://www.personalisedpresent.com/shop

You will see I managed to get rid of the arches but am having diffuculty with the logo. So far I have it as:

<td valign="middle" height="<?php echo HEADER_LOGO_HEIGHT; ?>" width="<?php echo HEADER_LOGO_WIDTH; ?>"> <?php echo '<a href="''">'http://'http://i75.photobucket.com/albums/i281/dhblewis/logo.gif'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?> </td> <td align="center" valign="top">

Does anyone have any ideas???

They will be very much helpful!!!
Daniel

12 Aug 2006, 12:10 PM
#2
lala_g_clef_jewelry avatar

lala_g_clef_jewelry

Zen Follower

Join Date:
Apr 2006
Location:
Kansas
Posts:
233
Plugin Contributions:
0

Re: Please Help!!! This Is My Last Question!!!

personalisedpresent:

HI,

I have managed to work out how to use the fileZillaandmanage files ect and I looked at FAQ but didn't find the answer.

Look at my site: https://www.personalisedpresent.com/shop

You will see I managed to get rid of the arches but am having diffuculty with the logo. So far I have it as:

<td valign="middle" height="<?php echo HEADER_LOGO_HEIGHT; ?>" width="<?php echo HEADER_LOGO_WIDTH; ?>"> <?php echo '<a href="''">'http://'http://i75.photobucket.com/albums/i281/dhblewis/logo.gif'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?> </td> <td align="center" valign="top">

Does anyone have any ideas???

They will be very much helpful!!!
Daniel

my guess its the second http:// in your code...

12 Aug 2006, 12:24 PM
#3
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Please Help!!! This Is My Last Question!!!

You might of type one of your URL manually from your tpl_header.php file under your template's common folder. Would it be possible to post that peace of code (directly from the file - not from view-source) ?

12 Aug 2006, 1:28 PM
#4
personalisedpresent avatar

personalisedpresent

New Zenner

Join Date:
Aug 2006
Posts:
45
Plugin Contributions:
0

Re: Please Help!!! This Is My Last Question!!!

TheOracle:

You might of type one of your URL manually from your tpl_header.php file under your template's common folder. Would it be possible to post that peace of code (directly from the file - not from view-source) ?

Ok, A few questions and answers might solve the problem!!

Im at:

/public_html/shop/includes/templates/
I have two choices: **template_default **and common

Which one do I do my changes to??

Which file should I edit to get rid of the small red x and Powered by zencart...... in th box?

I would like that to be gone.

As well as the welcome to personalisedpresent.com text.

I would like to know which file to edit to get it the image stated on the first comment to cover the whole box which will be blank once the above steps are completed.

Please respond even if you dont understand so I can explain again to get this sorted ASAP.

Many Thanks.

Daniel
https://www.personalisedpresent.com

12 Aug 2006, 2:20 PM
#5
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Please Help!!! This Is My Last Question!!!

Which one do I do my changes to??

None of the above. Since, by doing so, you will alter the template_default's readings once the next releases will be pulished from the DEV Team. Please read the FAQs and wiki documentation regarding templates overrides.

The above should read like this:

/public_html/shop/includes/templates/
I have two choices: <your_template> and common

So, techicly;

/public_html/shop/includes/templates/<your_template>/common/tpl_header.php

Do NOT use the template_default folder. :wink2:

13 Aug 2006, 9:59 AM
#7
personalisedpresent avatar

personalisedpresent

New Zenner

Join Date:
Aug 2006
Posts:
45
Plugin Contributions:
0

Re: Please Help!!! This Is My Last Question!!!

:laugh: Thank you everyone!!
I just re installed it and everything was so much easier!!!