Matthew McConnell
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Simple Galleries] does not work with Event ManagerFix released. I have tested it locally with Event Manager. All looks good
Forum: Plugins
In reply to: [WP Simple Galleries] Gallery shows when post is password protectedI have tested the ‘Content Filter Priority’. It does work but depends on other plugins too.
If another plugin set there ‘Content Filter Priority’ to 1 and WPSG get initiated after and is also set to 1, the former plugin appears higher up.
Some plugins may also add there ‘content’ using different method too.
Sorry couldn’t help but the plugin has a shortcode to you can add the gallery within the content of the post.
I have also fixed the password protection issue and will be pushing an update shortly.
Forum: Plugins
In reply to: [WP Simple Galleries] image display not working in IEHey
What version of IE? I have tried it on IE9 without any issues.
Forum: Plugins
In reply to: [WP Simple Galleries] does not work with Event ManagerI will look into this and try fixing it for the next release
Forum: Plugins
In reply to: [WP Simple Galleries] Gallery shows when post is password protectedHey
I will fix this in the next release. Im pretty sure it a really quick fix.
Expect it in the next day or so.
Matt =D
Forum: Plugins
In reply to: [WP Simple Galleries] How do I change colorbox background opacity?Hey
This issue has been sorted.
Forum: Plugins
In reply to: [WP Simple Galleries] Rollover on imagesBest way would be to use some custom css
The css code below will do a opacity hover over effect.
#wpsimplegallery li img { opacity: 0.5; -webkit-transition: opacity 1s ease; -moz-transition: opacity 1s ease; -ms-transition: opacity 1s ease; -o-transition: opacity 1s ease; transition: opacity 1s ease; } #wpsimplegallery li img:hover { opacity: 1; }Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] Picture CaptionsNew updated, should be fixed
Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] Picture CaptionsHey
Sorry about this, i will look into tomorrow and get it fixed
Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] Shortcode?Hey guys
Added shortcode and append option!
Hope you like
Maca
Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] Shortcode?I have been planning to add this ability.
Will add it too the next version! =)
Matt
The plugin does not work with Shopp 1.2+
Sorry
MattForum: Plugins
In reply to: [Shopp Customer Register] [Plugin: Shopp Customer Register] Plugin StatusHey
If you drop me an email with an offer I will take a look.
My email is maca134@googlemail.com
Matt
Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] Flash over colorboxHey
This is a flash problem.
You need to add/change the ‘wmode’ parameter to ‘transparent’,Below is a swfobject example:
var so = new SWFObject('path/to/flash.swf, '', '100%', '100%', '8', '#FFFFFF'); so.addParam("wmode", "transparent"); so.addVariable('preloader_color', '#FFFFFF'); so.write('id_of_div');Hey
Thanks for the correction will get it tested and will update the plugin asapCheers again
Maca134