Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)