Hello, how can I add a logo to the bottom of my site. I have full guru site installed and i am trying to add a logo at the footer of my site as show here
When I go to the template t4_bs5_blank, I noticed there is a place where I can add a module, i just dont know how. see below
Thanks, Indrit
Hi Indrit,
You can go to Layout settings in template >> hover that position and click the settings icon to change settings for this column. A popup will appear like this:
And you can select to load block / module / position / element .. as you wish.
If you want to load the logo of site, simply select to load element and choose logo element like this:
element
logo
thanks, how can I add a new module position?
for example. I want to create a new module position ... name it let's say footer-right. Then, go to Modules, create new, select custom and add a image and/or link, etc
Hi IDesign, You can add the following code to the /templates/t4_bs5_blank/templateDetails.xml file to create the footer-right position <position>footer-right</position> Then select the new position here:
<position>footer-right</position>
Thanks, I did just that. Then I created a new "Custom Module" added some language in there just to tested and it does not show.
What am I doing wrong?
Hi IDesign, I have checked and see that you just added this position for the default layout, I have added the position to the Home layout, and the logo is showing well now.