Matthew McConnell
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Simple Galleries] Gallery Comes out VerticalHey, it looks like all img elements have display:block set and it produces the vertical effect.
Add this to your style.css at the bottom
#wpsimplegallery img { display: inline; }Forum: Plugins
In reply to: [WP Simple Galleries] remove bullet point???Hey stick this in your style.css, should fix it:
#wpsimplegallery { background: none; }Matt
Forum: Plugins
In reply to: [WP Simple Galleries] Add more than one gallery ?By default you can only have a single gallery per page/post but if you add a gallery to another page/post you can use the shortcode [wpsgallery id=POSTID] to insert the gallery of another page/post
Forum: Plugins
In reply to: [WP Simple Galleries] Cannot add media anymoreWhat other plugin have you got installed. I sounds like a javascript error
Forum: Plugins
In reply to: [WP Simple Galleries] Comments on gallery pagesYou should be able to turn comments off in the admin. The plugin doesn’t interfere with comments at all.
Forum: Plugins
In reply to: [WP Simple Galleries] Image thumbnail is not shwoingWhats the error?
Forum: Plugins
In reply to: [WP Simple Galleries] Gallery function not working on random postI have just extended the shortcode so you can insert galleries from other posts/pages
eg.[wpsgallery id="2"]Will be releasing soon!
Forum: Plugins
In reply to: [WP Simple Galleries] Text rendering issuesWhat do you have in mind, Im always looking for new stuff to work on
Forum: Plugins
In reply to: [WP Simple Galleries] Complete english translation fileThis is my fault, sorry guy.
Working on sorting the translation files out at the moment
Forum: Plugins
In reply to: [WP Simple Galleries] thumbnail opens image in new tabThis is weird… Is there any javascript errors?
Forum: Plugins
In reply to: [WP Simple Galleries] Broke add imageCan you give me some more info about this
What WP version, other plugins etc
Forum: Plugins
In reply to: [WP Simple Galleries] image display not working in IEHey
Checked it with IE8 too, it must be something with your site that is causing issues.
Hopefully this is fixed
Forum: Plugins
In reply to: [WP Simple Galleries] Is this plugin supposed to generate proper thumbnails?Hey
New release lol. There is now the option to use TimThumb to deal with thumbnails without having to use WordPress’ image resizer.
Forum: Plugins
In reply to: [WP Simple Galleries] [Plugin: WP Simple Galleries] uploader simplifiedHey
Feature added