Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetThat should not be happening with prettyPhoto – please let me know what browser you are using.
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetCan you give me a link to where your thumbnails are shrinking? I’ll take a look. Also, please copy-and-paste here the shortcode you are using for them.
Forum: Plugins
In reply to: [Shashin] When I click on gallery image it goes right to picassaBoth pages have a javascript error being caused by this line of code, which is inline, so it may be part of your theme or could be coming from another plugin
var main_menu=new main_menu.dd("main_menu");Uncaught TypeError: Cannot read property ‘dd’ of undefined
It’s possible this is causing problems for Shashin’s javascript code. You should use a tool like the code inspector in Google Chrome, which can report javascript errors to you.
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetHi Vera – There are a lot of changes to the HTML and CSS in the new version, in order to make Shashin responsive (i.e. so it looks good on any size display, including mobile). As part of the update, I gave the thumbnails a new look. With some CSS work it probably can be customized to look fairly similar to the old style. I can probably find some time to do that next week if you like.
Forum: Plugins
In reply to: [Shashin] problems after last udateI’ve fixed the centering issue – version 3.4.1 is available for download.
pberger, in regard to the captions, you have a custom version of shashin.css in your site’s theme folder, which overrides the stylesheet that comes with shashin. The new shashin.css has significant changes to the styles – you’re seeing the captions like that because you don’t have the new styles. You can either delete your custom one, or integrate the changes from the new version into it.
Aart, I’ll need to see an example of the issue you’re describing with the columns (unless it’s already taken care of in 3.4.1 – it has other fixes in it too).
Forum: Plugins
In reply to: [Shashin] Size of inserted photos has shrunk.I’ve uploaded version 3.4.1, which fixes this
Forum: Plugins
In reply to: [Shashin] Size of inserted photos has shrunk.It’s a bug. max should equal 1 in this case (since there is only 1 photo to show), but since the percentage is 29%, that tells me it’s probably 3, which is wrong. I’ll get it fixed this weekend. Thanks for letting me know.
Forum: Plugins
In reply to: [Shashin] Size of inserted photos has shrunk.I see what you mean. Can you try changing columns=”max” to columns=”1″ and let me know if that helps? I’m guessing there is a problem with how Shashin is interpreting “max” here (Shashin is adding that percentage width, but it’s inappropriate in this case)
Forum: Plugins
In reply to: [Shashin] problems after last udateCan you provide a link so I can see and debug?
Forum: Plugins
In reply to: [Shashin] Size of inserted photos has shrunk.How many photos are in the row? I’m guessing 3. Go to the Shashin settings page, and check the width for “Content width (in pixels) for your theme”. If you make this number larger, Shashin will allow more width for each photo, or you can reduce the number of columns per row (change columns=”max” in the shortcode to 1 or 2).
Forum: Plugins
In reply to: [Shashin] downstair prev |next linkThis is in the new version – 3.4
Forum: Plugins
In reply to: [Shashin] http protocol for picasa/google linksDone – included in version 3.4
Version 3.4 is out now. It includes the ability to link directly to a photo, and a photo within an album (there’s a link icon when you view a picture in prettyPhoto). Unfortunately I didn’t see a good way to do this just for albums, since there can be more than one album on a page. It’s pretty close though – the thumbnails for the photos in the album are also opened up. Try it and let me know what you think.
(technically you can do what you want by removing the shashin_photo_key from the url when getting the link for a photo in an album, leaving just the shashin_album_key, but that’s not exactly obvious)
Forum: Plugins
In reply to: [Shashin] Linking directly to Picasa AlbumsIt’s available now – included in version 3.4
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetSorry, no. Supporting that would mean adding another field, and I feel like the Shashin widget form is already too complicated (and the WordPress widget form also doesn’t let you enter html, so you can’t type in your own link tag.)