Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensible HTML Editor Buttons] Need a trip booking featureThanks very much for thinking of me. I’m currently working full-time and I’m not doing side projects, but I highly recommend my former co-workers at WebDevStudios: http://webdevstudios.com/
Forum: Plugins
In reply to: [Shashin] After update – Album don't have next buttonThis is fixed in Shashin 3.3.3
Forum: Plugins
In reply to: [Shashin] After update – Album don't have next buttonUpdate for anyone reading: we discussed this further by email. There were some complications with his site’s theme, but the new version of Shashin has a bug with Fanycbox (prettyPhoto is fine). I will get to work on it.
Forum: Plugins
In reply to: [Shashin] After update – Album don't have next buttonThanks for emailing me a link to your site. I’m seeing the problem you described. I see you’re using Fancbox with Shashin, and you’ve got prettyPhoto being loaded by another plugin (wp video lightbox). I’ve never tried having Fancybox and prettyPhoto loaded at the same time, so there might be an issue there. Please try switching Shashin to prettyPhoto in the Shashin settings menu, and then go the prettyPhoto tab, and select the option to have Shashin not load its own copy of prettyPhoto (since you already have it being loaded by another plugin).
Forum: Plugins
In reply to: [Shashin] After update – Album don't have next buttonI’m not able to reproduce this problem – you can see the salbumphotos tag working correctly on my examples page – http://www.toppa.com/shashin-3-development-progress/ (under the heading “Examples showing all the photos in an album”).
So there’s probably a conflict with something else on your site – either the theme or another plugin. Can you give me a link to your site?
Forum: Plugins
In reply to: [Shashin] After update – Album don't have next buttonCan you let me know the complete shortcode you are using, so I can try to reproduce what you’re describing?
Forum: Plugins
In reply to: [Shashin] Using Pretty Photo PluginSorry it took longer than I expected, but the new version of Shashin now includes prettyPhoto.
Forum: Plugins
In reply to: [Shashin] Shashin 3.3.1 doesn't work on WordPress 3.5.1Sorry about that. See here – http://wordpress.org/support/topic/lcfirst-and-php
Forum: Plugins
In reply to: [Shashin] lcfirst() and phpThanks for posting this so quickly. I didn’t notice that lcfirst was PHP 5.3 only. I’ve uploaded a new version that no longer uses it.
Forum: Plugins
In reply to: [Post-to-Post Links II] Custom post typesI hadn’t thought about custom post types. Currently it allows only posts with a type of “post” or “page” – I did that to filter out old post revisions, etc. So that means it filters out custom types as well. But I could easily reverse that logic to instead allow any types, except old revisions, etc (that is, make it a blacklist of types instead of a whitelist). I’ll do it this weekend. Thanks for the suggestion.
Forum: Plugins
In reply to: [Post-to-Post Links II] Ajax is not working in adminThanks for confirming your version. I found the problem and just uploaded a fix (version 1.1.1). It turns out the previous fix I made for this took care of the problem in the HTML editor, but not the Visual editor. It didn’t occur to me that the behavior would be different, and I’m always in the HTML editor, so I didn’t see it. Thanks for reporting the problem.
Forum: Plugins
In reply to: [Shashin] widget image not centredYou can add it to your theme or you can customize the shashin stylesheet – see here for details: http://www.toppa.com/shashin-wordpress-plugin/#stylesheets
Forum: Plugins
In reply to: [Post-to-Post Links II] Ajax is not working in adminCan you check you have the current version? I made a bug fix in 1.0.3 that was intended to address this problem.
Forum: Plugins
In reply to: [Shashin] widget image not centredThis is an interesting one: it’s the line-height from your theme that’s causing it. You don’t want to change that globally, so if you add a css class like this, it should take care of it:
.shashinThumbnailDiv {
line-height: 1;
}Forum: Plugins
In reply to: [Shashin] Show thumbnail of all albumsThis is a good idea – I’ve added it the issues list: https://github.com/toppa/Shashin/issues/44