Elxis CMS Forum

Extensions => Modules => Topic started by: rentasite on October 31, 2009, 12:18:36

Title: NOOBSLIDE: IOS News Style [solved]
Post by: rentasite on October 31, 2009, 12:18:36
I have installed "IOS NoobSlide" on www.connection.gr and i have set it up to work as "IOS News style".

1) How can i change it, so when a LINK is clicked, the new site to open in a new window (_blank) and not in the parent one?

2) With IOS NEWS Style selected, i want to show 8 images. 4 on the left and 4 on the right side of the main pic.
I tried it but all the 8 pics showed on the left side... so currently i decided to use 4 and increase the width of the main pic.
Title: Re: NOOBSLIDE: IOS News Style
Post by: datahell on October 31, 2009, 13:01:47
1.Add target="_blank"

lh4.setHTML('<a href="'+currentItem.link+'" title="'+currentItem.title+'" style="float:right; background-color:#fff; color:#000; font-size:10px; padding:0 3px; text-decoration:none" target="_blank">link</a>'+currentItem.title).inject(info10);

2. Select an other style that shows 4 thumbs on the left and 4 on the right (I dont remember which number it is, I think 6 - Walk on mouse enter)
Title: Re: NOOBSLIDE: IOS News Style
Post by: rentasite on October 31, 2009, 13:55:41


1) Done!
2) Yes it's No.6 Selection.

Thanks  :)