AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: jaysbar on June 23, 2015, 10:35:41 AM

Title: How to add a line between Specials and Brands Scrolling List
Post by: jaysbar on June 23, 2015, 10:35:41 AM
Hi All,

How can I add a line between Specials and Brand Scrolling List? Banners show up under Specials and it looks like the Banners are party of Specials so I want to add a separator saying "Sponsored Adverts".

Thanks
Title: Re: How to add a line between Specials and Brands Scrolling List
Post by: jaysbar on June 24, 2015, 03:05:20 AM
Anyone?
Title: Re: How to add a line between Specials and Brands Scrolling List
Post by: Basara on June 24, 2015, 04:58:06 AM
Hello.

You need to create HTML block (http://www.abantecart.com/ecommerce-documentation/admin-user-manual/design/blocks-user-manual/html-block) and enable it on Home Page layout
Title: Re: How to add a line between Specials and Brands Scrolling List
Post by: jaysbar on June 26, 2015, 12:11:48 PM
Hi,

I need some more help with this please.

I done the following:

Go to Design-> Blocks
Add a new HTML Block
Give the Block a name and title (i.e Sponsors)



Go to Design->Layouts
Under the Content Bottom frame, add a new Block – note that your newly created block (Sponsors) is listed here, so choose it
You can re-order the block by drag and drop


Questions:

What is the HTML code I need to add to this new block so that it shows the Sponsored Banners with a separator line?
Title: Re: How to add a line between Specials and Brands Scrolling List
Post by: jaysbar on June 26, 2015, 12:30:21 PM
All done, I think!

I added this HTML into my new block:

 <h1 class="heading1"><span class="maintext">Sponsored Ads</span><span class="subtext">Ads from our advertisers</span></h1>

Did I miss anything?
Title: Re: How to add a line between Specials and Brands Scrolling List
Post by: Basara on June 30, 2015, 01:52:38 AM
Did I miss anything?

Did you enable block on Home page Layout?
You code works for me