gilesclark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Gallery Showing VerticalRESOLVED.
Like so many issues it is in the CSS. If you look at the css file nggallery.css you find the following statement:
.ngg-thumbnail { float: left; margin-right: 12px; }For some reason this is not working in the orginal file re-write it
.ngg-thumbnail { float: left; margin-right: 12px; }and it works.
DON’T ask why – it just does.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Template systemHi developing,
I seem to be ahead of you by a couple of hours. You have a couple of problems;
1. you need to delete the space between the “[” and the content ie:
[nggallery id=1 template=sample1]2. you need to create a gallery and upload pictures into it before you will see any results. To do this go back to your main control panel and you will find a new section in the left hand column named “Gallery”
Once you have the gallery in place and the images uploaded use the template statement, but look at the software’s website and you can see real template id s.
Hope that helps
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Gallery Showing VerticalHi Markzero,
I see your site is now working correctly. What was your solution? I am having exactly the same issues.
Forum: Fixing WordPress
In reply to: Warning dealing with Pluggable.phpYou should be able to sort this out by looking at the following guide Hope this helps.
Forum: Developing with WordPress
In reply to: Error when posting – php glitch??Forum: Themes and Templates
In reply to: Removing the “nocomments” textMany thanx boober. Not quite correct, but you pointed me in the right direction. I did find the code in comment.php in the theme folder.
Regards
Giles