15
The Featured Content Gallery Plugin
Ever since I released the Massive News WordPress theme, people have been asking me if I could help them integrate a similar “Content Gallery” feature within their own theme. After numerous requests, I finally decided to make the “Content Gallery” WordPress Plugin for anyone to use with any WordPress theme.
SmoothGallery is a great little script developed by JonDesigns.net which just happens to be a perfect addition to any WordPress theme to display a gallery of featured articles or posts. All I did was automate the process of adding and managing the script through a handy plugin.
Click HERE to head over the the “Content Gallery” plugin page for a full demo and download.
















February 28th, 2008 at 9:28 pm
Awesome plugin. A perfect addition to my site. Thanks!
February 29th, 2008 at 6:40 am
Great script Mr Jason
February 29th, 2008 at 6:59 am
This is such a great feature I think this plugin will be a HUGE hit! Thanks for this man!
February 29th, 2008 at 9:14 am
great plugin! I’ll be using it soon on a new site.
February 29th, 2008 at 4:20 pm
Sick! This is a great plugin. Thanks.
March 12th, 2008 at 2:55 pm
This works really well with your massive news theme but unfortunately it doesn’t work with the theme I am using for our church website redesign. It’s the WP Remix theme. Through hours of trying to figure out why it didn’t work for us in Internet Explorer it seems that there is a conflict with Prototype scripting. If you have any suggestions on how to resolve this issue they would be appreciated.
March 14th, 2008 at 12:11 pm
I was able to resolve the issue with my theme — it has to do with another plug-in — Lightbox. Everything seems to be working OK now except bugs with Internet Explorer. Yesterday it worked perfectly in Internet Explorer and today I get an error. Nothing has changed. But I still like the plug in!
April 15th, 2008 at 1:52 am
it is possible embebed in a page?
April 15th, 2008 at 11:11 am
I have this plug-in all installed, works great in Firefox but not in IE…with IE, if you decrease the screen size, this plug-in does not move with it. ANY HELP WOULD BE GREATLY APPRECIATED…btw thank you for this great plug-in!
April 15th, 2008 at 11:42 am
Jason… Can you send me a link to where you have the plugin installed so that I can see what’s happening?
April 17th, 2008 at 8:19 am
Jason,
It seems like my text on the gallery is hard to see. How can I correct?
April 20th, 2008 at 11:33 am
hello thanks for the codes
i have added this hidden visability to mine to stop all images from loading in screen all at once
#myGallery, #myGallerySet, #flickrGallery
{
visibility:hidden;
width: 460px;
height: 250px;
z-index:5;
border: 1px solid #000;
}
April 25th, 2008 at 7:02 am
nice
April 28th, 2008 at 8:41 am
Jason,
I added this code to lines 5,6,7 and 8 in galley.php and it fixed the issues with IE7.
5 timed: true,
6 showArrows: false,
7 showInfopane: true,
8 showCarousel: false
April 28th, 2008 at 10:38 pm
Hi, Jason and All.
I aded that codes but not fixed in IE6.
I have used this codes on sahserseramik.com 3-4 years ago. It still working on all ei, f.fox and opera. Maybe it will help for this Amazing pluging.
/* IE */
.trans_sol {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src=’images/solgolge.png’);}
/* FireFox etc. */
.trans_sol[class] {background-image:url(images/solgolge.png);}