#5075

Tu Tran
Moderator

Hi,

1/ The cause seems that the item number is not enough to work, it should be more than 6.
2/ Please give me the URL to check this.
3/ To solve this, please go to the file app\design\frontend\sns_kalolia\default\template\sns\blocks\partners.phtml, find and replace the code

<a target="_blank" href="<?php echo $partner['link']; ?>">

By:

<a target="<?php echo $partner['target']; ?>" href="<?php echo $partner['link']; ?>">