#1 2007-04-25 06:13:11
- livingos
- New member
- Registered: 2007-04-25
- Posts: 4
WordPress and SmoothGallery
Just managed to integrate SmoothGallery into a new theme for WordPress. You can read abou it or download it from www.livingos.com.
Might have a go at putting it in a plugin, but not sure it is worth the effort, since it is easy enough to put in a theme.
Thanks for the great work SmoothGallery, Jonatahan.
Last edited by livingos (2007-04-26 01:59:07)
Offline
#2 2008-01-21 04:43:49
Re: WordPress and SmoothGallery
Offline
#3 2008-01-28 16:48:32
Re: WordPress and SmoothGallery
Please do tell a little more about the process on using this plugin Christian!
Thanks, this has really been needed for some time.
He was in the world, and though the world was made through him, the world did not recognize him. - John 1:10
Offline
#5 2008-03-07 10:09:21
- ckbliss
- New member
- Registered: 2008-03-07
- Posts: 3
Re: WordPress and SmoothGallery
Hey all.
I am placing this into home.php for a wordpress template. I am trying to use it to display items in a category "Slideshow".
With the JS and CSS calls in place, I put the following in:
Code:
<div class="content">
<div id="myGallery">
<?php //get posts for the slideshow rotator ?>
<?php $posts = get_posts( "category=5" ); ?> <?php if( $posts ) : ?> <?php foreach( $posts as $post ) : setup_postdata( $post ); ?>
<div class="imageElement">
<h3><?php the_title(); ?></h3>
<p><?php the_excerpt(); ?></p>
<a href="#" title="open image" class="open"></a>
<img src="<?php
$values = get_post_custom_values("Image"); echo $values[0]; ?>" class="full" />
<img src="" class="thumbnail" />
</div><?php endforeach; ?>
<?php endif; ?>
</div>
</div>Offline
#6 2008-03-07 10:11:46
- ckbliss
- New member
- Registered: 2008-03-07
- Posts: 3
Re: WordPress and SmoothGallery
(More... 1000 character limit)
When I hard code the variables, all works as it should. The problem seems to be with that image tag. I can't seem to get the image to display.
I tried hard coding the variable that occupies that custom tag, but that doesn't work either. Any thoughts?
Offline
#8 2008-03-08 05:19:10
- ckbliss
- New member
- Registered: 2008-03-07
- Posts: 3
Re: WordPress and SmoothGallery
Weird. It does too. When I look at the client side source code, here is what it is outputting (yes... localhost is correct for now)
Code:
<div class="content">
<div id="myGallery">
<div class="imageElement">
<h3>Special Big Event Coming Up!</h3>
<p>Really Really big event coming soon!!!
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean mattis. Vivamus laoreet augue ac risus. Maecenas augue tellus, congue quis, lacinia a, tempus eget, ipsum. Curabitur non felis. Vivamus orci velit, tincidunt at, congue vitae, porta in, sem. Pellentesque congue, nunc a interdum auctor, mauris mi iaculis massa, at semper […]</p>
<a href="#" title="open image" class="open"></a>
<img src="http://localhost/hype/wp-content/uploads/2008/03/1.jpg" class="full" />
<img src="" class="thumbnail" />
</div>
</div>
</div>Offline
#9 2008-03-22 21:09:20
- parisoto
- New member
- Registered: 2008-03-22
- Posts: 1
Re: WordPress and SmoothGallery
I just integrated Smooth Gallery into NextGen-Gallery (Wordpress plugin).
Manage your images/photos with the best gallery manager for wordpress (NextGen-Gallery) and present them using Smooth Gallery (automatically) with my all new plugin.
Check it out:
http://uninuni.com/wordpress-plugin-nex … h-gallery/
Offline
#10 2008-11-19 00:47:06
- marc
- New member
- Registered: 2008-11-18
- Posts: 1
Re: WordPress and SmoothGallery
so, i just installed the smooth gallery plugin from parisoto.
but wenn i put it into my posting i got this ugly inline-styled borders around the gallery.
how can i remove that? im going nuts over here because i can't find anything about that.
regards,
marc
Offline
#11 2009-01-29 01:54:06
- digitaltoast
- Member
- Registered: 2009-01-25
- Posts: 19
Re: WordPress and SmoothGallery
I've updated the LivingOS theme for Wordpress 2.7 to include the latest SG2.1 and mootools. A few changes were needed, but it seems to be OK - view and download from http://www.rgpc.co.uk/test/blog/ - tested on FF3, Opera, IE8, Safari etc.
Offline
#12 2009-03-25 09:30:20
- ulfben
- New member
- Registered: 2009-03-25
- Posts: 1
Re: WordPress and SmoothGallery
Smooth Gallery Replacement is a self contained drop-in that requires no effort from you and no changes to your blog. It simply replaces your standard WordPress galleries (using the gallery-shortcode) with SmoothGallery. No manual markup or extra dependencies needed.
Also, it's got an admin interface exposing all SmoothGallery-settings:
Notice that your normal WordPress gallery settings still apply: image order, excluded/included IDs, default image sizes etc. And when you uninstall this plugin, all your galleries will go back to work like normal.
Last edited by ulfben (2009-03-25 09:51:47)
Offline