Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 06:48:09 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 ... 5 6 [7] 8 9   Go Down
Print
Author Topic: Smooth Gallery Module  (Read 59021 times)
Pumpi

Offline Offline

Posts: 556


WWW
« Reply #150 on: March 09, 2009, 12:04:49 PM »

yes i know look at miy site an you see what i meen

http://www.pumpi-online.de/pages/referenzen/flyer.php?lang=DE
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #151 on: March 09, 2009, 12:09:33 PM »

can you send me the login data? Pls in PM.

Then I can check the settings
Logged

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

Offline Offline

Posts: 556


WWW
« Reply #152 on: March 09, 2009, 12:11:55 PM »

i have send you the PW
but the interface is in german i hope its not a problem Wink
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #153 on: March 09, 2009, 12:30:28 PM »

I just checked, upgraded to the latest version but what I do, still the same issue.

Can you please check if you have on your server the GD library installed?

Logged

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

Offline Offline

Posts: 556


WWW
« Reply #154 on: March 09, 2009, 12:35:02 PM »

yes GD lib ist installed
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #155 on: March 09, 2009, 12:45:56 PM »

May be an odd question: the media folder is chmod 777?  rolleyes
Logged

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

Offline Offline

Posts: 556


WWW
« Reply #156 on: March 09, 2009, 12:46:38 PM »

yes grin
Logged

My Module for Websitebaker - Foldergallery 1.17
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #157 on: March 09, 2009, 12:56:17 PM »

Very odd...

I checked all the settings in your WB. Uninstalled your version, re-installed the latest version 0.91b, reloaded the addon, uploaded another picture, enabled the ERROR notices but no way the thumb is showing up.

Therefore I can imagine only 1 thing, that the plausible cause is within the PHP settings from your server somehow.

I'm stucked. May be another poster can pick this up who has the same experience/solution for this?

Logged

...:: Bake the Unbakable ::...
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #158 on: March 09, 2009, 11:26:30 PM »

Is it me or??

