Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1216527

    Hi guys, opening up the thread again that i Posted here:
    when I minimize the browser to be the width of mobile it looks fine. However on actual mobile devices the logo doesn’t show. Would love some advice on this, thanks!!

    #1216670

    Hey bobfurgo,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        background-color: transparent;
      }
    
      #top #wrap_all #main {
        margin-top: 0 !important;
      }
    }
    
    
    Best regards,
    Nikko
    #1216685

    hi nikko, thanks. it didn’t quite work out, i want there to be a black logo and white header background like the rest of the pages. Left the code there so you can take a look at that page on mobile

    #1216731

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, please clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1217454

    yes I did. Also i removed that code because it made the header on mobile devices look weird for all pages that have a transparent header. The black logo was also not visible.

    #1218311

    Hi bobfurgo,

    Can you try this code instead? it should affect only transparent pages on mobile:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header.av_header_transparency .logo a {
        background: none !important;
      }
    
      .responsive #top #wrap_all #header.av_header_transparency .logo img {
        opacity: 1;
        visibility: visible;
      }
    }

    Best regards,
    Nikko

    #1218446

    Hi! I think that definitely helped, looks good on a desktop browser when i see mobile version but when i actually look at my mobile phone it doesn’t show the logo.

    #1218518

    Hi,

    Did you clear your mobile browser cache?

    Best regards,
    Jordan Shannon

    #1218521

    yes i did and viewed in an incognito. please look on your mobile phone, you should see the same thing as i do. thanks!

    #1219107

    following up. thanks!

    #1219566

    Hi,

    Apologies for the delay, viewing the site from my Galaxy Note 8 I am able to see the logo. Is this an issue on a specific mobile device and browser?

    Best regards,
    Jordan Shannon

    #1219574

    Hello. I’m using an iphone and the logo is not visible there…

    #1219575

    Hi,

    Okay I’ll reach out to other mods with an iPhone.

    Best regards,
    Jordan Shannon

    #1219758

    Hi,

    Your logo did not show up on mobile due to av_change_logo function you have in functions.php file.
    Domain was wrong. I updated the domain and it worked. Please review your website :)

    Cheers!
    Yigit

    #1220514

    Thank you Yigit!! however it disappears on scroll! Can you help me with this too? Sorry, I tried and can’t seem to figure it out myself :(

    #1220517

    Hi,

    That was because of following code in style.css file of your child theme

    #top.page-id-349 .logo img {
        opacity: 0;
        visibility: hidden;
    }

    Do you remember why you have added it? I commented it out for now and that helped. Please review your website :)

    Best regards,
    Yigit

    #1221735

    Hey yigit! Thank you! It looks good however, now on desktop/laptop it’s showing both the white and black logo. how can I remove the black logo on desktop (keep on mobile though). I tried using some css but it just hid both logos! Thanks in advance

    #1221760

    Hi,

    Please add following code to Quick CSS as well

    .responsive #top.page-id-349 .header-scrolled .logo a {
        background-image: none;
    }

    Best regards,
    Yigit

    #1221888

    hi, it didn’t work unfortuntaely

    #1221902

    Hi,

    I checked your website again but it seems to be working. Please make sure to flush your browser cache and refresh your page a few times.

    Best regards,
    Yigit

    #1221903

    the last code snippet you gave me didn’t hide the black version of the logo on desktop/laptop screens is what i meant to say.

    #1222042

    was able to have a developer help me with this. please close thread, thanks

    #1222060

    Hi,

    Sorry, I realized I misunderstood the final issue but glad you figured it out! :)

    Let us know if you have any other questions or issues and enjoy your weekend!

    Best regards,
    Yigit

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘logo on mobile’ is closed to new replies.