Page 2 of 2

Re: Broad-leaf home page banner.

Posted: Tue Oct 28, 2014 6:02 am
by frzferoz
@ Singha1
How did you solve this issue?Can you please let me know

Re: Broad-leaf home page banner.

Posted: Wed Nov 05, 2014 7:52 pm
by phillipuniverse
@frzferoz try this:

Code: Select all

<blc:content contentType="Homepage Banner Ad" />       
<div id="banners" th:if="${contentItems}">
    <ul>
        <li th:each="$item : ${contentItems}">
            <a th:href="@{${item['targetUrl']}}"><img th:src="@{${item['imageUrl']}}" /></a>
        </li>
    </ul>
</div>

Re: Broad-leaf home page banner.

Posted: Wed Apr 29, 2015 6:25 am
by om.singh
Singha1 wrote:I got this solved thanks!!


Can you share the solution

Re: Broad-leaf home page banner.

Posted: Thu Jul 16, 2015 2:02 pm
by BLVR
Can you post the solution, which is working with no issues ?