Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 06:40:44 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149621 Posts in 21098 Topics by 7537 Members
Latest Member: lotte2
* Home Help Search Login Register
Pages: 1 ... 4 5 [6] 7 8 9   Go Down
Print
Author Topic: Smooth Gallery Module  (Read 59020 times)
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4753



« Reply #125 on: October 13, 2008, 12:12:48 PM »

Yes this would be great.

I read a statement some time ago, that someone wanted to pick it up - but I can't remeber who and when exactly.

 embarassed too bad.

Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #126 on: October 13, 2008, 12:34:30 PM »

Well I mentioned this before in March

http://www.websitebaker2.org/forum/index.php/topic,7384.msg53592.html#msg53592

and you were right, there was a reaction of the builder regarding the same question:

http://www.websitebaker2.org/forum/index.php/topic,5060.msg55371.html#msg55371

Logged

...:: Bake the Unbakable ::...
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4753



« Reply #127 on: October 13, 2008, 01:09:08 PM »

I also have seen another statement. But I can't find it.

I don't know how much work it is to build it together. I am no coder at all (like you).

Good Luck!
(I would be glad too, if we had one).
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #128 on: October 13, 2008, 01:18:16 PM »

haha thnq you  tongue

yes you are right, I'm a designer, not a coder.

I really hope that in the near future this V2.0 would be possible in WB too. Personally I think it would become the most popular image handler of WB then.

Greetz
Boudi

Logged

...:: Bake the Unbakable ::...
vyni

Offline Offline

Posts: 566


« Reply #129 on: October 13, 2008, 03:09:05 PM »

Me personally think it would be still 2 milliseconds after Imageflow,  grin
Logged

PS: Falls jemand eine Idee hat was zu tun ist und mir das erklären könnt - geh bitte davon aus dass ich ahnungslos bin, was php und so betrifft. Ich kann grad was lesen, kopieren und einfügen,  ungefähr verfolgen und glauben.
spida

Offline Offline

Posts: 203


« Reply #130 on: October 13, 2008, 07:03:54 PM »

BTW, I tested Smooth Gallery with WB 2.7 and it works without any flaws (on standard Apache server).
Regards,
spida
Logged
joop

Offline Offline

Posts: 86


WWW
« Reply #131 on: December 12, 2008, 10:54:16 PM »

Hello,

I've just installed this module, and it looks good but................ ..
How the h*ll can I add a description for every picture?
This little thingy I can't find somehow, but need it really bad.
The option to give a gallery description is clear to me, but how to add a description for every image is something I don't understand.

Greetz,
Joop
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #132 on: December 14, 2008, 10:46:05 AM »

Hi Joop,

Just put a short description as a photo name.

Example: This is a nice picture.jpg

Boudi
Logged

...:: Bake the Unbakable ::...
joop

Offline Offline

Posts: 86


WWW
« Reply #133 on: December 14, 2008, 11:56:12 AM »

Hey Boudi,

Hmmmm, to bad, that was not what I'm looking for.
I need to give it a full descripton...
Any Ideas of a gallery that does that?

Greetz,
Joop
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4753



« Reply #134 on: December 14, 2008, 12:07:56 PM »

I need to give it a full descripton...
Any Ideas of a gallery that does that?

Hell.
Take a look at the Image Gallery
http://www.websitebaker2.org/forum/index.php/topic,1201.msg72453.html#msg72453

But be aware: The newest Version is to find in this german thread:
http://www.websitebaker2.org/forum/index.php/topic,11874.msg72653.html#msg72653

Have Fun.

Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
joop

Offline Offline

Posts: 86


WWW
« Reply #135 on: December 15, 2008, 10:16:33 AM »

Hi Stefek,

Wow, thanks!!!
That's the one I need, it works flawless.

Joop
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
mike

Offline Offline

Posts: 17


« Reply #136 on: December 31, 2008, 01:18:35 PM »

Hi together,

