Gallery Plugin similar to Jetpack tiled/carousel??

Viewing 15 posts - 1 through 15 (of 16 total)
  • #12172
    ashmarnie
    Participant

    Has anyone figured out how to implement a gallery with a similar aesthetic? Since jetpack’s gallery doesn’t work with pinboard theme…

    #12265
    stephanie
    Participant

    I am working on the same thing. I haven’t perfected it yet- but I added a widget to the “wide” area called weptile image slider widget. Here you can see what I have so far:

    http://www.atascocitaphotography.com/blog.

    If you get it sized nicely let me know, I think I have to just adjust the image sizes I add… but haven’t got to that yet.

    I am still trying to get tiled images to work… in my posts… Good Luck!

    #12269
    Mindscanner
    Participant

    Try NextGen thats one of the best gallerie plugins.

    http://www.nextgen-gallery.com/

    #12271
    paperclip
    Participant

    Why doesn’t the tiled/carousel work? I tried it briefly, but haven’t had time to investigate.

    TIA,
    Paperclip

    #12274
    bcr8tive
    Participant

    I am here for the same reason paperclip, I’ve been trying to figure out why I do not have the option to enable the gallery features in settings/media – so even though I see the selections in a gallery post, I cannot get any of the new WordPress Gallery settings to display aside from the default. That one does work.

    After deactivating jetpack etc – and other testing procedures, I finally test drove another template and it “seems” as though the gallery mosaic works – so….

    I’m here looking to see if Pinboard needs an upgrade for this option to work or there is a workaround …

    Hopefully someone will know~

    bcr8tive

    #12321
    ashmarnie
    Participant

    Stephanie, it looks nice! if you use the theme’s slider, it will just resize the pics for you…the images may slide slower tho so idk.
    I really don’t want a slideshow tho, i just want non-clickable tiled pics.

    i might just buy a plugin with the aesthetic I’m looking for…this site has some good ones if you guys can’t find anything else http://codecanyon.net/category/wordpress/galleries
    or you can link a tumblr page which I’m considering as well

    #12352
    stephanie
    Participant

    @Ashmarnie,

    Thanks for the tip on purchasing plugins… I don’t know why but I didn’t think to look for paid ones!

    I thought about using the theme’s slider… but I don’t want to have text over the slider or to have to make a post about what is in the slider. I want it to be independent.

    Yea, I would love to be able to tile in the post. I’ll have to look at some of those plugins for that.

    Thanks!!

    #12410
    paperclip
    Participant

    I’ve found a solution. While it isn’t a good idea to hack on functions.php if you comment out line 1754 the tiled galleries and carousel will work.

    search for:

    add_filter( ‘post_gallery’, ‘pinboard_gallery_shortcode’, 10, 2 );

    and add // to the front, so it looks like this:

    // add_filter( ‘post_gallery’, ‘pinboard_gallery_shortcode’, 10, 2 );

    Enjoy..

    P.S. Keep in mind that you will have to make this change every time you update the theme. Please consider making a child theme.

    • This reply was modified 11 years, 10 months ago by paperclip.
    #12412
    bcr8tive
    Participant

    (っ˘⌣˘)っ paperclip ….

    If I could hug you and and shine your shoes I would (◐‿◐)

    Thank you Muchas Gracias, works great! ❤

    #12413
    paperclip
    Participant

    I’m actually working on a cleaner solution for use with a child theme. Check back for updates!

    #12414
    bcr8tive
    Participant

    Thank you, I don’t know anything about making a child theme so I’d be very grateful. I love this theme but that was driving me bananas ❤

    #12415
    paperclip
    Participant

    Ok.. First create a child theme. I use this plugin:

    http://wordpress.org/extend/plugins/child-themify/

    Then simply create a file called fuctions.php in your new child theme’s directory.

    Paste this line into your functions.php:

    Save.

    You can now update pinboard and still retain the mods that give you the jetpack tiled gallery and carousel.

    • This reply was modified 11 years, 10 months ago by paperclip. Reason: code was missing
    #12417
    paperclip
    Participant

    Paste this into your functions.php

    http://pastebin.com/BviKy1ub

    • This reply was modified 11 years, 10 months ago by paperclip.
    #12419
    bcr8tive
    Participant

    Ahh thank you again. I remember doing this with the theme “responsive”. The guy that wrote that one was very helpful and walked me though a lot….

    I just found out that with this modification, the lightbox feature stopped working and I’m concerned that I’ll have users pinning (to Pinterest) directly from the image) (and currently I’m only battling that with the ‘hacks’) ugh … Fix one thing, have another …. 🙁

    #12445
    stephanie
    Participant

    When I couldn’t get the tiles to work, I purchased a plugin from codecanyon… but, the plugin doesn’t work in IE for my theme. It has worked in other browsers.

    The creator of this plugin told me there was an error on the pinboard theme. Here is what he said:

    “Well, if you look at the console there’s a javascript error at line
    87, that blocks further plugins to execute. This is line 87:

    document.body.style.webkitTouchCallout=’none’;”

    Can someone here help me with how to fix this error. I am new, so I need steps if you can give them.

    I thought maybe this would fix other issues as well?

    Thanks !!

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in to reply to this topic.