• 1) When I upload images to a gallery, I get an error about requiring 30+Mb of Memory and there’s not enough, resulting in thumbnails unable to be created. When I try to resize them by selecting all, choosing resize, Go, it says successful but the file size is the same. HELP!

    2) Is there any way to insert images into a post (Not a gallery) so they will appear at different parts of the posts and YET will show up as a preview (like a gallery) when you click instead of the actual image?

Viewing 1 replies (of 1 total)
  • 1) try uploading you pictures at a smaller resolution.
    Or modify you .htaccess to include the following piece of code:

    php_value memory_limit 40M

    2)

    Yes, I use the following code in my posts:

    <table border="0">
    <tbody>
    <tr>
    <td>[singlepic=561,180,120,,]</td>
    <td>[singlepic=562,180,120,,]</td>
    <td>[singlepic=563,180,120,,]</td>
    <td>[singlepic=564,180,120,,]</td>
    </tr>
    </tbody></table>

    The use of the table is optional, you can juse the [singlepic=561,180,120,,] if you like.

    561 = image number
    180,120 = thumbnailsize.

Viewing 1 replies (of 1 total)
  • The topic ‘Need help with Next Gen Gallery!’ is closed to new replies.