imakescribbles
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods Pages Requiring WordPress PagesThere’s a feature in Divi called “Dynamic CSS” that was causing the issue. Recent Divi updates made that feature incompatible with Pods Pages, at least in my own testing. If anyone else is having the same problem, the Divi feature is located at Divi > Theme Options > General > Performance > Dynamic CSS.
1. Install Slimbox Plugin and activate it. See AmrutaNet’s or manfredk’s links above.
2. Open gallery.php on your server. It’s at /wordpress/wp-content/plugins/nextgen-gallery/view/gallery.php.
3. In gallery.php, change the code on line 42 from
<?php echo $image->thumbcode ?>
to<?php // echo $image->thumbcode ?>
.4. Open your WordPress admin page. Go to Gallery->Options on the left-hand panel. Select the Thumbnails tab and change both the width and height to 140px. I upped mine to 150px, but the demo is using 140.
Other than that I’m using NextGEN Gallery’s default settings. I did NOT need to add the extra line to gallery.php. That extra line confused me too, but everything works without it, with my setup at least.
@amrutanet Thank you so much! That worked flawlessly!
I am experiencing the same issue with WP 3.4 and DM Albums 3.1.6 automatic install. The files appear to upload, disappear from the queue one by one, and then nothing happens. The dm-albums directory remains empty.