Livemesh Support

Support forum for WordPress Themes and Plugins by LiveMesh

Skip to content
  • Support Forums
  • Knowledge Base – FAQ
  • Inbox
  • Register for Support
  • Login
  • Logout
  • Password Reset
  • Account
  • User

Header logo Enigmatic

Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Header logo Enigmatic

Tagged: default, header, logo

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 10 months ago by livemesh.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 21, 2013 at 10:11 am #1346
    Arnaudk
    Member

    Hi,

    Just a little thing I noticed. When I change the logo for the header, the default logo is overwrite with mine.

    It happens sometimes that the delay to replace the default logo is up to 1s. So we can sew the enigmatic logo for 1s.

    Any workaround for this except delete the default logo ?

    Thanks

    August 22, 2013 at 12:09 am #1347
    livemesh
    Keymaster

    Strange that I did not notice or heard this before. It is probably because your logo image is little heftier than usual, taking time to load while the default one loads early. The problem is caused by the entry in css/skins/skin.php file –

    #site-title a {
        background: url("{$skin}/logo.png") no-repeat scroll 0 0 transparent;
    }
    
    #sticky-site-title a {
        background: url("{$skin}/logo.png") no-repeat scroll 0 0 transparent;
    }
    

    Instead of trying to modify this file, can you make the following change in Custom CSS tab in theme options (change the url to point to your own ) and see if the error goes away? –

    #site-title a {
        background: url("http://yourdomain.com/your-logo.png") no-repeat scroll 0 0 transparent;
    }
    
    #sticky-site-title a {
        background: url("http://yourdomain.com/your-sticky-logo.png") no-repeat scroll 0 0 transparent;
    }
    

    Thanks.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.

Our Themes

Tags

  • agile
  • appdev
  • austin
  • blog
  • contact form
  • css
  • demo
  • error
  • extinct
  • font
  • fonts
  • footer
  • gallery
  • header
  • home page
  • icons
  • images
  • install
  • installation
  • invent
  • lightbox
  • logo
  • menu
  • mobile
  • navigation
  • page sections
  • peak
  • portfolio
  • primary menu
  • responsive
  • revolution slider
  • setup
  • shortcode
  • shortcodes
  • sidebar
  • slider
  • social icons
  • tabs
  • testimonials
  • theme
  • update
  • video
  • visual composer
  • widget
  • woocommerce
Proudly powered by WordPress