- Thank you received: 0
changing l;ogo
-
indira
-
Topic Author
- New Member
-
Less
More
12 years 2 weeks ago #27915
by indira
changing l;ogo was created by indira
Sir
i tried to replace the existing logo image in index.php in the following scripts with my images but still it does not work.
<div class="logo">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="white") { echo "black"; }else{ echo "white"; } ?>.png" width="381" height="96" alt="joomla restaurant template" /></a>
</div>
My images : refer to attached file
The amended scripts are as follows:
<<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="costeffective") { echo "atics"; }else{ echo "costeffective"; } ?>.png" width="381" height="96" alt="joomla restaurant template" /></a>
The new logo does not come.
And also I wanted to replace "joomla restaurant template" with the company name with a font size of 36 and this also I am unable to do. Kindly provide me the appropriate codes to insert the company name.
Kindly advise
Best regards
Indira
i tried to replace the existing logo image in index.php in the following scripts with my images but still it does not work.
<div class="logo">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="white") { echo "black"; }else{ echo "white"; } ?>.png" width="381" height="96" alt="joomla restaurant template" /></a>
</div>
My images : refer to attached file
The amended scripts are as follows:
<<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_<?php if($transparentImage=="costeffective") { echo "atics"; }else{ echo "costeffective"; } ?>.png" width="381" height="96" alt="joomla restaurant template" /></a>
The new logo does not come.
And also I wanted to replace "joomla restaurant template" with the company name with a font size of 36 and this also I am unable to do. Kindly provide me the appropriate codes to insert the company name.
Kindly advise
Best regards
Indira
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #27927
by ivan.milic
Replied by ivan.milic on topic changing l;ogo
try just:
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_costeffective.png" width="381" height="96" alt="joomla restaurant template" /></a>
for title joomla restaurant template edit custom HTML module in user1 position.
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo_costeffective.png" width="381" height="96" alt="joomla restaurant template" /></a>
for title joomla restaurant template edit custom HTML module in user1 position.
Please Log in to join the conversation.
-
indira
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 2 weeks ago #27946
by indira
Replied by indira on topic changing logo
Sir
I inserted the above codes and still the logo does not come. Finally, I tried the following codes and it worked successfully:
<div class="logo">
</ol><a href="index.php">
<p><img src="images/logo_atics.png" border="0" alt="" /></p></a>
<ol>
</div>
I inserted the above codes and still the logo does not come. Finally, I tried the following codes and it worked successfully:
<div class="logo">
</ol><a href="index.php">
<p><img src="images/logo_atics.png" border="0" alt="" /></p></a>
<ol>
</div>
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #27950
by ivan.milic
Replied by ivan.milic on topic changing logo
Yes great, just <ol> comes first then </ol> you have it oposite
The following user(s) said Thank You: indira
Please Log in to join the conversation.
Time to create page: 0.154 seconds