tizz
Forum Replies Created
-
I don’t know if it’s buggy or simply not fully developed.
You’ll have to find another way to get what you want. E.g., you say that you want to see all the tagged images – you can do this putting in a page a tag cloud with all of the tags, and then putting this page in a menu, or you can choose to display at a given point or page only the tags that you are interested in. Or try this plugin.
As for “portrait versus landscape issue”, I didn’t notice it, so please post a link from your galleries as example.@kina60 You should test to find if it’s a plugin/theme conflict by deactivating all plugins and activating a WordPress default theme.
Then you reactivate one by one to see which is the one in conflict.In regard to the tag cloud you’re right, it was my mistake not realizing that there I have tags only in one gallery, sorry.
Indeed, I always thought that the use of tags in the shortcode was mostly aimed to show the related images, not the contrary, so at first I was surprised myself when I saw that the shortcode as it is gave me the results of that particular gallery.
The NextGEN tags system is definitely to be improved (that’s an inheritance of the NextGen legacy), especially considering that that shortcode is official. E.g., another anomaly I’ve noticed is that the page dynamically created to display the tag results does not print the title tag in the tab (only the site name), whether it is defined or not in the specific “picture tag” field by SEO Yoast plugin (but the latter has nothing to do with your problem, sorry for the intrusion).As for CSS, I forgot to tell you to add the ! important parameter.
.ngg-gallery-thumbnail img {padding:0 !important;}@nppbc I’ve just tried in a site of mine and I don’t have your issue: using that same shortcode in a page only the tags for that gallery are visible.
The CSS issues are strange too, but I think these are brought by your modification or by your theme, and I suppose you have some theme/plugins conflicts also in relation to the other problem.
You have opened another topic about this issue, but you’ve never given any of the requested information, in particular:
– Does this error still occur if you switch your theme to a WordPress Twenty series theme and deactivate all plugins except NextGEN Gallery? (please be sure to clear your browser cache and reload your site after deactivating)As for the white border, it’s not a border but is a 4px padding, so you can remove it
.ngg-gallery-thumbnail img {padding:0;}
Alternatively, you can remove that box-shadow from .ngg-gallery-thumbnail img, .ngg-thumbnail imgForum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show caption@kingtaco23 As for the Forum rules, and for a better help, you should start your own topic, as this is resolved and your question is different.
@peterb12 At cindypeaseroe.com I see a slideshow with width:600px and height:400px, but the images are smaller than the container, so you should upload them at the same or higher size of the slideshow (or set the slideshow size same as that of the actual images).
Also, in Gallery settings > Basic slideshow > Stretch image you should set the parameter (true, false, fit, none) that fits best trying all of them.Fixed this error times ago with NextGEN team.
Forum: Plugins
In reply to: [W4 Post List] Warning: Missing argument 2 for wpdb::prepare()Even though I waited months, thank you very much for fixing this error in this last update. Your plugin is unique and I like it a lot.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show caption@peterb12 You don’t have to choose gallery-caption template if you don’t want caption under the thumbnails. Select the empty one, i.e. leave that space blank.
@stephen_connolly Does the error occurs even with all other plugins deactivated and with a default theme?
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Fatal error@ageconsultants You have a very low php memory limit, 40 MB, so you have to increase it. Read here
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show caption@peterb12 Shutter effect is one of those effects that displays description only in the lightbox, not under the thumbs.
Check if you have setted the caption template, or post a link to the page with the problem.Oh my gosh, I forgot the ATP function.
@simbiancemedia Another thing you can try is setting to “no” in “basic slideshow” settings too.
If it doesn’t work, you should test with the basic troubleshooting.
As a last resort you can hidden that text with
.slideshowlink {display: none;}@simbiancemedia Usually setting “no” it’s enough, but you can try to set to “yes”, delete the text and re-set to “no”, then save and clear cache.