Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sinchan

macrumors newbie
Original poster
Sep 3, 2018
1
0
banglore
Hi, I am facing problem that my website logo is flashing and not showing in mac please suggest me whats the problem

here is my code

<div class="section hidden-tablet-landscape bg-gradient-light section-navbar-1 section-navbar-2 section-navbar-3 section-navbar-5 section-navbar-6" id="js-navbar-fixed">
<div class="container">
<div class="header header-2 header-3">
<div class="col-md-2 col-sm-9 col-xs-9">
<div class="block-left">
<div class="logo">
<a href="index.php">
<img src="images/logo.png" alt="Mantri" class="img-responsive"/>
</a>
</div>
</div>
</div>
<div class="col-md-9 col-sm-3 col-xs-9">
<div class="">
<div class="au-navbar navbar-1 navbar-2">
<ul class="au-navbar-menu">
<li class="menu active">
<a href="index.php" <?php if ($page == 'index.php') { ?>class="active"<?php } ?>>Whats new</a>
</li>
<li class="menu">
<a href="#" <?php if ($page == 'about.php') { ?>class="active"<?php } ?>>Events </a>
</li>
<li class="menu">
<a href="#" <?php if ($page == 'Baggage-transportation.php') { ?>class="active"<?php } ?>>shop</a>

</li>
<li class="menu">
<a href="#" <?php if ($page == 'pet-transportation.php') { ?>class="active"<?php } ?>>Dine</a>

</li>
<li class="menu">
<a href="#" <?php if ($page == 'why-choose-us.php') { ?>class="active"<?php } ?>>Entertainment</a>
</li>
<li class="menu">
<a href="#" <?php if ($page == 'why-choose-us.php') { ?>class="active"<?php } ?>>Services</a>
</li>
<li class="menu">
<a href="#" <?php if ($page == 'why-choose-us.php') { ?>class="active"<?php } ?>>Store Locator</a>
</li>
<li class="menu">
<a href="#" <?php if ($page == 'why-choose-us.php') { ?>class="active"<?php } ?>>Media </a>
</li>
<li class="menu">
<a href="#" <?php if ($page == 'why-choose-us.php') { ?>class="active"<?php } ?>>About</a>
</li>

<li class="menu">
<a href="contact.php" <?php if ($page == 'contact.php') { ?>class="active"<?php } ?>>Contact</a>

</li>
</ul>

</div>

</div>

</div>
<div class="col-md-1 col-sm-12 col-xs-12">
<ul class="horizontal-list">
<li class="social-item-11">
<a class=""><i class="fa fa-facebook"></i></a>
</li>
<li class="social-item-11">
<a class=""><i class="fa fa-twitter"></i></a>
</li>
<li class="social-item-11">
<a class=""><i class="fa fa-instagram"></i></a>
</li>
<li class="social-item-11">
<a class=""><i class="fa fa-youtube"></i></a>
</li>
<li class="social-item-11">
<a class=""><i class="fa fa-pinterest"></i></a>
</li>
</ul>
</div>

</div>
</div>
</div>
 

olssonm

macrumors newbie
Sep 10, 2018
2
1
Sweden
Kind of impossible to debug without more information about your setup and what errors you actually get.

A couple of starters:

  • What HTTP status do you get for logo.png? A 404?
  • You say that it's not working on your Mac, are you implying that it works on your phone, Windows etc.?
  • Is the page you're trying to view a subpage (ie. '/start/page.php'), if so, your path should be '/images/logo.png', probably.
  • "Flashing" do you mean that the image first loads, then disappears? If you're using an AdBlocker, check so that it doesn't affect your image.
Else, give more information and/or try out https://stackoverflow.com/. Also, don't just paste in your code – here you go, a readable paste: https://pastebin.com/hFTyivFM
 
  • Like
Reactions: cyb3rdud3

cyb3rdud3

macrumors 68040
Jun 22, 2014
3,314
2,071
UK
Agree with the points raised above. In addition you’ve got a lot of css there and despite the horrible way to paste the code I think I see a responsive statement in there to hide a section. But as you have provided the css there is no way of knowing what it actually does. So perhaps your browser window is simply not large enough.

But as above, you really need to provide all relevant information with a question.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.