• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 23.06.16, 10:01
  • Opened by: leo
  • Closed by: Alex
  • Closed on: 06.07.16, 15:39
  • Reason: Fixed
  • Comment: Glad to help!

Ticket #9690 - Can't find de add logo and footer module

Hi Alex,

I can not find the add logo on footer (blocklogo) module ?

Also it is not possible to download this module with the link https://www.dropbox.com/s/zlik694yibyhggb/blocklogo.zip from your manual.

Kind regards,

Leo

Comments

Alex 23 Jun 2016, 18:11

Hi. We don’t use this module a long time. You can try to install it and check if it works.

leo 23 Jun 2016, 21:43

Ok, but what is alternative way then to install the shop logo in the footer ?

Alex 24 Jun 2016, 12:44

You can add it directly in the footer.tpl file. If you need my help with that I can add it there for 10 euro http://promokit.eu/themes/custom-package/

Alex 24 Jun 2016, 12:44

Did you try to install the Blocklogo module?

leo 27 Jun 2016, 21:39

I can not find this module, any sugestion ?

Alex 27 Jun 2016, 22:58

Hi. Attached

leo 28 Jun 2016, 13:51

Thanks ! Alex

Alex 28 Jun 2016, 15:06

Does it work ok?

leo 30 Jun 2016, 13:45

Hi Alex,

I’ve installed the module successfully but I only see a black line in my footer and no logo, Must I give up a path to the image or something in the field Your Logo:
Beside that I thought the logo would be placed in the footer bottom section ?

Alex 30 Jun 2016, 18:19

Yes I see the module doesn’t works. I can add the logo to the footer directly to the footer.tpl If you want I can do that for you for 10 euro http://promokit.eu/themes/custom-package/
Just show me what the location you want and give me the logo.

leo 01 Jul 2016, 07:35

Ok Alex I will donate the 10 euro and let you know when I’ve don this.

The logo should be placed in the footer banner at the bottom left corner

Logo is attached, if it is to big you may resize it.

Alex 01 Jul 2016, 13:40
leo 01 Jul 2016, 22:31

Hi Alex,

Correct
I’ve just booked 10 euro on your account.

leo 04 Jul 2016, 12:06

Hi ALex,

Thanks

First the customer wants the logo in the left corner but now they think it looks better in the middle. and the copyright text to the same position as it was before.

Would you do that or let me no where I can change thi.

Kind regards,

Leo

Alex 05 Jul 2016, 17:06

Hi. The code you can change in the CustomCSS (in the bottom)
Logo to center. For that change the code in the CustomCSS
from


/* logo in the footer */
@media (min-width:769px) {
    img.logo_footer {position:absolute; height: 136px;bottom: 0;padding: 5px;margin: 5px;}
    #footer .footer_text {position: relative; left: 30%}
}    
@media (max-width:768px) {
    img.logo_footer {position:absolute; height: 85px;bottom: 20px;padding: 5px;margin: 5px;}
    .footer_bottom_hook {float:right}
    #footer .footer_text {position: absolute; right:0;bottom:0; width:97%}
}    

to

/* logo in the footer */
@media (min-width:769px) {
    img.logo_footer {position:absolute; height: 136px;bottom: 0;padding: 5px;margin: 5px;left: 40%}
}    
@media (max-width:768px) {
    img.logo_footer {position:absolute; height: 85px;bottom: 20px;padding: 5px;margin: 5px;}
    .footer_bottom_hook {float:right}
    #footer .footer_text {position: absolute; right:0;bottom:0; width:97%}
}    

leo 05 Jul 2016, 22:28

Thanks Alex,

Perfect !

You may close this ticket.