Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] Pretty photos and Fancybox not working with ShashinSorry for the late response, but good job figuring it out!
Forum: Plugins
In reply to: [Shashin] Minor Request: EXIF Data Exposure (Shutter Speed) Display FormatThanks! If you use github, you can do a fork and pull request to add this: https://github.com/toppa/Shashin
No worries if not – I can add it.
Forum: Plugins
In reply to: [Shashin] Twenty Thirteen overlay caption column problemThe settings page controls how many columns are displayed after you click the album thumbnails. The shortcode controls the number of columns of album thumbnails. The default settings are fine for most people, but it allows more control for those who want it.
The red link color is coming from your theme – it’s overriding the color Shashin is setting (white). You can customize the Shashin link color settings in its stylesheet. More info is here:
http://www.toppa.com/shashin-wordpress-plugin/#stylesheets
Look for
.shashinThumbnailCaptionand changecolor: white;to
color: white !important;Forum: Plugins
In reply to: [Shashin] Picasa image url in Pretty Photos ?Shashin’s CSS is very targeted – it only applies to elements on the page created by Shashin. But it looks like you’ve switched to something else. There must have been a conflict. Shashin loads album photo’s dynamically via ajax, so I don’t know how that might interact with your CDN.
Forum: Plugins
In reply to: [Shashin] No options to configure de Picasa user appearThere’s a page for Shashin under “Settings” (which are for display options) and under “Tools.” The Tools menu is where you can enter the URL of your Picasa/G+ albums. It also works with YouTube and Twitpic. Please see the instructions on the page. You don’t need to enter a username and password.
Forum: Plugins
In reply to: [Shashin] Lightbox Not WorkingThanks for trying. There’s still a javascript conflict, but I’m not sure where it’s coming from. You have about 20 different scripts being loaded. Could you try temporarily disabling your other plugins, and see if Shashin works then? Then if you reactivate them one at a time and check Shashin again each time, we can see where the conflict is, and I can try to resolve it.
Forum: Plugins
In reply to: [Shashin] Picasa image url in Pretty Photos ?That is the correct link. The idea is to share the photo on your site, not on Picasa/G+. When someone visits the link, it should automatically open up the photo you shared, on your site. It sounds like it may not be working for you. If you can give me a link to your site, I can see if there is a JavaScript conflict or other problem.
Forum: Plugins
In reply to: [Shashin] problem with adding some albumsFor anyone keeping track, this is now fixed in Shashin 3.4.9
Forum: Plugins
In reply to: [Shashin] Trouble with Lightbox effectThere’s a JavaScript error from your Analytics plugin when I click on a Shashin thumbnail. My guess is that it’s overwriting the Shashin click handling (instead of just adding it’s own). I haven’t run into this plugin before. A long time ago I’d see similar problems with our analytics plugin, but this is the first time in a while.
The latest version of Shashin (v3.4.8 – I released it yesterday) includes some more protective measures for Shashin’s JavaScript (by namespacing it). You can give it a try, but it may still not work – I think the analytics plugin is just clobbering my click handling.
Forum: Plugins
In reply to: [Shashin] Feature request: exclude albums from queryThis is a good idea. Shashin has its own database tables, so WP_Query is not applicable. But it still wouldn’t be too hard to add. I’ve added this to the to-do list:
https://github.com/toppa/Shashin/issues/63
Thanks for this and your other suggestions.
This is a good idea. I’ve added it to the to-do list:
https://github.com/toppa/Shashin/issues/62
But to be honest, I’m not sure when I will get to it.
Adding this feature is on the to-do list:
https://github.com/toppa/Shashin/issues/43
But it’s a non-trivial addition, and since I work on Shashin for free, I’m not sure when I’ll get to it.
The key limitation is that the RSS and json feeds for a user account won’t show the “Limited, anyone with the link” albums, even if you include the user’s authkey in the user’s feed URL. Shashin relies on Picasa feeds for its data. It doesn’t use the API (the old API required a username and password, which would be bad to store in Shashin; the new API uses OAuth, which is good, but I’d have to substantially rewrite Shashin to use it). So the only way to add these albums is individually.
Shashin takes the album url you enter and translates it to the json feed url (it wouldn’t be user friendly to ask users for the json url directly). And so I don’t present the URL as an editable field. If you’re comfortable working directly in MySQL (via PhpMyAdmin or a similar GUI), you could edit the album urls directly in the wp_shashin_album table.
Forum: Plugins
In reply to: [Shashin] Facebook publishing doesn't display shashin pohotosSorry for the late reply. When I link my blog posts from Facebook, it lets me pick thumbnails from Shahsin to go with the Facebook post. My guess is the problem is that your site isn’t public (the post I tried to read on your site required a login), so Facebook can scan it for images.
Forum: Plugins
In reply to: [Shashin] Captions not being displayedSorry for the late reply. There is a javascript conflict with your theme or another plugin. I made some changes in the version of Shashin I released today (v3.4.8) that may help with this. Please update Shashin and let me know if it works.