Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1128515

    I’ve imported the “Small Business – Flat Demo” but i can’t see the logo when checking the website on a desktop / laptop. No problem with the mobile version.
    Logo dimensions match with the recommended ones.

    Any idea?

    Thanks

    #1128554

    Hey basharzero,

    The site above is showing as “un-secure” and not loading for me.

    Best regards,
    Jordan Shannon

    #1128745

    Hi Jordan,
    This is another problem am not sure the cause off. Am using the same server for different websites and templates and this error happens only with Enfold. Any idea?

    If you click “Continue anyway” on the screen you see when visiting the website, it will load normally.

    Thanks
    Bashar

    #1128799

    Hi,

    Yes, I followed that and the site never loaded on my end.

    Best regards,
    Jordan Shannon

    #1135454

    Hi Jordan,

    I had to install SSL certificate for the website for it to work properly – This is the only theme i had to do that for!
    You should be able to view it now, could you please check for the logo problem?

    Thanks
    Bashar

    #1135473

    is it a transparent header. because av_alternate_logo_active is on header as class.
    Try to put in that options field of Enfold: Header – Transparency Options – a logo
    what i can not believe is – if there is no logo in.- the normal Logo would not became the opacity of 0.
    So – guess you have inserted one to see whats happening. but you did not erase that field completely.
    Because if this field is empty the normal logo will be shown even on transparent header pages.

    #1135587

    you can see the logo if you put this to quick css – but there is the reason for that rule on default with opacity = 0
    the alternate logo will be shown instead and that input field has a non visible entry
    on Default is that if that input field is empty the logo from logo input field is shown. But there must be something went wrong on doing that.

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #1135596

    by the way the subheading und “ne” – guess it would be better readable if it is a Myriad Pro light ( not thin ) ( just for web )
    and not to loose the legibility on that little dimensions – try to insert svg instead – and because your background on landing page is nearby the blue of the two circles you had to change them into a different color – or maybe let all black and only change these two circles to white
    https://webers-testseite.de/Neo_logo.svg
    and
    https://webers-testseite.de/Neo_logo_white.svg

    but with svg you can change that easily – open the svg files with a good text-editor (not word) ( sublime-text on mac and notepad++ etc on PC)
    you can see the head-section of the svg :

    <?xml version="1.0" encoding="utf-8"?>
    <svg version="1.1" id="Neo_Logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
    	 viewBox="0 0 1084 510" style="enable-background:new 0 0 1084 510;" preserveAspectRatio="xMinYMid meet" xml:space="preserve">
    <style type="text/css">
    	.st0{fill:#000000;}
    	.st1{fill:#1B87EA;}
    </style>

    the class st1 are these two circles the rest is class st0
    so if you change here the colors as you like to have

    #1135790

    Hi,

    Thanks for helping out @guenni007, did you try the suggestions above @basharzero?

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.