Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] downstair prev |next linkSorry for the late reply. I think you are referring to the “previous” and “next” links when using [shashin type=”albumphotos”]. Those links appear inside a table caption. The default position is at the top. You can use CSS to move it to the bottom. See here:
http://www.w3schools.com/cssref/pr_tab_caption-side.asp
The Shashin table has the class “shashinThumbnailsTable”
Forum: Plugins
In reply to: [Shashin] how to change div background colorThis color looks like its coming from your site’s theme, not Shashin’s css file.
Info about the Shashin stylesheet is here: http://www.toppa.com/shashin-wordpress-plugin/#stylesheets
Forum: Plugins
In reply to: [Shashin] Including the filename on the photosAfter reading your question, I reviewed the code. Shashin stores the filename for each photo, and lets you order by filename, but does not display the filename. I can add it to the Fancybox caption in the next version.
When I go to that URL it says “We are unable to fetch this album at this time. Please try again later.” so it looks like its not a valid album URL.
Forum: Plugins
In reply to: [Shashin] Shashin album list wrong pagination in chromeGreat – I’ll mark this as resolved
Forum: Plugins
In reply to: [Shashin] Mobile shashinSorry for the late reply. I need to make updates to Shashin for mobile. I’ve made Highslide available as an alternative to Fancybox for viewing photos in Shashin:
http://www.toppa.com/highslide-for-shashin-wordpress-plugin/
But I still need to incorporate its javascript for mobile support:
http://highslide.com/studies/mobile.htm
I’ll aim to do this next week.
Forum: Plugins
In reply to: [Shashin] Shashin album list wrong pagination in chromeIt looks good for me in Firefox, but not Chrome. Shashin is setting a max-width on each thumbnail div, but that’s being overridden in Chrome by the overall table being pulled wider. This is a tricky one to fix in your theme. If you don’t mind showing the images cropped square, that may fix it (as Shashin uses different CSS with square images). In your shortcode, add:
crop=”y”
and set the width to 150 or 160, and let me know if that helps.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Version 3.2.1 Upgrade ErrorGreat – I’ll mark this resolved
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Dutch languageHi Budokay – I keep the shashin.pot file up to date, and I add translations that people send me, but I’m not an expert on creating the translations. Unfortunately the translations tend to fall out of date pretty quickly.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Can't Link to ImagesSorry for the late reply. I haven’t seen that happen before. If the images are also not showing up at Picasa itself then it sounds like there is something wrong with your Picasa account.
Forum: Plugins
In reply to: [Shashin] Shashin album list wrong pagination in chromeSorry for the late reply. That is probably a CSS issue. If you can give me a link to your site I can take a look.
The version of Shashin I posted last night now takes Google+ URLs for adding albums. Google+ is actually using Picasa in the background, so the json feed still comes from Picasa.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Version 3.2.1 Upgrade ErrorSorry about that – there was a bug that was affecting certain versions of PHP that I missed in my initial testing. I pushed up a new version a few hours later that takes care of it.
Sorry about that. There was a bug that only showed up in certain versions of PHP, so I missed it in my initial testing. I pushed up version 1.3.5 a few hours later with a fix.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Share to social siteI haven’t worked on it yet (I got sidetracked with the need to switch to Fancybox), but I liked your suggestion of having a share or like button that links to the page for the image at Picasa. Others have been asking for this too so I will put it on the to-do list.