Hi
Please can someone let me know why my MainPage Promo Block is no longer showing in a rectangle box? It just shows a text and no graphics. Here is my HTML:
<!-- Section Start-->
<section class="container otherddetails">
<div class="otherddetailspart">
<div class="innerclass free">
<h2>
Free shipping for</h2>
UK orders over £50 US orders over $100 EU orders over €70</div>
</div>
<div class="otherddetailspart">
<div class="innerclass payment">
<h2>
Easy Payment</h2>
Via PayPal</div>
</div>
<div class="otherddetailspart">
<div class="innerclass shipping">
<h2>
Fast Shipping Available</h2>
Get it in 24hrs if it's ******!</div>
</div>
<div class="otherddetailspart">
<div class="innerclass choice">
<h2>
Large Variety</h2>
New Products added weekly</div>
</div>
</section><!-- Section End-->
Hi, try this one:
<section class="row promo_section">
<div class="col-md-3 col-xs-6 promo_block">
<div class="promo_icon"><i class="fa fa-truck fa-fw"></i></div>
<div class="promo_text">
<h2>
Free shipping</h2>
All over in world over $200
</div>
</div>
<div class="col-md-3 col-xs-6 promo_block">
<div class="promo_icon"><i class="fa fa-money fa-fw"></i></div>
<div class="promo_text">
<h2>
Easy Payment</h2>
Payment Gateway support</div>
</div>
<div class="col-md-3 col-xs-6 promo_block">
<div class="promo_icon"><i class="fa fa-clock-o fa-fw"></i></div>
<div class="promo_text">
<h2>
24hrs Shipping</h2>
For All US States</div>
</div>
<div class="col-md-3 col-xs-6 promo_block">
<div class="promo_icon"><i class="fa fa-tags fa-fw"></i></div>
<div class="promo_text">
<h2>
Large Variety</h2>
50,000+ Products</div>
</div>
</section>
This is from v1.2.6.
Hope it helps.
AWESOME Thank you so much. The box an text is now back. But the icons are missing (the van, tag, clock and dollar bill). BTW I am running version 1.2.6
Hi
Can someone please tell me how to get the Main Page Promo block images back?
Strangely these icons just came back!
Thank you Handoyo for your awesome help!
You're welcome jaysbar. :)
Hi
Unfortunately my Main Page Promo icons have just dissapeared again. I tried clearing the cache from the Admin pabel and doing a Force Refresh with my browser (ctrl F5) but I still don't get the images (see screen shot attached). Any ideas?
Thanks)
Hello.
Looks like your have issues with internet provider. Can you share url?
Hi
I tried my site from a friend's house who uses a different ISP and have the same issue.
without url we can not suggest anything