-
ashmarnieParticipant
Has anyone figured out how to implement a gallery with a similar aesthetic? Since jetpack’s gallery doesn’t work with pinboard theme…
stephanieParticipantI 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!
MindscannerParticipantTry NextGen thats one of the best gallerie plugins.
paperclipParticipantWhy doesn’t the tiled/carousel work? I tried it briefly, but haven’t had time to investigate.
TIA,
Paperclipbcr8tiveParticipantI 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
ashmarnieParticipantStephanie, 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 wellstephanieParticipantThanks 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!!
paperclipParticipantI’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.
bcr8tiveParticipant(っ˘⌣˘)っ paperclip ….
If I could hug you and and shine your shoes I would (◐‿◐)
Thank you Muchas Gracias, works great! ❤
paperclipParticipantI’m actually working on a cleaner solution for use with a child theme. Check back for updates!
bcr8tiveParticipantThank 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 ❤
paperclipParticipantOk.. 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
paperclipParticipantPaste this into your functions.php
- This reply was modified 11 years, 10 months ago by paperclip.
bcr8tiveParticipantAhh 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 …. 🙁
stephanieParticipantWhen 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 !!
You must be logged in to reply to this topic.