Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

numotors: Site Logo

  • greatway
  • greatway's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #136674 by greatway
numotors: Site Logo was created by greatway
in template manager, even if i choose the logo, it still shows the text.

Image comes up for a sec, but next text replace it

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago - 10 years 10 months ago #136675 by Yiota
Replied by Yiota on topic numotors: Site Logo
Open index.php and replace this snippet of code in line 83:
<h1 id="logo">
	<a class="logoText isFontSans" href="<?php echo $siteurl; ?>" title="<?php echo $logoAltText; ?>">
		<?php if($logoImage): ?>
		<img src="<?php echo $logoImage; ?>" alt="<?php echo $logoAltText; ?>" />
		<span class="hidden"><?php echo $logoText; ?></span>
		<?php else: ?>
		<span class="slabtext"><?php echo $logoText; ?></span>
		<?php endif; ?>
	</a>
</h1>

with this:
<?php if($logoImage): ?>
	<h1 id="logoImage">
            <a class="logoText isFontSans" href="<?php echo $siteurl; ?>" title="<?php echo $logoAltText; ?>">              
               <img src="<?php echo $logoImage; ?>" alt="<?php echo $logoAltText; ?>" />
               <span class="hidden"><?php echo $logoText; ?></span>           
            </a>
          </h1>
<?php else: ?>
	<h1 id="logo">
		<a class="logoText isFontSans" href="<?php echo $siteurl; ?>" title="<?php echo $logoAltText; ?>">					
			<span class="slabtext"><?php echo $logoText; ?></span>							
		</a>
	</h1>
<?php endif; ?>

Then open template.css file and in line 369 change h1#logo with h1#logo, h1#logoImage.

We will include this fix in the template's update. Thank you for your feedback.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • greatway
  • greatway's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #136676 by greatway
Replied by greatway on topic numotors: Site Logo
NIce, it worked.
Thanks

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #136677 by natecovington
Replied by natecovington on topic numotors: Site Logo
This fixed it for me, too. Thanks!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum