WordPress.org

Forums

Portfolio Slideshow
Multiple galleries on static page (4 posts)

  1. nebulatechnologies
    Member
    Posted 9 months ago #

    Greetings,

    I am implementing the free version of Portfolio Slideshow on a site. Frankly, the client's budget does not allow even for the purchase of a single license, or I would buy the pro version.

    I am new to dev. in WordPress, and if this site goes well, I think I will be using your gallery for future sites - after hours of searching, yours truly seems to be the best, simplest solution for a professional business solution, and works in a mobile environment.

    The above "carrot on a stick" message done with, please help me out:

    I want to have 2-3 galleries on a single static page (oddly enough "gallery.php." Can I do this with the free version? The tutorial video shows how to do it with the premium version.

    Also, I don't have a clear understanding of how the gallery ID works. Again, I'm new to WordPress, but not PHP. If I go to the Media -> Gallery page and edit a photo, there is a field for "Portfolio Slideshow Slide Link URL." There is no field for "gallery ID." How do I differentiate?

    Thank you in advance. Again, I really like your gallery. Outside of WordPress, I usually write a gallery in CSS, but it depends on mousing over pictures, rather than a .js script, so it is not quite as classy.

    Cheers,

    Jason

    http://wordpress.org/extend/plugins/portfolio-slideshow/

  2. Dalton Rooney
    Member
    Plugin Author

    Posted 8 months ago #

    Hi Jason,
    You can do it, it's just more difficult with the free version. In the [portfolio_slideshow] shortcode, the ID is the id of the parent post where the images are attached. For example, when you're editing a WordPress post, you might see a URL that looks like this:
    http://yoursite.com/wp-admin/post.php?post=813&action=edit

    The "post=813" part of the URL is the unique post ID for that post.

    So if you want to add multiple slideshows to a page, you'll need to create multiple pages with some images attached, and use those page IDs when you add your slideshows to the gallery.php template. You can add the slideshows directly to the template with the do_shortcode() function.

    In the Pro version of the plugin, there is a custom post type for slideshows so they don't get mixed in with your posts and pages. In the *next* version of Portfolio Slideshow Pro, you won't be limited to images that are attached to a particular post or page, each slideshow can be any mix of images pulled from your media library. It's much more flexible than the current version, but that feature will take a little while to filter back into the free version of the plugin.

    Hope that helps!

    Dalton

  3. mattlittlegym
    Member
    Posted 2 months ago #

    Dalton, this may be a bit different question than the above.. I am trying to get more than one vimeo .mov to play within a single portfolio post.And when the lightbox comes up, I'd like to be able to click the arrow to go to the next video within it's gallery, instead of the next portfolio post.This site does it: http://www.russell.cd But it is flash. Shouldn't there be a plugin that does this? My site: http://www.russandmatt.com

  4. mattlittlegym
    Member
    Posted 2 months ago #

    is it possible to click on one portfolio thumbnail/gif and have one video lightbox pop up and be able to play several videos from vimeo links in it?

    I can't find a slider plugin or lightbox plugin or gallery plugin that does this...

Reply

You must log in to post.

About this Plugin

About this Topic