david84rl
Forum Replies Created
-
Forum: Plugins
In reply to: [Galleries by Angie Makes] plugin not working in firefox 32.0 and IE 11I found a way to get the width of each img right but the height position is still messed up cuz of the absolute position (top+left)on each grid img.
Any idea?
.wc-gallery .gallery .gallery-icon a img{
max-width:none !important;
width:100% !important;
}EDIT: nevermind. It did the job.
I have the same problem but with Firefox 32.0 and IE 11. Did you find anything to make it work properly?
Thanks
Forum: Plugins
In reply to: [Galleries by Angie Makes] How disable padding around image in masonry mode?You have to use custom CSS.
I’ve used these to customize mine into flat big thumbnails
.gallery-icon a{
padding:0px !important;
border:none !important;
box-shadow:none !important;
}.masonry-brick{
margin:0px !important;
}Hi, I’m currently using a framework called pagelines for a contract, I’m not quite familiar with this but as I can see, your plugin gets in conflict with a mediabox (it’s kind of a hook where you can place any html code). I had to use another hook. It’s fine now.
Ok, so my mediabox was kind of in the way, I dunno why but it’s working with another hook. If you have any idea what could be the problem though, let me know. Thx
I did run a test and it’s working in the wordpress content area when I use the shortcode on a page or a post but not with a html hook. How can I fix this?