Galery of...

More
13 years 1 month ago - 13 years 1 month ago #12357 by melosini
Replied by melosini on topic Re: Galery of...

File Attachment:

File Name: jquery.lig....min.zip
File Size:3 KB

i have same problem, i did as you say but still do not see pictures' commands: side and close X - i have 1.7 joomla version
thanks
the site is: 213.152.194.130/~infissib
attach the file
thanks a lot
jquery.lightbox-0.5.min.js
Attachments:
Last edit: 13 years 1 month ago by melosini.

Please Log in to join the conversation.

More
13 years 1 month ago - 13 years 1 month ago #12360 by melosini
Replied by melosini on topic Re: Galery of...
i did also your last suggestion on architecture template with same problem but wont works...
Last edit: 13 years 1 month ago by melosini.

Please Log in to join the conversation.

More
13 years 1 month ago #12369 by ivan.milic
Replied by ivan.milic on topic Re: Galery of...
Remove < and > form path:

example:
Code:
'<http://213.152.194.130/~infissib>/plugins/content/photogallery/images/lightbox-ico-loading.gif'

should be:
Code:
'http://213.152.194.130/~infissib/plugins/content/photogallery/images/lightbox-ico-loading.gif'

Please Log in to join the conversation.

More
13 years 1 month ago #12375 by melosini
Replied by melosini on topic Re: Galery of...
:-) thanks it works!
max

Please Log in to join the conversation.

More
13 years 1 month ago #12407 by Iniesta Ortiz
Replied by Iniesta Ortiz on topic Re: Galery of...
Hello

I have another problem with this plugin.
I have photos in their directory ordered with order number in the filename. This sequence number is to want to appear on the site, but the plugin are ordered randomly. Is there any chance that the plugin the order as they are in folders?

Thanks and best regards.

Please Log in to join the conversation.

More
13 years 1 month ago #12420 by ivan.milic
Replied by ivan.milic on topic Re: Galery of...
hi open plugins\content\photogallery\photogallery.php

and find

$output = '<!-- HOT Photo Gallery Plugin starts here -->';
$output.= '<div id="gallery" class="photogallery_plg">';
$image_files = get_files($images_dir_var);

add this after if not already present:

sort($image_files);

Please Log in to join the conversation.

Time to create page: 0.101 seconds
Powered by Kunena Forum