Logo at topmenu position

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Mar 08, 2012 6:53 pm
Hi,

May I know how to move the logo put on the topmenu? please refer to the attachment.

I have created a new module for the logo, just don't know how to edit the css.

Thanks!
User avatar
Fresh Boarder

GK User
Fri Mar 09, 2012 1:08 pm
anyone can help?
User avatar
Fresh Boarder

GK User
Fri Mar 09, 2012 3:30 pm
I am also interested on how to change this as well. Did you ever get an answer?
User avatar
Fresh Boarder

GK User
Fri Mar 09, 2012 4:21 pm
I am waiting for the answer but it seems no one to response....
User avatar
Fresh Boarder

GK User
Sun Mar 11, 2012 7:18 am
I am quite surprise with the support. It is very bad....
User avatar
Fresh Boarder

GK User
Wed Mar 28, 2012 11:23 am
Solution:

open: templates\gk_mystore\layouts\blocks\toolbar.php

add below <div id="gkToolbar"> (line 22):
Code: Select all
    <?php if( $this->modules('customlogo')) : ?>
      <div id="customlogo">
         <jdoc:include type="modules" name="customlogo" style="<?php echo $this->module_styles['customlogo']; ?>" />
      </div>
   <?php endif; ?>


open: templates\gk_mystore\css\template.css
add in /*Containers*/ (line 47)
Code: Select all
#customlogo { position:absolute; margin:-20px 0 0 0;}


now add in joomla custom HTML module with position "customlogo"

this works for me :D
User avatar
Fresh Boarder

GK User
Fri Jul 20, 2012 4:47 pm
Thanks this worked for me too. I had to change some other values in css but now the logo is great :)
User avatar
Expert Boarder

GK User
Tue Aug 07, 2012 8:54 am
Hello there,
i tried the way u said, but mine is not working.
the way i did is written as follow,
1) The first step i add a new module position to my store template by editing the templateDetails.xml file.
<postions>myposition</positions>
2) second step i edit the gk.const.php file located in /lib/framework.
'myposition' => none;
3)in template/layout/blocks/toolbar.php i add following code,

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

4) then I open: templates\gk_mystore\css\template.css
add in /*Containers*/
#myposition { position:absolute; margin:-20px 0 0 0;}

5) last step i open joomla administrator then in Module Manager: Module Custom HTML. i creat new one with the position
of my position.

my question is i did all the step but my logo is not showing at the top left .can anyone help me please. i am new to joomla also. really need help.

thanks in advance :)
regards,
sahar
User avatar
Fresh Boarder

GK User
Thu Aug 09, 2012 11:49 am
Where your logo is shown?
Give us the link to your webpage
User avatar
Expert Boarder

GK User
Fri Aug 10, 2012 7:44 am
Now I have a little problem too. I am trying to do that tweak again in another site that I design and when I enble the "Logo" module which contains the image in logoposition the web site doesnt load at all and gives me an error 500. When I disable it it works fine.
User avatar
Expert Boarder


cron