Client upgraded to version 3.6; plugin appears to be installed but does not display.
See: https://www.tasnorthridge.org/
Sidebar should be appearing in column one of the footer. Thanks for any assistance on this.
]]>I’ve spent the last I don’t know how many hours trying to figure out how to show the thumbnail and the gallery name at the same time. I gave up looking for a simple solution and created a hack of my own.
Basically, I copied the contents of the tpl.inner_no_thumb.html file and pasted it at the end of the code in the tpl.inner_thumb.html file and removed the extra at the end. Some styling will need to be done in CSS because the title inherited the styling from my main menu, but that’s not a huge deal.
At any rate, the code will look like this when you’re done:
<li class="menu-item">
<a href="{=gallery.link}" title="{=gallery.title}"><img src="{=image.url}"{=image.output_width_tag}{=image.output_height_tag} alt="{=gallery.title}" /></a>
<a href="{=gallery.link}" title="{=gallery.title}">{=gallery.title}</a>
</li>
This is such a great plugin, it’s just this is the one thing I think that’s left that’s needed.
Hope this is helpful to anybody else who’s been tearing out their hair like I have.
]]>I’ve installed this plugin here – https://northdownhc.co.uk/index.php but the href of anchors is blank so obviously {=gallery.link} isn’t working. Each gallery does have its own url as you can see if you visit https://northdownhc.co.uk/index.php/gallery/ so what could be wrong? Thanks!
]]>When the thumbnails display in my sidebar there is no padding or borders so the thumbnails all butt up against each other.
Where can I add some CSS for padding and borders?
Previously, in the Nextgen sidebar gallery widget, I had a templates folder in my theme folder with the HTML files. However, I noticed this isn’t working with this plugin.
Is there something different I need to do?
Thanks in advance.
]]>Hi. I’m using the widget and displaying the link. What I’m finding is that whenever I use a ‘ it appears \’
So for example, if the title of the gallery is: Highlights of London’s Olympic bid, it will appear in the widget as: Highlights of London\’s Olympic bid
The title appears fine everywhere else.
How can I fix this issue?
Thanks,
D
P.S. the site is on localhost so I cannot provide a link.
]]>I need to show the galleries with the most recent additions. I’m comfortable coding this myself, are you interested in having the code?
I intend to do something like
SELECT DISTINCT
galleryidFROM
ngg_picturesORDER BY
imagedateDESC LIMIT 4
to get the ids of the galleries I want to show. I’m still pondering how to make this not hurt the server too bad. ??
]]>Since updating to version 1.1.3 of the NGG Sidebar Widget plugin, the setting random pictures does not work any more.
Regards, Hella
]]>Just wondering, as the last version of NextGEN Gallery Sidebar Widget has stopped working. Should I “upgrade” to this one?
]]>Aside from some CSS elements I’m tweaking, it’s a great plugin especially for my needs. The one issue I have is the gallery link doesn’t take the User to the gallery. It takes them to linked page, which for me is where my albums lists most of my galleries.
Is there a setting I need to change to get it to go to the gallery itself? I’m digging in the code a little but can’t figure it out.
https://hoosierhoopsreport.com. I have your widget in the lower right part of the main part of the page, not the footer.
]]>