Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 07:26:56 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155479 Posts in 21708 Topics by 7734 Members
Latest Member: rofroodoOvego
* Home Help Search Login Register
Pages: 1 ... 6 7 [8] 9 10   Go Down
Print
Author Topic: SlideShow2 Gallery with Lightbox and Albums  (Read 30127 times)
lepracaun

Offline Offline

Posts: 23


« Reply #175 on: July 10, 2010, 09:46:04 AM »

2. I have around 20 images, thus 20 thumbnails, is there a way to scroll through the thumnails if you dont use the navigation in the main image?
I see on the SLideshow2 website that the thumbnails move automatically if there is more than the width of the page. Is there any way to incorporate this to the gallery. At the moment it looks broken if you have have 20 thumbnails and only 10 is showing and not moving at the bottom?
Any help would be appreaciated.

Thanks
Logged
lepracaun

Offline Offline

Posts: 23


« Reply #176 on: July 12, 2010, 06:05:22 PM »

2. I have around 20 images, thus 20 thumbnails, is there a way to scroll through the thumnails if you dont use the navigation in the main image?
I see on the SLideshow2 website that the thumbnails move automatically if there is more than the width of the page. Is there any way to incorporate this to the gallery. At the moment it looks broken if you have have 20 thumbnails and only 10 is showing and not moving at the bottom?
Any help would be appreaciated.

Thanks
maybe I should refrase it differently, does the gallery actually support this, and is just bug on my site?
Logged
ChrusR

Offline Offline

Posts: 46


« Reply #177 on: July 21, 2010, 04:16:58 PM »

