Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Sorry, at the moment Logo Slider is limited to just 1 slider per site.

    Marius

    (@mariusivanovas)

    Hi, if you need only multilanguage links, i’ve while playing with it found the solution.

    Find line 605 in logo-slider.php

    and change `echo ‘<a href=”‘.$data[‘image_links_to’].'”>’;
    echo ‘<img src=”‘.$data[‘file_url’].'” class=”logo-img” alt=”” />’;
    if($data[‘image_links_to’])
    echo ‘</a>’;`

    to ` echo ‘<a href=”‘.qtrans_convertURL($data[‘image_links_to’]).'”>’;
    echo ‘<img src=”‘.$data[‘file_url’].'” class=”logo-img” alt=”” />’;
    if($data[‘image_links_to’])
    echo ‘</a>’;`

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How I can create multiple Logo Slider’ is closed to new replies.