• Hey,

    i really like the theme and am making a very nice page with it.

    BUT: is it possible to add more than 5 clients to the area of the home page? Any customization of the template-front-page.php or something?
    Either to get another row of 5 clients, OR to make the whole thing slide or something and add some more. :/

    that would be so awesome. thx ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi Seitiro,
    Hope you’re well:)

    1. Create Child_Theme
    2. Copy paste the template-front-page.php in child theme directory
    3. Open this file and add following code as many times you want starting from line:74

    <li class="span2"><a href="your-link" title="your-title"><img alt="client-logo" src="your-image-src"></a></li>

    replace your-link, your-title, your-image-src with relevant things

    Another way is :-

    • Setting Options
    • Open options.php
    • Copy code between Line: 470 to 491
    • Paste the copied code as many times you want immediately after line 491 and change ‘name’, ‘desc’, ‘id’ as already done for other logos
    • Getting Options
    • Open template-front-page.php
    • Copy code on line 73
    • Start Pasting immediately after this and change the relevant things here as well

    Hi Tanay,
    I had the same issue and the second method worked fine for me.
    Many thanx!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Client Section – More Clients?’ is closed to new replies.