- Posts: 14116
- Thank you received: 1639
Site name Not vissible
-
chibs
- Topic Author
- Visitor
12 years 1 week ago #24516
by chibs
Site name Not vissible was created by chibs
I built a site with sparky.
www.kingsflairinternational.com
its really good
But the site name is not visible on the main page it shows only logo
i noticed if i used text logo it will appear but if i use the company logo, the text of the eite name will no be visible.
Please how can i make it visible
www.kingsflairinternational.com
its really good
But the site name is not visible on the main page it shows only logo
i noticed if i used text logo it will appear but if i use the company logo, the text of the eite name will no be visible.
Please how can i make it visible
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 1 week ago #24521
by ivan.milic
Replied by ivan.milic on topic Site name Not vissible
It's like that, see sparky\library\logo.php eater is image or logo and slogan text
Please Log in to join the conversation.
-
chibs
- Topic Author
- Visitor
12 years 1 week ago #24538
by chibs
Replied by chibs on topic Site name Not vissible
please i need the two
what do i modify to get that
what do i modify to get that
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #24548
by ivan.milic
Replied by ivan.milic on topic Site name Not vissible
Just remove if brackets and leave other code:
Code:
<div class="sparky_logo_image"><a href="index.php"><img src="<?php echo $template_path.DS."images".DS.$logoImageFile; ?>" alt="<?php echo $logoImageAlt; ?>" /></a></div>
<div class="sparky_logo"><a href="index.php"><?php echo $logoText; ?></a></div>
<div class="sparky_slogan"><?php echo $sloganText; ?></div>
Please Log in to join the conversation.
Time to create page: 0.153 seconds