Mihai Ceban
Forum Replies Created
-
Hi @murrrphy,
Thanks for reaching out!As the XMLRPC module is exclusively used in our paid Imagely Lightroom integration, could you please drop us a line through our contact page when you get the chance?
https://www.imagely.com/support/
You’re welcome to just include a link to this post if you’d prefer to do that.
I apologize that we’re not able to respond to features related to our paid products here in the www.remarpro.com support forums for the free version, but I really appreciate your help!
Thanks ??
Hi @murrrphy,
Thanks for reaching out!As the XMLRPC module is exclusively used in our paid Imagely Lightroom integration, could you please drop us a line through our contact page when you get the chance?
https://www.imagely.com/support/
You’re welcome to just include a link to this post if you’d prefer to do that.
I apologize that we’re not able to respond to features related to our paid products here in the www.remarpro.com support forums for the free version, but I really appreciate your help!
Thanks ??
Hi @jkupca,
Thanks for reaching out!
As the captions is part of the paid version of Envira Gallery, could you please drop us a line through our contact page when you get the chance?
https://enviragallery.com/contact/
You’re welcome to just include a link to this post if you’d prefer to do that.
I apologize that we’re not able to respond to paid version questions here in the www.remarpro.com support forums for the free version, but I really appreciate your help!
Thanks ??
Hi @marvmckay66,
I am sorry to hear of the problem encountered, but we aren’t aware of any similar cases.
Could you please let us know what theme do you use?
Hi @caordawebsol,
I’m sorry to hear of the problem.
Envira Gallery doesn’t set such limits, but I don’t exclude the possibility of the gallery page crashing due to the amount of server requests.
I suggest you to enable WP_DEBUG and check the logs to see if there are any associated to this problem errors and work from there.
Great articles that may be of help here:
https://www.wpbeginner.com/wp-tutorials/how-to-find-and-access-wordpress-error-logs-step-by-step/
https://www.wpbeginner.com/wp-tutorials/how-to-easily-enable-wordpress-debug-mode-to-fix-site-errors/Hi @nigel-lew,
You should be able to hide the tooltips on hover using a JS snippet like the one from below:
var $j = jQuery.noConflict(); $j(document).ready(function() { $j(".envira-gallery-item a img").mouseenter(function() { var title = $j(this).attr("title"); $j(this).attr("save_title", title); $j(this).attr("title", ""); }) .mouseleave(function() { var title = $j(this).attr("save_title"); $j(this).attr("title", title); }) .click(function() { var title = $j(this).attr("save_title"); $j(this).attr("title", title); }); });
Hope this helps!
- This reply was modified 1 year, 1 month ago by Mihai Ceban.
Hi @dimmex,
I am happy to inform you that our developers have implemented the suggested WPML fix in NextGen Gallery 3.58 version. ?
Please feel free to update to the latest version of NextGen Gallery, then let me know if it works.
Thanks!
Hi @jstneti,
I am happy to inform you that the album URL issue that you’ve reported here has been solved in NextGen Gallery 3.58 version.
?
Please feel free to update to the latest version of NextGen Gallery, then let me know if it works.Thanks!
Hi @tinuzz,
I hope you’re doing well!
I am happy to inform you that the issue that you’ve reported here has been solved in NextGen Gallery 3.58 version.
?
We appreciate your patience here while our dev team has worked on a fix! Please feel free to let me know if you have any questions.Thanks!
Hi @sarapatricia,
I am happy to inform you that the issue with the “All” images filter has been solved in NextGen Gallery 3.58 version.
?
We appreciate your patience here while our dev team has worked on a fix! Please feel free to let me know if you have any questions.Thanks!
Hey @bob-reeves,
I am happy to inform you that the album breadcrumbs URL issue has been solved in NextGen Gallery 3.58 version.
?
We appreciate your patience here while our dev team has worked on a fix!Thanks!
Hi @rogerswd,
I am sorry to hear of the problem.
Could you please try deleting NextGen Gallery then installing it new to see if that’ll work?
No worries, deleting and installing new NextGen Gallery is safe and wouldn’t affect your galleries.
Hi @naibaf85,
Your assumptions are correct here. This is a known issue with NextGen Gallery’s lazy loading conflicting with the other plugins’ lazy loading, and we hope to find a fix for these cases in the future.
In the meantime, you can either turn off lazy loading from your Yoast SEO plugin or find a way to exclude it from applying to NextGen galleries only, if that’s possible (you may need to contact the Yoast support to see if that’s achievable).
- This reply was modified 1 year, 1 month ago by Mihai Ceban.
Hi @dillhausen,
NextGen Gallery will map the WP Media image’s Caption as Title and the Description as Description.
The main reason behind is that WP Media also populates the title from the image’s filename.
I suggest you look for a solution that’d allow you to automatically and bulk copy the WP Media as Caption using a database query, for example.
UPDATE wp_posts SET post_excerpt = post_title WHERE post_type = 'attachment';
Make sure you back up your site and database before proceeding.
- This reply was modified 1 year, 1 month ago by Mihai Ceban.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Feature ImageHi @sherry22,
Thanks for reaching out!
As the Lazy Load is part of the paid version of NextGEN Gallery, could you please drop us a line through our contact page when you get the chance?
https://www.imagely.com/support/
You’re welcome to just include a link to this post if you’d prefer to do that.
I apologize that we’re not able to respond to paid version questions here in the www.remarpro.com support forums for the free version, but I really appreciate your help!
Thanks ??