• I am trying to get this new plugin to work and I am sure I have a stupid error somewhere. Now this plugin doesn’t do everything I would like it to but it seems to be at least trying to match the rest of my blog.

    The plugin is here:

    https://www.lazyboy.dk/wordpress/?page_id=14

    And this is my error:

    Warning: main(topbanner.php): failed to open stream: No such file or directory in /home/tekwh0re/public_html/wp/lazy-index.php on line 16

    Warning: main(): Failed opening ‘topbanner.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/tekwh0re/public_html/wp/lazy-index.php on line 16

    I just know I did something stupid.

    https://www.lazyboy.dk

Viewing 10 replies - 16 through 25 (of 25 total)
  • guys, i have problems with images, i am uploading images and i can see them at the gallery BUT they are so so so small that you dont even realize if its a pic or something, see what i mean at

    https://www.justshannen.com/site/lazy-gallery.php

    i can see that i told you with FireFOX, not with IE. ??

    I had a lot of trouble with lazy-gallery also. I just went back to JAlbum, which I had on my old static site. It couldn’t be easier to use, has many themes available, and can be easily customized to match the look of your main site (see my adaptation at https://www.donandlinda.net. JAlbum can be downloaded at https://jalbum.net/

    Yup – jalbum is my favorite gallery thing out there.

    How can I integrate “Lazy Gallery” into a WP “Page”?

    I setup a a€?Pagea€? in WP with a page template I created called a€?gallery.phpa€?. In a€?gallery.phpa€? i used a php include (pointing to a€?lazy-index.phpa€?) but nothing seems to show up (blank in FF/broken images in Safari).

    My goal is to use WP as a light CMS and control all navigation within WPa€| I would rather not hard code header/footer links if I can get WP to generate my site architecture. Does anyone have any ideas on how to get this to work?

    Thanks for any pointers!

    I seem to have a path problem with Lazy Gallery. If I navigate directly to it, the gallery is fine. However, if I link to it, the borwser adds a slash onto the end of the link and causes the pictures not to load.

    elspencer

    (@elspencer)

    I’ve been looking all over for some help cause I know it’s out there. I’ve seen some great galleries already and I don’t want to give up on Lazy Gallery.

    I understand that lazy-index.php must be in the root folder and I think I’ve done that correctly. Could someone tell me why I’m getting this: Fatal error: Call to undefined function: showgallery(?

    https://www.elspencer.com/wordpress/lazy-index.php

    I know I most likely set up my folders incorrectly but I can’t seem to get everything to work together. I have rotating images in my header. Could that be a problem?

    Any assistance would be greatly appreciated.

    el spencer

    jwurster

    (@jwurster)

    The function is showGallery. Maybe just capitalize the G.

    Lazy Gallery++ is a improved version of the old lazy gallery. I think the developer has stopped doing anything with it now.

    What I did was intergrate the old plugin into a real page and embedding it.

    hey y’all,
    thanks for the tips…it turns out that jalbum has worked a lot better and is more user-friendly as aggiedad and vkaryl mentioned. I’m new to all this jazz and it was nice to find a functional and quick solution.

    hey
    I have a problem here’s my code of lazy gallery++

    <?php
    /*
    Template Name: gallery
    */
    ?>
    <?php get_header(); ?>

    <link href=”/wp-content/plugins/lazy-gallery-plus/lazy-style.css” rel=”stylesheet” type=”text/css”>

    <?php if ($gallery_sidebar == ‘left’) get_sidebar(); ?>
    <div id=”gallery”>

    <?php showGallery();?>
    </div>

    <?php if ($gallery_sidebar == ‘right’) get_sidebar(); ?>
    <!– End Lazy Gallery++ –>

    <?php get_footer(); ?>

    and it gives me fatal eror:

    Fatal error: Call to undefined function: get_header() in d:\blog\wordpress\wp-content\themes\blix\gallery-page.php on line 6

    Can anybody help me?

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Lazy Gallery’ is closed to new replies.