I have a problem changing the 'advanced settings'.
My images are 510x510, so I want to change the size of the frontpopupwindows using the 'advanced settings'. However, the file administrator/components/com_phocagallery/assets/phoca_config.php does not exist?
I tried to create the file myself and put in the settings for the frontpopupwindow, but that did not work.
I use Joomla 1.5R3 and Phoca Gallery 1.2.0.
Any assistants would be greatly appreciated.
Advanced settings
-
- Phoca Newbie
- Posts: 8
- Joined: 20 Dec 2007, 14:01
- Location: Netherlands
- Contact:
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Please, try to downl
Please, try to download Phoca Gallery Zip file now ... I am not sure, but I think, on the server there was an old Phoca Gallery Zip file (backup)... I hope, there is all right now, please let me know...
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 20 Dec 2007, 14:01
- Location: Netherlands
- Contact:
ok, phoca_config.php
ok, phoca_config.php is in the new zip-file, thank you for the fast reply!
However, that did solve only part of the problem
I changed the setting of the frontpopupwindow to:
$GLOBALS['frontpopupwindow']['largeheight'] = 760; //560 --+
and removed the thumbnails. Then I added the images to the gallery again and the thumbnails were generated. However, I see no difference If it helps, the website is http://www.jeroendercksen.nl/index.php? ... y&id=42&It emid=77
The problem is that the lowest part of the painting gets cut off in the slideshow. What am I doing wrong?
However, that did solve only part of the problem
I changed the setting of the frontpopupwindow to:
$GLOBALS['frontpopupwindow']['largeheight'] = 760; //560 --+
and removed the thumbnails. Then I added the images to the gallery again and the thumbnails were generated. However, I see no difference If it helps, the website is http://www.jeroendercksen.nl/index.php? ... y&id=42&It emid=77
The problem is that the lowest part of the painting gets cut off in the slideshow. What am I doing wrong?
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
1. Great pictures
1. Great pictures
2. Try to change icons in detail window - e.g.: https://www.phoca.cz/freeicons/
I hope other icons will be better for your pictures
3. Problem with slideshow - the problem was in default.php file - it is fixed now.
Please download Phoca Gallery Zip file (1.2.0)
Copy the file:
com_phocagallery_v1.2.0_beta.zip/front/views/phocagalleryd/tmpl/default.php
to
yoursite/components/com_phocagallery/views/phocagalleryd/tmpl/default.php
Please let me know if it works
2. Try to change icons in detail window - e.g.: https://www.phoca.cz/freeicons/
I hope other icons will be better for your pictures
3. Problem with slideshow - the problem was in default.php file - it is fixed now.
Please download Phoca Gallery Zip file (1.2.0)
Copy the file:
com_phocagallery_v1.2.0_beta.zip/front/views/phocagalleryd/tmpl/default.php
to
yoursite/components/com_phocagallery/views/phocagalleryd/tmpl/default.php
Please let me know if it works
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 20 Dec 2007, 14:01
- Location: Netherlands
- Contact:
1. Thank you.
1. Thank you.
2. These icons are indeed a lot better!
3. The new default.php is installed, but no change
2. These icons are indeed a lot better!
3. The new default.php is installed, but no change
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Please let me know t
Please let me know the value of:
$GLOBALS['size']['largeheight']
From your site, I get, your value is:
$GLOBALS['size']['largeheight'] = 480
but your thumbnail (large) is 510
... Please set $GLOBALS['size']['largeheight'] = 510, delete all thumbnails and go to administrator - components - phoca gallery - gallery --> new thumbnails will be created
Jan
$GLOBALS['size']['largeheight']
From your site, I get, your value is:
$GLOBALS['size']['largeheight'] = 480
but your thumbnail (large) is 510
... Please set $GLOBALS['size']['largeheight'] = 510, delete all thumbnails and go to administrator - components - phoca gallery - gallery --> new thumbnails will be created
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 20 Dec 2007, 14:01
- Location: Netherlands
- Contact:
ok, I set $GLOB
ok, I set $GLOBALS['size']['largeheight'] = 510, this was indeed 480, and recreated the thumbnails. Still no change.
phoca_config.php is now:
//--------------------------------|YOUR VALUES|---|DEFAULT VALUES|------------|WARNING|------------------------------
$GLOBALS['size']['largewidth'] = 510; //640 ========#
$GLOBALS['size']['largeheight'] = 510; //480 --+ #
$GLOBALS['size']['mediumwidth'] = 100; //100 | # !!! - you need to change CSS (frontend, backend)
$GLOBALS['size']['mediumheight'] = 100; //100 | # !!! - you need to change CSS (frontend, backend)
$GLOBALS['size']['smallwidth'] = 50; //50 | #
$GLOBALS['size']['smallheight'] = 50; //50 | #
// | #
$GLOBALS['adminmodalbox']['largewidth'] = 680; //680 ==|=====#
$GLOBALS['adminmodalbox']['largeheight'] = 520; //520 --+ #
$GLOBALS['frontmodalbox']['largewidth'] = 680; //680 ==|=====#
$GLOBALS['frontmodalbox']['largeheight'] = 560; //560 --+ #
$GLOBALS['frontpopupwindow']['largewidth'] = 680; //680 ==|=====#
$GLOBALS['frontpopupwindow']['largeheight'] = 760; //560 --+
?>
Would it help to send you any other files?
phoca_config.php is now:
//--------------------------------|YOUR VALUES|---|DEFAULT VALUES|------------|WARNING|------------------------------
$GLOBALS['size']['largewidth'] = 510; //640 ========#
$GLOBALS['size']['largeheight'] = 510; //480 --+ #
$GLOBALS['size']['mediumwidth'] = 100; //100 | # !!! - you need to change CSS (frontend, backend)
$GLOBALS['size']['mediumheight'] = 100; //100 | # !!! - you need to change CSS (frontend, backend)
$GLOBALS['size']['smallwidth'] = 50; //50 | #
$GLOBALS['size']['smallheight'] = 50; //50 | #
// | #
$GLOBALS['adminmodalbox']['largewidth'] = 680; //680 ==|=====#
$GLOBALS['adminmodalbox']['largeheight'] = 520; //520 --+ #
$GLOBALS['frontmodalbox']['largewidth'] = 680; //680 ==|=====#
$GLOBALS['frontmodalbox']['largeheight'] = 560; //560 --+ #
$GLOBALS['frontpopupwindow']['largewidth'] = 680; //680 ==|=====#
$GLOBALS['frontpopupwindow']['largeheight'] = 760; //560 --+
?>
Would it help to send you any other files?
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Your file:
Your file:
yoursite/components/com_phocagallery/views/phocagalleryd/tmpl/default.php
is still the old file
New file you get from ZIP file
com_phocagallery_v1.2.0_beta.zip/front/views/phocagalleryd/tmpl/default.php
or I will email it to you... just email me on info@phoca.cz
Jan
yoursite/components/com_phocagallery/views/phocagalleryd/tmpl/default.php
is still the old file
New file you get from ZIP file
com_phocagallery_v1.2.0_beta.zip/front/views/phocagalleryd/tmpl/default.php
or I will email it to you... just email me on info@phoca.cz
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 20 Dec 2007, 14:01
- Location: Netherlands
- Contact:
I put in the new ver
I put in the new version of default.php from the zip-file, but now all the buttons have dissapeared
sometimes, live can be cruel Please let me know if there is anything I can do to help you debugging.
sometimes, live can be cruel Please let me know if there is anything I can do to help you debugging.
- Jan
- Phoca Hero
- Posts: 48398
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Please send me the f
Please send me the file from your server via email (info@phoca.cz)
yoursite/components/com_phocagallery/views/phocagalleryd/tmpl/default.php
Jan
yoursite/components/com_phocagallery/views/phocagalleryd/tmpl/default.php
Jan
If you find Phoca extensions useful, please support the project