additional logo position

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Tue Feb 14, 2012 10:29 am
hey, I use the text logo on the right side and would need to use the picture logo on the left side too. Could you please help me?

Best regards Martin

please see attachment
User avatar
Fresh Boarder

Konrad M
Tue Feb 14, 2012 10:47 am
Hi
Can you give us url to your site?
User avatar

GK User
Tue Feb 14, 2012 3:52 pm
site is not online yet. ???

regards!
User avatar
Fresh Boarder

Konrad M
Tue Feb 14, 2012 4:25 pm
Ok, try attach file again because I don't see it.
User avatar

GK User
Fri Feb 24, 2012 9:40 pm
is it possible to use text logo (float right) and picture logo (float left) at the same time, this would be perfect.
Thanks!
User avatar
Fresh Boarder

Konrad M
Sat Feb 25, 2012 4:12 pm
It needs some hard coding to achieve that.
User avatar

GK User
Sun Feb 26, 2012 12:06 pm
so it is pretty difficult I guess! but how could I handle this, If i want to use 2 different Logo positions at the same time? Or is possible to use a modul in logo position?
User avatar
Fresh Boarder

Konrad M
Mon Feb 27, 2012 9:57 am
I think you will need add a new pomdule position. Try read this https://www.gavick.com/documentation/jo ... -position/
User avatar

GK User
Tue Feb 28, 2012 12:52 pm
Thanks! Could you please guide me how to add the "myposition" to the template so that I can use it in Logo Position!
Thank you very much!

Regards
Martin
User avatar
Fresh Boarder

Konrad M
Wed Feb 29, 2012 11:16 am
In my last post I gave you link how add new module postion.
User avatar

GK User
Wed Feb 29, 2012 11:54 am
I know, and it worked out good. but I don't know where to put the code you gave me (the code I should paste) into the file default.php or the block logo.
User avatar
Fresh Boarder

Konrad M
Thu Mar 01, 2012 10:39 am
Paste it on block logo.
User avatar

GK User
Sat Mar 10, 2012 2:49 pm
Hey,
well, I guess I am an extreme dummy in that. I don`t get it. I pasted the code right at the end in the block logo.php.

I which css files do I have to do the changes?

Many thanks!!
User avatar
Fresh Boarder

GK User
Sat Mar 10, 2012 2:55 pm
I send you a picture to show you what I want to achieve.

best regards
martin
User avatar
Fresh Boarder

Konrad M
Sun Mar 11, 2012 7:36 pm
Can you send ulr to site?
User avatar

GK User
Mon Mar 12, 2012 9:15 am
Unfortunately I cannot send url to my site, becouse it is not online yet. I am sorry but even with all your hints I do not get it done! the first to steps from your link you gave were no problem, so I can choose position in module positions, but which css files do I have to change?

kind regards
martin
User avatar
Fresh Boarder

Konrad M
Mon Mar 12, 2012 10:04 am
All changes please add to override.css but remember to enable override.css option in template settings.
User avatar

GK User
Wed Apr 04, 2012 10:47 am
Hi

I am trying to achieve a similar effect, i need to add a module position, left aligned above the logo, I have followed all the steps and pasted the code for the actual module into the logo.php block...

Code: Select all
$logo_text = $this->getParam('logo_text', '');
$logo_slogan = $this->getParam('logo_slogan', '');

?>
<?php if($this->modules(‘topnav’)) : ?>
<div>
<jdoc:include type=”modules” name=”topnav” style=”<?php echo $this->module_styles['topnav']; ?>” />
</div>
<?php endif; ?>

<?php if ($this->getParam('logo_type', 'image')!=='none'): ?>


I created a custom HTML module and dropped the image i wanted in there but its not displaying, what am i missing?

The site URL is http://79.170.40.167/scl.com/

TIA

Kev
User avatar
Gold Boarder

Konrad M
Wed Apr 04, 2012 1:05 pm
Look at this
Code: Select all
<?php if($this->modules(‘topnav’)) : ?>


you have wrong quotes, change them to
Code: Select all
<?php if($this->modules('topnav')) : ?>


I guess you paste it.
User avatar


cron