Logo flashing problem

I made changes at the logo to make it appear in the middle of the slider. It works but when you scroll the logo disappears. Going back up it appears again. I think there is a parameter block for the latter remains fixed.

Can you help me?

Adress website : http://elleexpert.fr/

Best regards
Julian

Comments

  • Hi Julian,

    we have no idea what you did exactly but looks like
    you modified theme files what is not allowed. After such modifications,
    only website developer is responsible for the site. We did checked your
    site and to be honest we don't know why logo disappear. You should go
    back to original theme files and do the changes only under Custom CSS section.

    Thanks!
  • Hello,

    This is the first time I see that it is forbidden to customize a template prestashop.

    Can you help because the site is almost finished me, there is just the problem with the logo.

    I tried on a new version localhost before modification and the logo is not flashing. Could you tell me the CSS changes I need to do to center the logo and to make it the same size as the one on the site http://www.elleexpert.fr

    Perhaps my mistake comes from the Max-height setting on the logo image. The default value is 100%. I passed 700% to increase the size of the logo but apparently it generates a flashing logo (see screenshot http://img15.hostingpics.net/pics/496683screenelleexpert.jpg).

    Can you help me locate this logo correctly. It should not be much for it to work properly.

    Thank you.

    Best regards
    Julian


  • Please remove your custom css and logo won't be flashing. Sorry but like we wrote above you used to much custom css and with current code it is not possible to prevent this behave.

    Thanks for understanding!
  • So I'll try reloading the default CSS. Is possible to enlarge the logo without trigger this blinking?
  • If you would set the default code, and would send us url to page where you want to increase it, we will have a look and will tell you if this can be done somehow.
  • Thank you, but I think I finally managed completely by taking the code of the logo. Is that you can check that the logo works well with you? http://elleexpert.fr

    Another little thing on my page I would like to decrease the size of the header. As you can see from the screenshot I have a padding-bottom of the div to 200px subheader. Can you tell me where I can change the padding since it is in inline.

    Here is a sample page: http://elleexpert.fr/createur-entreprise/

    Thank you.

    Best regards
    Julian
  • Yes, now the logo works great. However, to reduce padding bottom for subheader, you can use below css:
    #Subheader { padding-bottom: 40px !important; }
  • Hello,

    Thank you for your reply it works. I take this matter to ask you a question. I noticed that the subheader tended to vibrate at the scroll.

    Is you know where it may come?

    Here is a sample page or there is this problem: http://elleexpert.fr/contactez-nous/

    Thank you for your help.

    Best regards
    Julian
  • Sorry, but we do not see any vibrate at scroll. All is fine.
  • edited November 2015
    Hello,

    So this time I no longer speak but the logo image header of the page. I tried on several PCs and I contaste much the same problem in that scroll.

    Can you check again? (see screenshot: http://hpics.li/c76c7e6)

    Best regards
    Julian
  • You modified header files again. And because you used own code there, we don't know why this image on the right is vibrating. When our original files were activated previously, everything was fine. But now, because you modified theme files, it does not work properly again what means that this vibration is related with your customization.
  • Hello,

    In fact I made some modification on the header of notament pages at the titles display. I'll try to see if I can solve this problem.

    Another small question: I would like to decrease the height of the Footer. I saw he had a padding but it happened in inline. Can you tell me what I need to edit the file to remove the padding? (see creenshot : http://img15.hostingpics.net/pics/815832screenfooter.png)

    Thank you for your quick answers.

    Best regards
    Julian
  • Paddings are so large because of your custom css under Theme options > Custom CSS & JS > Custom CSS section:
    #Footer .widgets_wrapper {
        padding: 70px 0 60px;
    }
Sign In or Register to comment.