test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • ismocan Friend
    #1018221

    Hello,

    Can someone help me please?

    Pankaj Sharma Moderator
    #1018442

    Hi
    I checked the issue, The problem is the JCH compression tool that is adding the new style on the logo that does not belong to it.
    See this http://prntscr.com/ek437y
    Try to disable the JCH and clean your Joomla cache.
    Let me know if still, you have two logo showing.
    Regards

    ismocan Friend
    #1018583

    Hello Pankaj,

    The problem was before JCH, too.

    But i tried ones again. Disabled JCH, did clean joomla cache, but i got still two logos.

    Thank you

    Pankaj Sharma Moderator
    #1018810

    Hi
    I enabled the logo and fixed the issue directly on your site.
    Kindly check it now.

    Regards

    ismocan Friend
    #1037109

    Hello Pankaj,

    After upgrade joomla and the template, i got same error. Is it possible that you write here how to solve this problem, so that i don’t need to ask you after all updates again and again for solution.

    Pankaj Sharma Moderator
    #1037155

    Hi
    Add below code in custom.css file

    
    @media (max-width: 1198px) {
      .logo-control .logo-img-sm {
        display: block;
      }
      .logo-control .logo-img {
        display: none!important;
      }
    }
    @media (min-width: 1199px) {
      .logo-control .logo-img-sm {
        display: none!important;
      }
      .logo-control .logo-img {
        display: block;
      }
    }

    let me know if it helps.

    ismocan Friend
    #1037313

    Hello Pankaj,

    Thank you for your reply. Yes, this code worked for me.

    Pankaj Sharma Moderator
    #1037411

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 6 months ago.

The topic ‘When I enable small logo, both logos are visible on all devices’ is closed to new replies.