loumitch
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Calendar] Minor bug in IE8Anyone’s navigation buttons disappearing in IE? I see them while the page loads, but as soon as it does they disappear. I noticed if I double click the area the arrows should be in, then they show up. Something in custom.css is causing it, because when I remove the stylesheet, the arrows stay visible and I can go forward or backwards at that point.
I was having the same problem. I noticed my thumbnails worked on one gallery, but not the other. I found this:
This fixed my problem. It was a memory issue due to large image file size. The bar would make it to 100% when creating thumbnails and I wasn’t getting an error message on my screen, yet the thumbnails never showed up.
—————For Older Version:
You just edit the file “thumbnail.inc.php” which is located at: /wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.phpSearch for
// @ini_set(‘memory_limit’, ’128M’);Change it to
ini_set(‘memory_limit’, ’128M’);Now you are done, just save and upload the file.
For New Version:
You will not find the file “thumbnail.inc.php” instead you will find the file “gd.thumbnail.inc.php” which is located in the same location “/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php” . You just need to edit this file.Search for
// @ini_set(‘memory_limit’, ’128M’);Change it to
@ini_set(‘memory_limit’, ’128M’);I was having the same problem. I noticed my thumbnails worked on one gallery, but not the other. I found this:
This fixed my problem. It was a memory issue due to large image file size. The bar would make it to 100% when creating thumbnails and I wasn’t getting an error message on my screen, yet the thumbnails never showed up.
—————For Older Version:
You just edit the file “thumbnail.inc.php” which is located at: /wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.phpSearch for
// @ini_set(‘memory_limit’, ’128M’);Change it to
ini_set(‘memory_limit’, ’128M’);Now you are done, just save and upload the file.
For New Version:
You will not find the file “thumbnail.inc.php” instead you will find the file “gd.thumbnail.inc.php” which is located in the same location “/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php” . You just need to edit this file.Search for
// @ini_set(‘memory_limit’, ’128M’);Change it to
@ini_set(‘memory_limit’, ’128M’);Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Not Creating Thumbnails or Resize ImagesI was having the same problem. I noticed my thumbnails worked on one gallery, but not the other. I found this:
This fixed my problem. It was a memory issue due to large image file size. The bar would make it to 100% when creating thumbnails and I wasn’t getting an error message on my screen, yet the thumbnails never showed up.
—————For Older Version:
You just edit the file “thumbnail.inc.php” which is located at: /wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.phpSearch for
// @ini_set(‘memory_limit’, ’128M’);Change it to
ini_set(‘memory_limit’, ’128M’);Now you are done, just save and upload the file.
For New Version:
You will not find the file “thumbnail.inc.php” instead you will find the file “gd.thumbnail.inc.php” which is located in the same location “/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php” . You just need to edit this file.Search for
// @ini_set(‘memory_limit’, ’128M’);Change it to
@ini_set(‘memory_limit’, ’128M’);