Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] Album TitleI just uploaded a new version (3.4.5) that fixes both these issues. If you see any further problems, let me know.
Forum: Plugins
In reply to: [Shashin] Which IE's are supported?I actually have a better answer for you now. I found I could fairly easily have IE8 simply bypass the javascript code in Shashin that it can’t understand, and with a few more lines of code make things still show up reasonably well (this actually works for IE7 also). I just uploaded a new version – Shashin 3.4.5 – please give it a try.
Forum: Plugins
In reply to: [Shashin] Album TitleThese are 2 separate problems. Kahome’s album captions should appear overlaid on the album thumbnails, but I see they are not showing up in Firefox. Stephen, what you’re reporting looks like a bug I must have introduced in the latest release (as part of a change I made to fix another problem…). I’ll work on getting both issues fixed.
Forum: Plugins
In reply to: [Shashin] Shashin.js error after last updateThanks for the follow up. I’ll mark this resolved then.
Forum: Plugins
In reply to: [Shashin] Which IE's are supported?I’m sorry Luisa, I don’t know. I can’t re-create your problem on my site (I tried switching to the same size you are using, and using Fanycbox like you are). I follow the same guidelines as Google: to support the 2 most recent versions of each major browser (so IE 9 and IE 10). I’l do fixes for older browsers if it’s quick fix, but I don’t see a quick solution in this case.
You could go back to the previous version of Shashin. It does not provide responsive design (for making it look good on mobile devices), but it works in IE 8. It’s version 3.3.3, which you can download from here: http://wordpress.org/plugins/shashin/developers/
Forum: Plugins
In reply to: [Shashin] Including the filename on the photosUnfortunately the Picasa feed doesn’t provide any details for the photo that’s the album cover (It provides a link to the photo, so I can display it, but it’s not the same link as when you view the photo from within the album – I actually can’t easily identify which photo it is).
Forum: Plugins
In reply to: [Shashin] 3.4.2 changelog not includedThis is fixed in the current release.
Forum: Plugins
In reply to: [Shashin] javascript errorI just spent about an hour trying to debug this, but unfortunately I don’t have a specific answer for you. I downloaded a copy of your page, and I found that when I removed all the html from the body section of the document, except for the parts needed for shashin, everything worked fine and that error went away. You have a lot of javascript files being loaded on your site, and it’s not straightforward trying to track down all the interactions. There is something causing a conflict with Shashin. You could try turning off your other plugins and temporarily switching themes, and then incrementally turn everything back on, to see what triggers the conflict.
Also, this weekend I will uploaded a version of Shashin that fixes the original fancybox problem you reported. When that is ready you could switch back to using Fancybox, at least for now.
Forum: Plugins
In reply to: [Shashin] Open Graph (a.k.a. Facebook preview) broken by ShashinThis problem has never happened to me when I share on FB a post from my site that includes Shashin photos. Th FB share gets the title of the post and the first sentence or so, as you would expect. I just tried it again now to make sure. Would you mind temporarily unhiding .shashinLinkToOriginalPhoto on your site, and let me know the URL? Then I can try sharing a page from your site – there must be an interaction happening with Shashin and something else on your site that’s causing the problem.
Forum: Plugins
In reply to: [Shashin] javascript errorThanks. Testing with Firefox, I see the error now – on my site as well. I’ll get this fixed. But I would also recommend switching to prettyPhoto (on the Shashin settings page), as I plan to remove Fancybox in the next version of Shashin anyway (the version of Fancybox that has a WordPress compatible license hasn’t been updated in years).
Forum: Plugins
In reply to: [Shashin] Including the filename on the photosSorry, I forgot about this. I’m thinking it would fit in best as part of the EXIF data in the caption. It would mean adding another “if” block for $photoData[‘filename’] here:
https://github.com/toppa/Shashin/blob/master/public/ShashinPhotoDisplayer.php#L159
If you’d like it somewhere else, let me know, or feel free to fork it on github! (if you look above that method, you’ll see the methods for setting the overall prettyPhoto and Fancybox captions are also in that class)
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Theme not responsive with shashinCan you give me a link to a page on your site where you are using Shashin, so I can troubleshoot? If you prefer to not post it publicly, you can send it to me through my contact form – http://toppa.com/contact
Forum: Plugins
In reply to: [Shashin] javascript errorCan you give me a link to a page where you are using Shashin? I clicked around a bit but couldn’t find it being used anywhere (I’m not getting this error on my site so I need to diagnose it on yours).
Forum: Plugins
In reply to: [Shashin] Which IE's are supported?I was just browser testing IE with the newest version of Shashin, and the new overlay style for the captions makes the photos unviewable in IE 8. It’s fine in IE9 and other more recent browsers. If you go to the Shashin settings page and pick the other style for the captions (so they appear under the thumbnails), it should be ok in IE8. If you notice any problems after making that settings change, let me know (and make sure you get the current version of Shashin – 3.4.3).
Forum: Plugins
In reply to: [Shashin] Shashin.js error after last updatePlease let me know if you are seeing any issues after the most current update (3.4.3). That particular part of the code has to do with directing people directly to the album at Picasa if that setting has been selected (instead of showing thumbnails of the photos in the album).