AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: jaysbar on April 29, 2016, 08:07:00 AM

Title: Main Page Promo Block with no graphics or box :(
Post by: jaysbar on April 29, 2016, 08:07:00 AM
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-->
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: yonghan on April 29, 2016, 08:43:20 AM
Hi, try this one:

Code: [Select]
<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.
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: jaysbar on April 30, 2016, 11:11:58 AM
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
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: jaysbar on May 03, 2016, 05:09:46 AM
Hi

Can someone please tell me how to get the Main Page Promo block images back?
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: jaysbar on May 03, 2016, 05:46:50 AM
Strangely these icons just came back!

Thank you Handoyo for your awesome help!
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: yonghan on May 03, 2016, 07:09:29 AM
You're welcome jaysbar.  :)
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: jaysbar on May 09, 2016, 06:26:16 AM
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)
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: Basara on May 09, 2016, 09:15:26 AM
Hello.

Looks like your have issues with internet provider. Can you share url?
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: jaysbar on May 09, 2016, 11:30:11 AM
Hi

I tried my site from a friend's house who uses a different ISP and have the same issue.
Title: Re: Main Page Promo Block with no graphics or box :(
Post by: Basara on May 10, 2016, 02:45:31 AM
without url we can not suggest anything