WPReady
Forum Replies Created
-
What we trying to isolate is the problem actually. So far you’re doing a fine progress.
One question: you just deactivated Gallery permalinks but WP permalinks is activated. Is that the scenario?Good to hear. There is no point doing twice.
Let’s check other options. What if you uncheck Permalink options on Galleries -> Settings? is the problem still happening?Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Rename URL path of page breaks albumThis is what I found, I’ll try to explain it in the simplest way possible:
Every Gallery has an option to set Page Linked To, a page to redirect the gallery (please go and edit a Gallery to see it). This is most used with Albums.
For other side, there is a setting named Inline Gallery.This set is located on Galleries ->Settings->Gallery and it works ONLY for Albums and the Album shortcode.
If this Inline Gallery option is checked, the Album shortcode will display a link directly to the gallery. If the settings is off, it will display a link directly to the Page Linked To’s gallery.
In this last case, if the gallery has no Page Linked To defined , the url made by the Album Shortcode does nothing (in fact, it points to the Album itself).
This is an odd behavior that it will be amended on future versions.
Does it make sense to you?
Ok, let’s go with the basics first, refreshing all slugs and then on WordPress site. Follow these steps and let’s see where it goes:
Please refresh slugs going to Galleries – > Settings – > General – > Recreate URLS. Press the start button. The process is an Ajax one, you don’t need to save or refresh the page, few messages will be displayed for pictures, galleries and albums. It is going to take a time, depending on the amount of pictures & galleries (maybe in your case it takes a while!).
After that, go to WordPress admin under Settings – > Permalinks. Press Save changes to make sure structure is properly saved.
Now, check the gallery again and see if it is working. If what you did above didn’t work, we’ll check other options.
Hi carsuk,
please tell us an example of the shortcode you are using. Thanks.
Are you working with permalinks?Hi wtfeverybodyjr,
please describe what shortcode(s) are you using and with what parameters. ThanksRest assured, we are working to provide best backward-compatibility as possible.
Hi omniamediahrc,
thanks for your feedback.
We’re working hard to deliver an improved plugin.
This month we expect few news to make this plugin a powerful choice.
Stay tuned!Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] German translation in 1.9.25.3I’m really sorry. Now is fixed, try again.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] German translation in 1.9.25.3I added a contact form
http://wpgetready.com/make-contact/Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Showing Multiple albumsNextcellent is not providing such capability. The plugin relates galleries with authors, so it would be possible to restrict access ,but it would need some extra coding to do that.
My suggestion is to use another plugin to restrict pages and posts according role users, and put Nextcellent shortcodes on that pages.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Showing Multiple albumsHi playonmonkeys,
thanks for your feedback.An idea:
If you have let’s say 300 images
the following shortcode[recent max=300 mode=sort|date|id|random]
it will return a gallery with all images.
In the mode parameter, pick one option to sort by sortorder, date ,id or randomly.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] German translation in 1.9.25.3Hi Brian,
thanks for your feedback.We’d appreciate what you can do in the translation area.
Please contact me when you feel ready in the main site to talk about the translation file(s) wpgetready.com (click the question icon).All work will be credited in the plugin as always.
Thank youForum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Adding a slidehow to the headerGlad to be helpful!
Thanks for using Nextcellent!Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Adding a slidehow to the headerTry to replace
<?php if (function_exists(“nggSlideshowWidget” {nggSlideshowWidget(9,960,180); }with
<?php echo do_shortcode(‘[slideshow id=X w=X h=X]’); ?>and see how it work.