Understanding Albums

HomeSupportImage StoreUnderstanding Albums

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #46724
    squibs
    Participant

    I’m trying to get my head around albums. I’ve created an album taxonomy with parent categories and child categories, and have assigned populated galleries to these. Now I would like do display all the parent albums on the main image store page, and navigate from those to child albums, and from those to galleries associated with the child album. Is this possible?

    The default [image-store] plugin seems to list all galleries. I’ve played with [image-store album=""] format but have been unable to get it to display anything.

    I’ve been looking at the demo store, but don’t see the distinction between the galleries page and the albums page, except that they include a slightly different set of galleries.

    The site is on localhost, so I can’t share a link right now. I’m also seeing the no thumbnails issue, even though the image-store/admin/_key directory exists and is writeable. It contains one completly empty .txt file with a random name.

    Thanks for reading.

    #46725
    squibs
    Participant

    v 3.0.4 – sorry…

    #46741
    Xpark Media
    Keymaster

    Currently the plugin will list all your galleries assigned to albums and child albums if you want to display parents and then child you will have to create your own gallery template.

    You can use the template in Image store as a guide image-store/theme/taxonomy-ims_album.php

    other resources:
    From album to slideshow / custom link
    Get post by custom taxonomy (ims_album)

    #46762
    squibs
    Participant

    Thanks for that. I guessed that the answer would be to make my own template. Time to get my hands dirty 🙂

    #47796
    alphamedia
    Participant

    Hi squibs,
    Did you manage to get the Albums working? If so could you provide your code here as Id like to have the same. Otherwise I can’t see the point in having Albums in the plugin if there isn’t a page for them.

    As default Id like my albums displayed, then from those to my galleries within them.

    It would also be great if the Albums could have images associated with them,

    #48028
    shayne locke
    Participant

    Hi Squibs,

    I would also love to know how you did it…if you managed it as I have the same problem.

    Thanks

    #50982
    jenndino518
    Participant

    I’m also trying to understand this taxonomy.php

     

    I have all my galleries but I need them to be sorted under parent albums. And I need the albums to show up on the default image store page for customers to click on. Any help?

    #51020
    Xpark Media
    Keymaster

    To be able to use album parent child relationship  you need to create custom template and display the albums base on parent using a custom wp_query.

    This is for experienced theme developers, if you don’t understand templates maybe you guys can find someone to help you below some theme resources.

    other resources:
    From album to slideshow / custom link
    Get post by custom taxonomy (ims_album)
    WordPress query

    gallery content type: ims_gallery
    image content type: ims_image
    album taxonomy: ims_album
    tags taxonomy: ims_tags

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.