Page 1 of 1

[Highslide JS(imageOnly)]Navigation bar position

Posted: 26 Jul 2010, 18:23
by maciekk
Hello!

Do you know how to change position of navigation bar in Highslide JS(ImageOnly) view from top to bottom?
I want to have an effect like here:http://highslide.com/examples/gallery-white.html
I suppose I should change some "top" css property to "bottom" in file components/com_phocagallery/assets/js/highslide/highslide-full.js, but where exactly?

Re: [Highslide JS(imageOnly)]Navigation bar position

Posted: 26 Jul 2010, 22:34
by Alexander_photo
maciekk wrote:Hello!

Do you know how to change position of navigation bar in Highslide JS(ImageOnly) view from top to bottom?
I want to have an effect like here:http://highslide.com/examples/gallery-white.html
I suppose I should change some "top" css property to "bottom" in file components/com_phocagallery/assets/js/highslide/highslide-full.js, but where exactly?
file: renderfront.php
change the line: position: \'bottom center\','."\n"

Re: [Highslide JS(imageOnly)]Navigation bar position

Posted: 26 Jul 2010, 23:24
by maciekk
Alexander_photo wrote:
maciekk wrote:Hello!

Do you know how to change position of navigation bar in Highslide JS(ImageOnly) view from top to bottom?
I want to have an effect like here:http://highslide.com/examples/gallery-white.html
I suppose I should change some "top" css property to "bottom" in file components/com_phocagallery/assets/js/highslide/highslide-full.js, but where exactly?
file: renderfront.php
change the line: position: \'bottom center\','."\n"
there is no renderfront.php file in com_phocagallery directory :(

Re: [Highslide JS(imageOnly)]Navigation bar position

Posted: 27 Jul 2010, 08:42
by Alexander_photo
maciekk wrote:
Alexander_photo wrote:
maciekk wrote:Hello!

Do you know how to change position of navigation bar in Highslide JS(ImageOnly) view from top to bottom?
I want to have an effect like here:http://highslide.com/examples/gallery-white.html
I suppose I should change some "top" css property to "bottom" in file components/com_phocagallery/assets/js/highslide/highslide-full.js, but where exactly?
file: renderfront.php
change the line: position: \'bottom center\','."\n"
there is no renderfront.php file in com_phocagallery directory :(
Look in the folder: administrator/components/com_phocagallery/libraries/phocagallery/render

Re: [Highslide JS(imageOnly)]Navigation bar position

Posted: 27 Jul 2010, 18:29
by maciekk
thanks a lot, it works :twisted:

Re: [Highslide JS(imageOnly)]Navigation bar position

Posted: 21 May 2015, 21:51
by ynatividade
Hi guys!

Hot to do this at the latest version of PG? It seems that the folder's organization and names are others...
Thank you!