- Posts: 26
- Thank you received: 0
Galery of...
-
melosini
Inactive member - Member
Less
More
13 years 1 month ago - 13 years 1 month ago #12357
by melosini
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
Replied by melosini on topic Re: Galery of...
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
Last edit: 13 years 1 month ago by melosini.
Please Log in to join the conversation.
-
melosini
Inactive member - Member
Less
More
- Posts: 26
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #12369
by ivan.milic
Replied by ivan.milic on topic Re: Galery of...
Remove < and > form path:
example:
should be:
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.
-
melosini
Inactive member - Member
Less
More
- Posts: 26
- Thank you received: 0
13 years 1 month ago #12375
by melosini
Replied by melosini on topic Re: Galery of...
thanks it works!
max
max
Please Log in to join the conversation.
-
Iniesta Ortiz
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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);
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