I looked at the page (http://www.pumpi-online.de/pages/referenzen/flyer.php?lang=DE) but I see no Smooth Gallery on this page.

Anyway..

About a year ago I have had the same problem.
It was caused by my Ad-Blocker (Firefox > Adblock plus) and the the word "resizer" in the image URL.
Currently I do not have that problem anymore (filters must have been improved) but it can also be caused by directory names (i.e. /media/banner/image.jpg is likely to be filtered)

Just something to check.

Ruud




Logged

Professional WebsiteBaker Developer
Melonhead

Offline Offline

Posts: 10


« Reply #159 on: May 06, 2009, 02:26:32 PM »

SEE great SMOOTHGallery module in ACTION:

http://www.beautifulalamedas.com/wb/pages/en/las-alamedas.php

works great. But one Problem: there is a blackline around the pictureframe, which doenst fit to the design. I want to have it erased.
In id.gallery.css I changed the styles. But the blackline doesnt come from there.

It seams that wb creates for each gallery specific css settings like id=#gallery_4675.
There is this line defined. and it says it is in the pagename.php defined.

Where can I find that specific CSS-settings?Huh?
If i open the pagename.php it just shows me the id for the database. I looked in phpadmin database for that settings - also nothing!

so WHERE CAN I CHANGE THIS.Huh??

If anyone has a glue - give me a hint - and I will be gratefull.

THANK YOU SO MUCH
Logged
albatros

Offline Offline

Posts: 673


WWW
« Reply #160 on: May 06, 2009, 03:36:54 PM »

Hi,

I think you have to look in "modules\smoothgallery\css\jd.gallery.css".

There you will find
Code:
#myGallery
{    ...
    border: 1px solid #000;
        ...}

hth

Uwe
Logged
Melonhead

Offline Offline

Posts: 10


« Reply #161 on: May 06, 2009, 08:44:05 PM »

Hi

#myGallery
{    ...
    border: 1px solid #000;
        ...}

yes thats what i did already - i changed that - and i reloaded the module in the backend.

BUT DOESNT WORK!!

WHERE CAN I CHANGE THIS?Huh

Thanxxxxxxx
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #162 on: May 06, 2009, 09:53:40 PM »

in the file /modules/smoothgallery/view.php, at line 61 the inline css is hardcoded.

Code:
   <style type="text/css" media="screen">
        <!--
        @import url(<?php echo $WB_URL ?>/modules/smoothgallery/css/jd.gallery.css);
        #<?php echo $div_name ?>
        {
            width: <?php echo $w ?>px !important;
            height: <?php echo $h ?>px !important;
            z-index:5;
            display: none;
            border: 1px solid #000;
        }
        -->
    </style>

border: 0px; should fix it.

Ruud
Logged

Professional WebsiteBaker Developer
Melonhead

Offline Offline

Posts: 10


« Reply #163 on: May 12, 2009, 04:21:36 PM »

THANK YOU VERY MUCH - RUUD!!

That was it.
javascript:void(0);
Logged
snark
Guest
« Reply #164 on: June 04, 2009, 11:21:33 AM »

I need to put in a standard png with some transparancy over the smoothgallery, I have put a div over the div on line 61 in the view.php

works fine in most browsers but for ie6 I need to pint to the pngfix.js



point is that this png will not respond to the pngfix I have added to the template itself

is there anyone who knows where to put a link to the pngfix.js in de smoothgallery?

Logged
spida

Offline Offline

Posts: 203


« Reply #165 on: June 19, 2009, 04:26:20 PM »

Hi,

did anyone already integrate the current smoothgallery version into this module? I just tried the dump way by simply overriding the old jd.gallery.js with the new one, but this results in an empty page. Maybe someone knows how to do it better and if ToS has no time we can put things together collaboratively.

Cheers,
spida
Logged
Mte90
Forum Team
*****
Offline Offline

Posts: 93


WWW
« Reply #166 on: July 10, 2009, 01:17:36 PM »

it's possible update this module?
thanks!!
Logged

www.mte90.net - Debian, Kde e programmazione!
Mp per richieste personali verranno cestinate!
lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 139


WWW
« Reply #167 on: September 15, 2009, 01:33:17 PM »


Has anyone found a solution for the previously discussed missing thumbs problem?
I tried (almost) everything mentioned in the posts. Still no thumbs showing up.
Gallery V0.9.1b, gd2 installed, local server with not permission issues, Adblock Plus disabled on localhost.

When I turn the resizer on, the gallery remains completely blank.

Would it be feasible to bypass the resizer and create my own thumbnails? (I tried myself, to no avail.)

Thanks!

Cheers, Ralf.
Logged
lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 139


WWW
« Reply #168 on: September 18, 2009, 08:05:17 AM »

Hi again,

I just installed a new site, WB2.8. Smooth Gallery 0.9.1.b is the first and only module I installed. No thumbs showing up.

Thumbs down.  tongue

No big picture showing when I turn on the internal resizer.

Cheers,
Ralf.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6819


WWW
« Reply #169 on: September 18, 2009, 08:16:50 AM »

Can you confirm, that the Webserver user has "write access" to the relevant directories?

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 139


WWW
« Reply #170 on: September 18, 2009, 03:02:35 PM »

Hi Klaus,

thanks for your reply. At home it runs on Windows, so there should be no permission issues whatsoever. On the live site I double checked, and now checked again and set the whole media folder to 777, including the images. Same on an old site as on the new one.


No thumbs.


Cheers, Ralf.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6819


WWW
« Reply #171 on: September 18, 2009, 07:46:58 PM »

You need to set it "recursively" for it to take effect in the folder structure. The thumps folder is, if I remember correctly a hidden folder (.thumps or so) in the media folder. But I could be wrong there since I never used this gallery myself.

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 139


WWW
« Reply #172 on: September 18, 2009, 11:29:18 PM »

Did that, recursively and all. Still, should not make a difference with Windows.
There's no thumbs directory created.
No error messages with E_ALL.

I believe it's a problem with the resizer. When I look at the html output, it all looks fine, visibility of all images is switched from "hidden" to "visible" in turns.
The resizer gets the correct input, but gives no output ...

So, when I turn on the resizer for the main images, I also get no output.
Now, just for fun, I set the whole smooth gallery folder to 777 as well. To no avail ...

Cheers,
Ralf. 
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2093



WWW
« Reply #173 on: September 18, 2009, 11:31:36 PM »

Is this running on a live server somewhere, so we can have a look?
If it is, and you don't want to tell.. just send me the link in a PM

Ruud
Logged

Professional WebsiteBaker Developer
lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 139


WWW
« Reply #174 on: September 19, 2009, 07:56:01 PM »

Hi Ruud,

did you receive my PM? The site is running on a live server and I don't mind if people see it, but it is not public either, I don't want it listed on Google. If s.o. is interested, please send me a message.

Cheers,
Ralf.
« Last Edit: September 19, 2009, 08:46:11 PM by lausianne » Logged
Pages: 1 ... 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!