Barsha Paudel
Forum Replies Created
-
Sorry for the trouble,
While checking from my end by adding the CSS code provided, the gallery images are centered on the page. In case this helps, please check the screenshot below:
If it’s not working on your end, please use the following CSS code inside WordPress Dashboard > Appearance > Customize > Additional CSS:
.ngg-gallery-thumbnail img{
margin:8px auto!important;
}Moreover, please make sure to add the code at the top of the additional CSS code in case any other codes has been added already.
Let me know the updates after adding the code and I will get back to you.
Thanks!
Hi @ozkrsanchez,
Thanks for reaching out!
With NextGEN Gallery, you can insert a link in the description using the <a></a> tag HTML to let the image open in the specific URL.
Under the description section of each image you can insert the HTML tag as <a href=”https://imagely.com” target=”_blank”>THIS IS THE LINK</a>
(Replace the https://imagely.com URL)
Thank you!
Hi @programmin,
Thanks for reaching out,
To get rid of the error appearing, I recommend re-installing the NextGEN Gallery on your setup.
To reinstall the plugin, please download a fresh copy of the latest NextGEN Gallery and, then replace the one from your site’s Dashboard > Plugins > Add new plugin > Upload plugin > Choose File (with the files’ override when being asked). Replace the file with the new one you just uploaded.
Install and activate the plugin.
Re-installing NextGEN Gallery wouldn’t affect your existing galleries.
Let me know the updates and I will get back to you.
Thanks!
Hi @aaa1898,
Sorry for the trouble,
The issue arises because NextGEN Gallery is not able to function properly without its database tables. The tables were dropped manually and didn’t created automatically even after reinstalling the plugin.
To fix the issue, could you please find the ngg_options key in the wp_options table and delete the ngg_options row. Once done, reactivate the NextGEN Gallery plugin, which will trigger its installation routine, recreating the necessary database tables.
I hope this helps! Could you please let me know if you have any questions?
Thanks!
- This reply was modified 1 year, 3 months ago by Barsha Paudel.
Hi @kpeterj,
Thanks for taking the time to share your review and feedback! We’re thrilled to hear that you found the plugin fits your needs.
Have a good one 🙂
Forum: Reviews
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] ExcellentHi @reglyss,
Thanks so much for taking the time to leave us a review! We really appreciate your feedback.
We hope you continue to have a 5-star experience 🙂
Forum: Reviews
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Easy to useHi @petyr,
Thanks so much for taking the time to leave us a review!
We’re excited to know that you’re enjoying NextGEN Gallery and that it is a good fit for your site.
We hope you continue to have a 5-star experience 🙂
- This reply was modified 1 year, 3 months ago by Barsha Paudel.
Hi @mymateworld,
Thanks so much for taking the time to leave us a review! We really appreciate your feedback.
We hope you continue to have a 5-star experience 🙂
Hi @hoteldiderot,
Thanks so much for taking the time to leave us a review!
We’re excited to know that you’re enjoying Envira Gallery and that it is a good fit for your site.
We hope you continue to have a 5-star experience 🙂
Hi @twinturborob and @igonas,
Thanks so much for taking the time to leave us a review!
We’re excited to know that you’re enjoying Envira Gallery and that it is a good fit for your site.
We hope you continue to have a 5-star experience 🙂
Hi @aaa1898,
Thanks for reaching out,
To accelerate the bulk import of folders containing many pictures into NextGEN Gallery in your Caddy + PHP-FPM Docker environment, you’ll need to adjust the following server-side parameters:
- PHP-FPM: Increase
max_execution_time(e.g., 300s),memory_limit(e.g., 1G),post_max_size, andupload_max_filesize(e.g., 256M). - Caddy: Extend timeouts in your
Caddyfile(e.g.,read_bodyandidleto 300s). - Docker: Allocate more CPU and memory (e.g., 2 CPUs, 2G RAM) in your container settings.
- Database: Optimize MySQL settings, like
max_allowed_packetfor large queries. - NextGEN Settings: Limit image size to, 2000px and create smaller thumbnails (150x150px)
I hope this helps! Could you please let me know if you have any questions?
Thanks! 🙂
- This reply was modified 1 year, 3 months ago by Barsha Paudel.
Thank you for reaching out,
To center the thumbnail, please use the following CSS code inside WordPress Dashboard > Appearance > Customize > Additional CSS:
.ngg-gallery-thumbnail img{
margin:8px auto;
}I hope this helps! Could you please let me know if you have any questions?
Thanks! 🙂
Hi @aaa1898,
Thank you for reaching out,
Once you have imported the images into NextGEN Gallery via the folder successfully, you’ll need to scan the galleries once you have added the new images on the folder. To scan the image, navigate to “Manage Galleries -> [Gallery Name] -> Gallery Settings[tab] -> Scan folder for new images”. Once done, new/replaced images will be updated on NextGEN Gallery.
However, for the image deletion purpose, we don’t have any workarounds. After you have deleted the images on the folder, the image still appears on the gallery since it’s imported to NextGEN Gallery. So you’ll need to delete the image manually from Manage galleries area.
I hope this helps! Could you please let me know if you have any questions?
Thanks! 🙂
Hi @gregl7,
We’d be happy to help!
It seems that you are using the paid version of NextGEN Gallery, as your site has paid NextGEN Gallery activated. Could you please submit a support ticket through the NextGEN Gallery account dashboard when you have a chance? For more context, WordPress.org’s goal is to ensure that paying customers and free users get the best support they can, from the ones that can give it.
The WordPress.org forum is moderated by volunteers and as volunteers do not have access to the paid products, they recommend reaching out to the authors of the code, as the issues you are having involve paid gated features, it is better to avoid mixing it with the features of a free plugin or theme.
From there, our support team will be able to take a closer look at your request.
Thanks!