• I’ve read through the forum and see most problems with 3.4 have been resolved but I can’t correct mine.

    I had a slideshow on the homepage but it went *poof* with the upgrades. I only know enough to get myself in trouble (someone else designed by site) but I tried adding

    <?php if (function_exists(‘slideshow’)) { slideshow(true, “2”, false, array()); } ?>

    into my header PHP but couldn’t get it the slideshow to show up in the right place without knocking everything out of whack.

    https://my-bellavita.com

    thank you!

    https://www.ads-software.com/extend/plugins/slideshow-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tribulant Software

    (@contrid)

    @cherryemoore,

    Do you want to show slides of images uploaded through the media uploader to the post/page with ID 2 ? If that’s the case, use this please:

    <?php if (function_exists('slideshow')) { slideshow(true, false, "2", array()); } ?>

    Not the 2nd parameter of slideshow() but the 3rd parameter is the post_id. The 2nd parameter as you had it is gallery_id.

    Thread Starter cherryemoore

    (@cherryemoore)

    I want to show the images that I uploaded through the plugin “upload page” on my homepage. I got this

    <?php if (function_exists(‘slideshow’)) { slideshow(true, “2”, false, array()); } ?>

    from the “Hardcode” tab from the Manage Galleries page.

    Plugin Author Tribulant Software

    (@contrid)

    @cherryemoore,

    If you have a gallery under Slideshow > Manage Galleries with ID value 2 and you have slides/images assigned to this gallery with ID 2 then it should work fine.

    Can you please pass a link to the slideshow so I can check? the only thing I can think of is a Javascript error/conflict of some sort.

    Thread Starter cherryemoore

    (@cherryemoore)

    Thank you so much for your responses and for trying to help. I think the issue is that I don’t know where to put that coding in the Header.php. Sometimes it shows up in random places (out of whack!) so I definitely think it is user error.

    I’m hoping I can figure it out / find someone to help as I really liked the way this slideshow looked.

    Thanks,

    C

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Slideshow Gallery] 3.4 Issues’ is closed to new replies.