• I’ve installed and configured Lazyest Gallery 0.9.5:

    1. Have linked it to the the https://manukhanna.com/photogallery/ page. When I click a folder name displayed on this page, I get a 404.RESOLVED
    2. Thumbnails aren’t displaying. RESOLVED
    3. The “GD Library Info” panel on LG Admin page says “* FreeType Linkage not available” and “* XBM Support: no.” How do I fix these?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Why dont you use the gallery script for your blog. You can get it from https://gallery.menalto.com/

    It’s relatively easy to setup and easily customizable. Then all you need is a WPG2 plugin and your gallery is seamlessly integrated into WP installation. You can check it working on my blog at https://www.blog.xvzx.net

    Thread Starter Mkadmin

    (@mkadmin)

    Actually I did give it a shot once but didn’t go all the way with it. Guess I should try it out once more. thanks.

    BTW ur blog looks nice, especially the photo pages. Which template?

    Mkadmin –

    Be sure the user that you are logged in as has admin access. If you get this issue while logged in as an admin then do the following:

    1 – Open the lazyest-admin-form.php file in a text editor.
    2 – Go to line 8 of the file. The line should read as follows:
    if ($user_level == 10) {
    3 – Change this line to read as follows:
    if (get_role(‘administrator’)) {

    That should fix the problem. It fixed it for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lazyest Gallery does not display’ is closed to new replies.