Disappearing Icon
-
Its a tad odd the fa-shopping-cart icon appears on load, then disappears 1/2 a second later and doesn’t return. But the cart data displays just fine. I’ve tried not using an icon, but a local image and same thing. Any ideas? Thanks!
if ($cart_contents_count == 0) {
$menu_item = ‘<li class=”right”>‘;
} else {
$menu_item = ‘<li class=”right”>‘;
}
$menu_item .= ‘<i class=”fa fa-shopping-cart” id=”shopinkart” aria-hidden=”true”></i> ‘ . $cart_contents . ‘ – ‘ . $cart_total . ‘‘;echo $menu_item;
$social = ob_get_clean();
return $menu . $social;}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disappearing Icon’ is closed to new replies.