WPReady
Forum Replies Created
-
Hi jamminjames,
your first suggestion make sense. We’ll see to implement it.About the second suggestion, there is a Role page, where you can restrict the access to different Nextcellent options.
Maybe is what you’re looking for (?).
I’m sorry what I’m trying to say is
for a link < a href=”#to-first-section”>…< /a>should be another link < a name=’to-first-section’ > or
an < a id=’to-first-section’ >according to
http://www.w3schools.com/tags/tag_a.aspDoes it make sense?
I tested the page but I’m little confused. #top link works ok, however I don’t find the ut-to-first-section relative.
Hi oldnewhouse,
thanks for your feedback.
I’m unable to acces the link provided to unitedthemes. Any additional info will be appreciated…Sorry, the sentence above is wrong, it should say
…The site was using Redirect plugin…Hi jamminjames,
thanks for your feedback. We’ll try to simplify and make the explanations more friendly.Final round:
The plugin was using Redirect plugin, and some page exceptions were added causing unexpected behaviors.It was interesting because it seemed that it was a Nextcellent issue but it wasn’t. The real issue was an apparently permalink malfunction.
Hi jamminjames,
The template system is working exactly the same it worked with NextGen 1.9.13 . The instructions is working for me.
From Nextcellent Reference Guide:
…
If you look closer, you’ll quickly find there is (something like) a pattern. Every shortcode and template attribute has its correlated file. For example [album template=’compact’…] has its correlative file album-compact.php
…
The good news is that there are few options to get templates from outside the default view folder:
The ngg_render_template filter (apply_filters(‘ngg_render_template’, false, $template_name);) allows to modify where the template is stored and retrieve a different template from anywhere else.If there is a template in [theme-folder]\nggallery, with the same name, this template is loaded instead default in [plugin-folder]\view.
For example, we can copy gallery-compact.php from [plugin-folder]\view\gallery-compact.php to [theme-folder]\nggallery\gallery-compact.php and modify this template, which it will safe from plugin updates (although not for theme updates…)Second example: Copy gallery-compact.php from default view folder to [theme-folder]\nggallery\gallery-mytemplate.php (notice file renaming)
After that invoke your custom template with:
[nggallery template=mytemplate …]Let’s say we have [nggallery template=whatever] and there is no gallery-whatever.php. Nextcellent will attempt one more try looking for whatever.php (excluding the ‘gallery-‘ prefix) for all folders (view and nggallery). If it finds it, it will load. However I cannot recommend it, since it can be confusing. It’s better to keep a naming convention.
That it is the way Nextgen worked on version 1.9.13
Remember to rate the plugin so other users can take advantage of its features. thank you!
Thanks John,
I’ll try to resume what’s going on in a post on my blog. I’m hoping that others developers will quickly find out what is the issue and finally get it solved!Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Conflict with NextGEN Public UploaderHi jamminjames
How about
http://wpgetready.com/2014/01/nextgen-public-uploader-working-with-nextcellent/
?Hi slabbi,
thanks for your feedback and support.We are currently working in some good news and improvements, to be delivered next week.
Stay tuned!carsuk, the only issue I found so far is there is a chance of malformed permalinks if you were using the album shortcode.
However, I can’t find anything wrong if you are using nggallery shortcode.
Is there a chance to see your site installation and inspect the problem?
ThanksForum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Rename URL path of page breaks albumNextcellent has lot of features, some are useless for a lot of users and some other are absolutely fundamental for power users which like to micro-customize their galleries.
Is some special cases, does make sense to point a page to make some ‘magic tricks’. I know it would be beyond this thread, so I hope I can make an example later in the blog.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Sort order is a messHi jamminjames,
thanks for your feedback.
If you want to take complete control over the sorting order, you can proceed in this way:
-Set custom order on Galleries – > Settings – > Gallery – > Sort options
-Now you can customize sort going to the galleries and pressing the Sort button.Although this workaround provides a customized sort order, if you have plenty of galleries maybe this is not the way, since can’t be automatized.