This is really some of the best image Modules i found. But the following would be perfectable:
  • Thumbnail Generation has some major problems on my Webspace (all-inkl: Apache, PHP 5.2.12, MySQL 5.0.67): many are not generated and delete chache does not work
  • Horizontal Thumbnails Listing does not show all images / is not scrollable/selectable - as lepracaun already quoted (it is a bug or not?) - an overview of bigger image dirs would be very useful
  • Showing of only Win(XP) edited Exif data is limiting, maybe some more standard Exif-Tags can be supported, or it would be nice to edit that in Backend (I don't know if this is possible with PHP)
Otherwise the best concept to up images fast and easy and in a beautiful way.
« Last Edit: July 21, 2010, 05:24:49 PM by ChrusR » Logged

Testing WB since June 2010. HMTL & CSS Knowledge, some JS-Hacking, no real PHP & SQL-Knowledge.
kagizuki

Offline Offline

Posts: 4


« Reply #178 on: August 06, 2010, 11:35:53 AM »

Hi everybody! I am completely newbie with websitebaker.
I just made the new installation of WebsiteBaker v.2.8.1. After some exploration I decided to test this gallery. I downloaded version 0.921 and installed as module on admin site (just click and see success info). Also I have checked that 2 config tables was created in database. Now, should be added any configuration page in admin site for this module?? I got stuck now:-(

Thanks for any help.
Logged
kagizuki

Offline Offline

Posts: 4


« Reply #179 on: August 06, 2010, 07:56:57 PM »

Hi everybody! I am completely newbie with websitebaker.
I just made the new installation of WebsiteBaker v.2.8.1. After some exploration I decided to test this gallery. I downloaded version 0.921 and installed as module on admin site (just click and see success info). Also I have checked that 2 config tables was created in database. Now, should be added any configuration page in admin site for this module?? I got stuck now:-(

Thanks for any help.

Yes, after some addtitional tests finally I found how to activate gallery:-) Ufff...
Logged
tiggerific

Offline Offline

Posts: 25


« Reply #180 on: October 23, 2010, 10:20:07 AM »

If you are having troubles with slideshow2 Gallery sometimes missing thumbnails for no (obvious) reason, check your file extensions! If your media files have an upper-case extensions (i.e. .JPG), then the module can no longer find your thumbnails as they are all automatically generated with a lowercase extension (i.e. .jpg).

The simple fix is obviously to rename your media files with a lowercase extension, but to the developer of this great module, I would like to see where the thumbnail generation creates files with the same case extension as the original (it could change the search to ignore case, however you then run the risk of having duplicate file names with different capitalisation).

Robyn
Logged
TeeRiese

Offline Offline

Posts: 22


« Reply #181 on: January 20, 2011, 10:37:03 AM »

I have a IE problem. Firefox doesn't have this problem. What can i do?

Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C)
Zeitstempel: Thu, 20 Jan 2011 09:33:30 UTC


Meldung: Das Objekt unterstützt diese Eigenschaft oder Methode nicht.
Zeile: 4
Zeichen: 9
Code: 0
URI: http://ostsee.dupp.de/include/jquery/jquery_theme.js

Logged
Steven

Offline Offline

Posts: 29


« Reply #182 on: March 16, 2011, 05:13:57 PM »

Hi guys,

I've just downloaded this module from websitebakers.com. Installed it and my whole layout went mental. The reason for this was that in the view.php on line 498 there's a </div> doing nothing. When you remove this everything is fine again. Could you please update this file for future users?

Another thing: Is it possible to change the transition? When I use the CSS style there's a blank between the transitions. Is it possible to have the images fade in and out thus avoiding the blank?


Cheers,

Steven
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #183 on: March 06, 2012, 09:09:17 PM »

Hello,

released module Version 0.9.3 BETA.

Changelog:
- moved all css from body to frontend.css
- moved all js from body to frontend.js
- fixed all html-code bugs in view.php
- fixed all E_ALL & STRICT warnings in view.php

Modul now works with WB 2.8.3 without problems.

How to update:
Normally it should be enough to install the modul over your existing version. After upgrading please delete the following folders (best is to use AFE for this):
-modules/slideshow2gal/js
-modules/slideshow2gal/css

What did I not do:
There remains the inline-style in view.php. If you use WB 2.8.3 this don't matter as the style is moved from the outputfilter to the head.

So please test and report possible issues.

Have fun

Matthias

P.S.
If you test it on your lokal machine, the search path didn't work correct. On Live-Server this is no problem.

Removed attachement - newer version see post below
« Last Edit: March 07, 2012, 10:26:36 AM by ruebenwurzel » Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #184 on: March 07, 2012, 10:20:55 AM »

Hello,

attached you find the module Version 0.9.4 BETA.

Changelog:
-fixed some image pathes
-codecleaning

So please test and report possible issues.

Have fun

Matthias
Logged
pansen

Offline Offline

Posts: 1


« Reply #185 on: March 08, 2012, 11:53:51 AM »

Hey there,

just made slideshow2gal 0.9.4 beta run on wb 2.8.3. I needed to change a few things in order to make it work:

1. view.php misses

Code:
<script type="text/javascript" src="/modules/slideshow2gal/frontend.js"></script>

It also misses also the css-file however you cant put it in view.php because wb 2.8.3 misinterpretes it somehow, dont ask me what it does. It works if you put the css-content in your general-css-file which is called in the general header (its only a workaround...)

2. if you want to have more than one row to be displayed, remove the comments signs in lines 321,322,323, 340, 341 in view.php.

Cheers
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #186 on: March 08, 2012, 02:14:47 PM »

Hello,

Quote
1. view.php misses

Code:

<script type="text/javascript" src="/modules/slideshow2gal/frontend.js"></script>

Nothing is missing. Frontend.js must be loaded in the head and not in the body (view.php).

Quote
It also misses also the css-file however you cant put it in view.php because wb 2.8.3 misinterpretes it somehow, dont ask me what it does. It works if you put the css-content in your general-css-file which is called in the general header (its only a workaround...)

Same as with js. Should not be called in the body (view.php) it must be called in the head.

I think your issue is, that you don't call the module frontend.css an frontend.js Files in the head section of your Template. Please add the following lines bevor </head> in your index.php.

Code:
<?php
// this allows to include the optional module files (frontend.css, frontend.js) into the head section
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>

Only if you load the frontend.js and the frontend.css in head-section the modul has no validiation errors.

Quote
2. if you want to have more than one row to be displayed, remove the comments signs in lines 321,322,323, 340, 341 in view.php.

Aaah yes, added comments for testing and didn't remove it. Will test ist later. As far as i remember this rows produces validation errors wich needs to be fixed.

Thanks for testing

Matthias

« Last Edit: March 08, 2012, 04:22:14 PM by ruebenwurzel » Logged
sebigbos

Offline Offline

Posts: 56


WWW
« Reply #187 on: March 25, 2012, 03:23:24 PM »

Hi,

I tried Version 0.921 but had the problem that the layout of the whole site was scrambled, all appearing centered inclusive the Menus and the pictures not in between the block but over the header...

With the new beta-Version 0.94 this seems to be fixed but now I don´t see any picture ....

I have WB 2.8.3 rev 1611.
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #188 on: March 25, 2012, 03:41:27 PM »

Hello,

Quote
I have WB 2.8.3 rev 1611.

Please install the hotfix:

http://www.websitebaker2.org/en/download/latest-version.php

This should fix your problem.

Matthias
Logged
sebigbos

Offline Offline

Posts: 56


WWW
« Reply #189 on: March 26, 2012, 08:49:55 AM »

Hi Mathias,

sucessfully updated to 2.8.3 rev 1638 but still the same problem. I can see the search button if activated but no picture.

The pictures are different jpgs some oft them originally *.jpg and others *.JPG. I changed the endings of all of them to *.jpg using a file manager. Possible this can cause such problem?
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #190 on: March 26, 2012, 09:10:54 AM »

Hello,

Quote
The pictures are different jpgs some oft them originally *.jpg and others *.JPG. I changed the endings of all of them to *.jpg using a file manager. Possible this can cause such problem?

Yes, as far as i remember only .jpg works.

Matthias
Logged
sebigbos

Offline Offline

Posts: 56


WWW
« Reply #191 on: March 26, 2012, 11:33:51 AM »

o.k., I tried different jpgs but none of them works...seems to be another problem.

Same problem with smooth gallery...
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #192 on: March 26, 2012, 11:42:32 AM »

Hello

Permissions!!!

Matthias
Logged
sebigbos

Offline Offline

Posts: 56


WWW
« Reply #193 on: March 26, 2012, 12:08:34 PM »

I tried to set all 777 which had no effect and I erased the directories with the files and set it all up again using the wb-backend. No effect also.

Thanks for the quick replies so far.... grin
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6975


WWW
« Reply #194 on: March 26, 2012, 12:32:09 PM »

777 is, depending on the server configuration, not necessarily the correct way to go. Also check here please: http://www.websitebaker2.org/topics/files-and-permissions.php

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

sebigbos

Offline Offline

Posts: 56


WWW
« Reply #195 on: March 26, 2012, 12:52:57 PM »

Hi Klaus,

777 sure is not the best solution but with 777 there should be no permission problem with any script or am I wrong?

Besides of this, I installed the templates used and the gallery moduls using the wb backend and today I created the directories via backend and loaded the jpgs via backend...
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #196 on: March 26, 2012, 01:17:38 PM »

Hello,

can you give us a link. If you wanna make it public, send me a PM. Maybe a look in the source-code of the page give's the hint for the solution.

Your WB Version is WB 2.8.3 Rev. 1638 (WB 2.8.3 inkl. Hotfix)?
Your Modul-Version is 0.9.4 BETA from here in the forum?
In the index.php of your template you call the modules .js and .css?
Have you installed other JQuery-Tools like Library admin ....?

Matthias
Logged
sebigbos

Offline Offline

Posts: 56


WWW
« Reply #197 on: March 26, 2012, 02:10:53 PM »

Your WB Version is WB 2.8.3 Rev. 1638 (WB 2.8.3 inkl. Hotfix)? yes
Your Modul-Version is 0.9.4 BETA from here in the forum? yes
In the index.php of your template you call the modules .js and .css? ?!?
Have you installed other JQuery-Tools like Library admin ....? no

I use a simple template from websitebaker2.org which I changed for my needs. I don´t call any .js modul in the index.php of the template...
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #198 on: March 26, 2012, 02:55:22 PM »

Hello,

Quote
I don´t call any .js modul in the index.php of the template...

this is the reason, why the gallery is not loaded. I've send you a PM.

Matthias


Logged
sebigbos

Offline Offline

Posts: 56


WWW
« Reply #199 on: March 26, 2012, 03:18:38 PM »

oki, it´s solved!

Thanks a lot for the best and fastest support in the web!
Logged
Pages: 1 ... 6 7 [8] 9 10   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!