Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adamch25

    (@adamch25)

    Figured it out. AdBlock Plus extension in Safari was blocking the stylesheet for some lame reason. Frustrating. Uninstalled that extension.

    Thread Starter adamch25

    (@adamch25)

    Ok so I figured out that this problem is a Firefox and Safari problem. When viewing the site in Chrome it loads the CSS just fine. Thoughts?

    For those interested, I have a code change that will make your images resize during the upload process to the sizes you specify in settings. Here’s what to do:

    1) Open ~/wp-content/plugins/nextgen-gallery/admin/functions.php in your favorite text/code editor.

    2) Search for “// now create thumbnails” should be line 192.

    3) Insert just above the following code:

    // now create resized images
    foreach($image_ids as $r) {
    	nggAdmin::resize_image ( $r, 0, 0 );
    }

    4) Save.

    Cheers!

    Adam

Viewing 3 replies - 1 through 3 (of 3 total)