Mihai Ceban
Forum Replies Created
-
Hi @jstneti,
I am sorry to say that we don’t have a feature in NextGen Gallery that’d allow displaying a list of the latest galleries dynamically but, sure – you can use albums to display a manual selection of galleries.
Unfortunately, we’ve seen this error with the album path being created wrong and our dev team works on a fix.
I’ll add a note for us to get back to you here with a reply when an update fixing it will be available.
Hi @paipel,
I’m sure there are more elegant workarounds, but you can try using a JS snippet like the one from below using a plugin like this one, and it’ll remove the img title attributes on mouse hover:
jQuery( function ( $ ) { $( '.nextgen_pro_lightbox img' ).mouseover( function () { if ( this.hasAttribute ( "title" ) ) { $(this).removeAttr( "title" ); } }) });
Hi @dspanogle,
Thanks for your issue report here.
It looks like there’s?a bug that occurs while trying to save albums.
I apologize for the inconvenience in the meantime. I’m taking note of this thread, and I’ll make sure to send you an update when an update that fixes this issue is released.
Thanks!I suggest you check the new NextGen Gallery namespace requirements and adapt your custom code, respectively.
I apologize, as customizations like this are outside our scope for support. In case you’d like to look into custom development options, we highly recommend using Seahawk Media.
Thanks!
Hi @pierretoulmonde,
I apologize for the delays here. We look forward to having this one fixed, among the other issues that were reported in the meantime.
Thanks for your understanding
Hi @2alfredo,
I am sorry – it appears that this method for adding images was deprecated.
Please try using singlepic shortcodes instead to insert single images into your pages: https://www.imagely.com/docs/singlepic/
Hi @shanemarsh28,
I appreciate your issue report here. This indeed looks like a bug that we’ll have to fix.
Thanks
- This reply was modified 1 year, 1 month ago by Mihai Ceban.
Hi @2alfredo,
Sorry to hear of the problem.
Could you please let me know what method are you using in order to embed single images?
Providing us with an example of the shortcode that you use may be of a great help for us.
Thanks
Hi @ateya3d,
I am sorry to hear of the issue. Could you please delete NextGen Gallery plugin by FTP then install the latest version of it (3.57) new to see if that’ll help?
This procedure is safe and it wouldn’t affect your galleries.
Hi @estherramos, @myshquo,
I am sorry for the delayed reaction to this on behalf of our team.
I confirm that we have now documented a bug with “Sort or exclude images” not displaying, caused by the URI being too long due to the parameters’ amount that are directly encoded into the URL.
We’ve observed that having a long lists of image exclusions can trigger the problem, but I’m not excluding it happening in different circumstances as well.
Our development team is now aware of the problem, and they’ll work on fixing it.
I do apologize for the inconveniences created – I know how frustrating this is, and I understand that it has been reported in the past, but it was probably not getting enough attention due to it being reported in conjunction with a known major bug as in this case.
I confirm that we have now documented a bug with “Sort or exclude images” not displaying, caused by the URI being too long due to the parameters’ amount that are directly encoded into the URL.
We’ve observed that having a long lists of image exclusions can trigger the problem.
Our development team is now aware of the problem, and they’ll work on fixing it.
Hi @imcoffeevin06,
I am sorry but installing this theme gives a fatal error in my case, so I couldn’t test much: themes/gwt-wordpress-25.3.3/inc/function-options.php?on line?58
Could you please let me know if you get any notices if using a theme from the Twenty series?
Hi @eyedia,
I am sorry but checking with our dev team it doesn’t appear that we’d have such a filter for NextGen Gallery that’d allow disabling the admin notices role based.
I’ll be happy to go ahead and register it as a feature request.
Hi @imcoffeevin06,
Thanks for reporting it. I am sorry, but I wasn’t able to replicate it on my own site.
Could you please let me know what theme do you use, and what are the steps to trigger the notice?
- This reply was modified 1 year, 2 months ago by Mihai Ceban.
Hi @wfetfurmoz,
NextGen Gallery doesn’t come with a feature that’d allow inserting custom links, but you can insert HTML links as description captions as in this example: https://a.supportally.com/i/GC8cFD
Hope this helps