Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Shashin] Shashin opens up picasa albums in picasa and not on the same page.Hi – you can use the contact form on my site http://www.toppa.com/contact
Forum: Plugins
In reply to: [Shashin] Shashin opens up picasa albums in picasa and not on the same page.Sorry for the late response. Please provide a link to your site so I can see and diagnose the problem.
Forum: Plugins
In reply to: [Shashin] Shashin 3.3.3 InstallationThanks for letting me know about the problem. I will add a word of caution in the readme upgrade notes.
Forum: Plugins
In reply to: [Shashin] Shashin 3.3.3 InstallationI’m sorry that happened. I have not run into this problem in other upgrades I’ve done so far for Shashin (but I haven’t tried upgrading from that particular older version). But the reason I removed the dependency on my Toppa Plugins Library is because of fragilities in general with dependencies between plugins. From a code perspective, the way WordPress manages plugins, subtle but significant problems can crop up with dependencies between plugins (which I’ve learned the hard way…). So you should not have problems like this in the future.
Forum: Plugins
In reply to: [Shashin] Smashing version with free.frHerbuel and I exchanged emails already, but for anyone else having this problem, Free.fr does not allowing outgoing web requests from their servers, so its not possible for Shashin to read the album data from Picasa (it’s not a question of the WordPress version or the Shashin version).
Forum: Plugins
In reply to: [Shashin] Cannot add new albumsFor the limited view albums, please see the work-around here until I have a chance to update the plugin: http://wordpress.org/support/topic/cant-any-google-album-anymore
For public albums, I’m not aware of a problem and I confirmed this morning I can still add them. If you’re still having a problem, please give me the URL for the album so I can test it.
Forum: Plugins
In reply to: [Post-to-Post Links II] Custom post typesI meant to follow-up earlier. The version I uploaded a couple weeks ago has this now.
Forum: Plugins
In reply to: [Shashin] Shashin and filterring picturesI’ve added it to the list: https://github.com/toppa/Shashin/issues/45
I don’t have a lot of time for new development on Shashin right now, but this is a good idea so I don’t want to forget it.
Forum: Plugins
In reply to: [Shashin] "View at Picasa" in new tabTo do this you would need to edit the code. Look in the file shashin/public/ShashinPhotoDisplay.php, on line 133 (inside the method setOriginalPhotoLinkForCaption). It looks like this:
return '<a href="' . $this->dataObject->linkUrl . '">'Change it to this:
return '<a target="_blank" href="' . $this->dataObject->linkUrl . '">'Forum: Plugins
In reply to: [Shashin] Shashin and filterring picturesHi – there is no feature for this currently, but it’s an interesting idea. Do you want to let your site visitors to search your photos, or do you want this as an admin, for finding photos to include in your posts?
Forum: Plugins
In reply to: [Shashin] Can't any Google album anymoreIt looks like Google has made another change to how they’re juggling things between Picasa and Google+. I’ll have to make an update to Shashin for this. It’s frustrating that they do this without announcements or updating their API documentation.
In the meantime, you can still add the album….
If you can still get to it on Picasa, use the Picasa URL. Some users still can go to Picasa without being redirected to Google+ and others can’t. As far as I know it’s random.
I have the correct URL for you below, but I’m writing out the steps if you have other albums to add, or others need this:
1. Go to the album page on Google+
2. Do a “view source” in your browser
3. Do a search for “authkey” which will take you to this URL in the code:https://picasaweb.google.com/100401511847471107663/20130407N1DUCVsRonchin02?authkey\u003dGv1sRgCPLkwsP64ejcGw#5864447949715620882
4. Paste that URL into your browser
5. When the page loads, the URL will be automatically re-written to:6. Take that URL and paste into the Shashin tools page to add the album, and then it should work
Thanks for letting me know. I am shocked that someone actually read the documentation 😉
I just pushed up a fix for the 2 problems you found. I also did an overall cleanup up of the documentation page: http://www.toppa.com/extensible-html-editor-buttons-wordpress-plugin/
Forum: Plugins
In reply to: [Shashin] Using Pretty Photo PluginYou have a bunch of javascript errors on your site. I recommend cleaning those up, and it will probably fix this problem. You can take a look with the Developer Tools in Google Chrome. How to access it is here: https://developers.google.com/chrome-developer-tools/docs/overview
After you open it, click the red x in the bottom right hand corner to see the javascript errors. One of them is from Shashin, but I’ve never seen that error before – it’s probably a downstream effect of one of the other errors already in your theme (or from other plugins).
Forum: Plugins
In reply to: [Shashin] Invalid shortcode attribute: theme_widget_stylesYessir, that was one of the fixes in this release.
Forum: Plugins
In reply to: [Shashin] Using Pretty Photo PluginI’ll need a link to your site so I can diagnose the problem (there is probably a javascript conflict with something else on your site). If you don’t want to post it publicly you can send it to me through my contact form – http://www.toppa.com/contact