edlund
Forum Replies Created
-
The border is added as part of the CSS of your theme. You will need to remove the border from the css. It is related to the entry .post img
You can modify the templates as described here:
http://nextgen-gallery.com/templates/You should be able to do the trick with that.
The image files are resized and served as static images. So I believe that the answer is yes.
For some reason that worked for me. But it doesn’t now.
However, I do see the problem. You have images of different height, and with the float left property the lower lines get stuck on the small difference in height of the line above.
If you want to use that tactic, you will need to ensure that the divs with class ngg-gallery-thumbnail-box have the exact same height.
The first part sounds exactly like the thing an album would do. Show one image from each selected gallery and lets you go through to a page belonging to the gallery. (You would have to do it with pages instead of posts though).
Showing two galleries on a page seems to have caused some problems recently. I am not updated on that part.
In your css you have an item defined called “#content img”
If you remove the line: “height: auto; ” from that, your problem seems to go away. Why that influences anything I don’t know.There is a good explanation to this question in the FAQ
http://alexrabe.de/wordpress-plugins/nextgen-gallery/faq/You want to read question no. 2
/Kristian
Maybe just a typo, but if your template ends in caption then the shortcode should be
[ singlepic id=156 w=320 h=240 float=left template=caption ]Though it might just be a typo in the post.
It doesn’t seem to output anything at all.
Two things you can check:
1. Check the compatibility of the plugin. On the admin interface in the gallery overview there is a widget to the right where you can check the plugin.
2. Have you tried to disable other plugins to check if they might ruin it
/Kristian
Do you have a link to the site with the problem. That might help with the debugging.
One difference I noticed is that the page it worked on is named http://www.elkwood.com the pages it doesn’t work on is on a subdomain called site.elkwood.com
If I change http://site.elkforge.com/rooms/longwood-suite/ to http://www.elkforge.com/rooms/longwood-suite/ the slide show starts working.
I hope this brings you a bit further.
/Kristian
Under Options -> Gallery
Disable the fourth option “Integrate slideshow”.That will remove the option
This is a known issue with no way to fix in the current release. However, there should is a fix included for the problem in the next release of nextgen.
/Kristian
A quick glance at the html, it looks like you are putting multiple albums into the page, or is that wrong?
If it is correct, then the solution is to make one album containing all the galleries and or albums and then show that on the page.
That is because your theme uses a thumbnail in a non hardmode crop. That means the image will be scaled to fit into the box as well as possible.
The best solution is to define the image sizes in the functions.php and use the predefined image size.
/Kristian