Mike Toppa
Forum Replies Created
-
Forum: Reviews
In reply to: [Extensible HTML Editor Buttons] Excelent pluginThanks for the kind words 🙂
Forum: Plugins
In reply to: [Shashin] 3.4.2 changelog not includedThat’s strange – I have detailed changelog entries in the readme file but they are not showing up on the site. Sorry for the difficulties. I will check what the problem is.
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetYou’re welcome, and thanks for the detailed feedback.
Forum: Reviews
In reply to: [Shashin] All-in-one solution for Picasa, YouTube, Twitpic, PinterestThanks for the kind words 🙂
Forum: Plugins
In reply to: [Shashin] Lightbox not workingI’m getting this javascript error on your site:
stLight is not definedI don’t know what stLight is though (it’s not part of Shashin). I recommended opening the Developer Tools in Google Chrome (under the Tools option), and then if you click the “console” button you can see the javascript errors. Then turn off all your plugins, and turn them back on one at a time (and reload your page each time), to identify the culprit.
Forum: Plugins
In reply to: [Shashin] Linking to Unlisted YouTube VideosI haven’t tried this. It will work if youtube includes these videos in users’ upload feeds. For example, this is mine:
https://gdata.youtube.com/feeds/api/users/mttoppa/uploads
It’s not easy on the eyes, but if you replace my username with yours, and then do a text search for the title of the video you are looking for, you can see if it’s there.
Forum: Plugins
In reply to: [Shashin] [Plugin: Shashin] Theme not responsive with shashinI’ve made a number of fixes to version 3.4 this week. Please try the current version (3.4.3). If you still have any problems, let me know.
Forum: Plugins
In reply to: [Shashin] RSS SLIDESHOWSI don’t have any plans to add an RSS feed to Shashin. It gets its data from Picasa’s feed. Why not just use Picasa’s RSS feed?
Forum: Plugins
In reply to: [Shashin] Image/Icons Size IssuesWith the latest version (3.4.3) these issues should be addressed. If you still have any problems, let me know.
Forum: Plugins
In reply to: [Shashin] javascript errorPlease try the current version (3.4.3) which has a number of bug fixes. If there’s still a problem let me know.
Forum: Plugins
In reply to: [Shashin] Open Graph (a.k.a. Facebook preview) broken by ShashinI don’t use Facebook a lot so I’ll need some more detail. I have shared pages from my own toppa.com site (with Shashin photos in the posts), through “update status” on Facebook and I’ve never noticed any problems. Do you mean sharing pages in some other way?
Forum: Plugins
In reply to: [Shashin] Only a small dot for album preview visible – v3.4.1It defaults to the “xsmall” size, but there was a bug in 3.4.1 that was causing portrait-oriented images to show up extremely small in certain circumstances, so that’s probably what you were seeing. It should be fixed in the most current version.
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetThanks – this is a bug. The challenge for me with the album thumbnails is I don’t know their size before they are loaded (for the photos, the sizes are in the Picasa feed). So I have to determine the size after they load, and there seems to be a problem with how I’m doing it (the challenge is when there’s a mix of portrait and landscape album thumbnails). I’ll work on fixing it.
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetOn the Shashin settings page, you’ll see a setting for “Content width (in pixels) for your theme” which defaults to 600. You can increase this to match the width of your theme’s main content area.
I’m writing a blog post that explains all this 🙂
Forum: Plugins
In reply to: [Shashin] Rotating image in widgetFor the thumbnail size, the new version is trying to find a compromise between the size you want, and the number of columns you want (columns=”max” means as many columns as possible). So you are getting 5 columns, and the thumbnails are being shrunk. If you change columns=”max” to something like columns=”3″, then the thumbnails will be bigger.
I’m not sure why the text is showing up in prettyPhoto like that. prettyPhoto uses a css technique to hide that text by giving it a really big indent, pushing it off the screen. It doesn’t appear to be overridden on your site, but it’s not working either. So I’m not sure why that’s happening. But there is a better way to do it anyway – I will make an update later today or tomorrow that should fix it.