Text and image in the Logo simultaneously

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Thu Apr 26, 2012 5:38 am
Hi,
please advice the best way for providing both image and text in the same logo module (in TWNII template) - not image OR text.
Many thanks in advance.
User avatar
Junior Boarder

GK User
Thu Apr 26, 2012 4:37 pm
Hi,

Open file: \templates\gk_twn2\layouts\blocks\logo.php

Find:
Code: Select all
<?php elseif($this->getParam('logo_type', 'image')=='text') : ?>

Change to:
Code: Select all
<?php if($this->getParam('logo_type', 'image')=='text') : ?>

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Thu Apr 26, 2012 5:39 pm
Don Lee wrote:Hi,
Let me know if it helps.

After changing the system was destroyed completely...
User avatar
Junior Boarder

GK User
Fri Apr 27, 2012 2:47 pm
Sorry I did give you a wrong solution in a hurry. In the file, you can add a custom html code to insert a text as logo along with image logo. Like changing this code:
Code: Select all
<div id="gkLogoWrap">

to:
Code: Select all
<div id="gkLogoWrap">
     <div id="mylogotext">Text goes here</div>
User avatar
Platinum Boarder

GK User
Sun Apr 29, 2012 1:06 pm
Thank you very much
User avatar
Junior Boarder

GK User
Sun Apr 29, 2012 2:24 pm
No problem at all, feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder


cron