I downloaded the v0.9b of the smooth gallery and after fixing the problem with the imageantialias ( http://www.websitebaker2.org/forum/index.php/topic,5060.msg42200.html#msg42200 ) it works with all of the default templates. But I want to use the "Orange Sunset" ... And with that the left and right arrows are missing.

I still add the code for the register_frontend_m odfiles ( http://www.websitebaker2.org/forum/index.php/topic,5060.msg66713.html#msg66713 ), but that doesn't help.

Do you have any suggestions for me, please?

Thanks,

Mike
« Last Edit: January 01, 2009, 10:21:12 PM by mike » Logged
mike

Offline Offline

Posts: 17


« Reply #137 on: January 03, 2009, 09:29:50 PM »

Hi,

I found the solution for my problem:

Two 'styles' are overwritten by the coulor.css from the orange_sunset template.

I have to make these two changes:

Code:
#content, #column2 a, #column2 a:hover
{
/* Mike: Default is

     background: transparent

    This contains implicit:

   background-color: transparent;
   background-image: none;
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: 0% 0%;

  But we need only the -color:transparent ...

*/
  background-color: transparent;
  color: #70695A;
}

in the jd.gallery.css (the color for the 'Pictures' text will be overwritten if not)
Code:
.jdGallery a.carouselBtn
{
    position: absolute;
    bottom: 0;
    right: 30px;
    height: 20px;
    /*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
    background: #333;
 /* Mike: We must add an !important here to avoid the overwriting from the colour.css */
    color: #fff !important;
    cursor: pointer;
}


Ciao,
Mike
Logged
nicole2292

Offline Offline

Posts: 9


WWW
« Reply #138 on: February 23, 2009, 12:56:51 PM »

My apologies if someone has already asked this question, I have searched and cannot find the answer.

I have installed smooth gallery which is a really great module. However the thumbnails are not showing up. There are images in the folder I have the gallery pointed to and these are showing in the gallery. Where the thumbnails should be there are just empty boxes. When you click them they even work and change the image in the main gallery window, however the thumbnail images are just not showing.

Any help would be greatly appreciated...

Best Regards,
Nicole
Logged

aldus

Offline Offline

Posts: 1238


« Reply #139 on: February 23, 2009, 03:47:19 PM »

Hm ... could be a permission problem of the
folder/images and the place/folder for the thumbnails at all,
as the modul trys to generate them and failed without any messages.
Have you uploade the images via FTP or the WB-Backend (Media)?
You could also try to set up the PHP-Error-Level in the Admin Backend (options -> er. options) to "E_ALL & Stict"
and try to delete the Thumbnail-Cache in the Gallery-Module Backend.
If any ErrorMessages or Warnings coming up ... please let us know.

Regards
Aldus
Logged
nicole2292

Offline Offline

Posts: 9


WWW
« Reply #140 on: February 24, 2009, 06:51:45 AM »

Hi Aldus,

Thanks for your help. I have enables the PHP-Error-Level reporting and I'm now getting the following error:

Notice: Undefined variable: next_gallery in wb2.7/modules/smoothgallery/view.php on line 52
This just seems to be related to a second gallery which I don't have.

You can view the test gallery with the issue showing here:
http://dev.visionfactordesign.com/wb2.7/pages/smooth-gallery.php

I have checked permissions and that doesn't seem to be the problem. I even tried setting the gallery folder (media/gallery) to 777 temporarily to see if that helped. It didn't.

Thanks,

Nicole
Logged

aldus

Offline Offline

Posts: 1238


« Reply #141 on: February 24, 2009, 09:26:37 AM »

Hi Aldus,

Thanks for your help. I have enables the PHP-Error-Level reporting and I'm now getting the following error:

Notice: Undefined variable: next_gallery in wb2.7/modules/smoothgallery/view.php on line 52
This just seems to be related to a second gallery which I don't have.

You can view the test gallery with the issue showing here:
http://dev.visionfactordesign.com/wb2.7/pages/smooth-gallery.php

I have checked permissions and that doesn't seem to be the problem. I even tried setting the gallery folder (media/gallery) to 777 temporarily to see if that helped. It didn't.

Thanks,

Nicole
As for the notice you can modify the line 52 inside the "view.php" as follow:
Code:
<?php // ignore this line ...
if (!isset($next_gallery)) $next_gallery ""$next_gallery.="start_$div_name();";
?>


without the <?php and ?> line ... as for the thumbnails, you can
try to delete the existing ones inside the "cache"folder of the module or try to "empty" them, after
setting the fild permission to 775 in the backend options. If it all doesn't work at all,
you can try to get the gLib-Version via the phpinfo() ... maybe the version is incorrect ...

Regards
Aldus
Logged
Pumpi

Offline Offline

Posts: 556


WWW
« Reply #142 on: March 09, 2009, 10:53:07 AM »

Hi

I have The same Problem with the Tumbs ans i cant finde any error Sad
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #143 on: March 09, 2009, 11:10:24 AM »

I know there are several reasons why sometimes thumbs are not shown (mostly in IE. In other browsers normally they do show up). Many times these errors are overlooked:

- image name: if it's a .jpg check if the name truely is .jpg and not .JPG (so no capitols)
- when upload with ftp: upload in auto mode, NOT binary of ASCII
- keep image names simple
- when resizing with a resizer tool, try another tool. I know for a fact that there are some resizers out there who creates thumbs/images that doesn't show up in the gallery even though all settings look right.

When all the above is complicated try saving thumbs etc. in .png format. Then most likely it will work.

Greetz,
Boudi
Logged

...:: Bake the Unbakable ::...
Pumpi

Offline Offline

Posts: 556


WWW
« Reply #144 on: March 09, 2009, 11:20:24 AM »

I Have Upload the images with the media Center from WB.

i have only upload the original images must i upload thumbs to?
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #145 on: March 09, 2009, 11:26:22 AM »

No, with Smooth Gallery that isn't needed. I was speaking in more 'overall' terms (when users have problems with thumbs/images in WB gallery mods)

Just check the points I just mentioned  smiley
« Last Edit: March 09, 2009, 11:28:42 AM by Boudi » Logged

...:: Bake the Unbakable ::...
Pumpi

Offline Offline

Posts: 556


WWW
« Reply #146 on: March 09, 2009, 11:29:56 AM »

i have check it.
my problem is is see all Images at big size but the resizer dosent work i think while the chace Folder is empty an no thumbs shown in the gallery Sad
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #147 on: March 09, 2009, 11:35:15 AM »

Do the following:

be sure you have the:

- Feed gallery tru resizer set to: TRUE
- Save the settings
- Go to ADMIN-TOOLS
- Click RELOAD ADD-ONS
- Check MODULES
- Click: RELOAD (and verify)
- Delete temp files from your browser
- close and re-open browser
- Check result



Logged

...:: Bake the Unbakable ::...
Pumpi

Offline Offline

Posts: 556


WWW
« Reply #148 on: March 09, 2009, 11:43:23 AM »

- Feed gallery tru resizer set to: TRUE

when i set it to true i see nothing no big images or thumps
« Last Edit: March 09, 2009, 11:46:39 AM by Pumpi » Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #149 on: March 09, 2009, 12:03:25 PM »

You only have to upload 1 'big' image. When setting this option to TRUE this same image will be shown smaller in the Smooth Gallery on your website page. When clicking on this image the original size then will be shown in another window or pop-up.



Logged

...:: Bake the Unbakable ::...
Pages: 1 ... 4 5 [6] 7 8 9   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!