WPReady
Forum Replies Created
-
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] slideshow widget – show all picsHi michaelsam,
You can set a default order from Galleries->Settings->Gallery-> Sort Thumbnails / Sort Direction
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Slideshow without FlashHi Vinni2k,
thanks for your comments.
Usually the problem is because some plugin conflict.
Do you mind build a test slideshow on your site so we can see what’s going on? Sometimes that help us better to understand.
Then give us a link so we can see the problem closely.Thank you!
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Mobile viewGood to know!
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Mobile viewGreat VesaT,
Another idea could be replace the line with:$ngg_gallery = class_exists(‘nggLoader’) && !empty($pid);
that should do the trick, however is also theoretical.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] How to remove the JS and CSS includes?Although Niko’s solution will work,maybe it is bit extreme. There is a way to selectively disable the scripts and styles:
add_action( ‘wp_print_scripts’, ‘de_script’, 100 );
function de_script() {
wp_dequeue_script ( ‘jquery-cycle’ );
wp_deregister_script( ‘jquery-cycle’ );
wp_dequeue_script ( ‘ngg-slideshow’ );
wp_deregister_script( ‘ngg-slideshow’ );
}add_action (‘wp_head’,’de_style’,1);
function de_style() {
wp_dequeue_style(‘NextGEN’);
wp_deregister_style(‘NextGEN’);
}The second action was attached to wp_head but maybe there is a better hook. This was tested on dev environment.
Forum: Plugins
In reply to: [StatComm (StatPress Community) Multisite Edition] reducing database sizeHi fergus440,
thanks for your comments.You can restrict datatable size settings this values on Statcomm->options
Also collect data about logged users
Do not collect spiders visits
Automatically delete visits older than… (by default is no limit, set 1 month or 1 week)
Automatically delete spiders older than…(by default is no limit, set 1 month or 1 week)Also there is an issue preventing to delete some data, this will be fixed on next version, see http://wordpress.org/support/topic/auto-delete-logs-settings-is-not-working-fixed-inside?replies=2
Best regards
Forum: Plugins
In reply to: [StatComm (StatPress Community) Multisite Edition] Weight?Hi GrayHunter,
thanks for your comments.
It is possible to set a limit to the data stored, restricting some options.
Go to Statcomm->options where you can set:Also collect data about logged user (default is disabled)
Do not collect spiders visits (disable if you wish)
Automatically delete visits older than : suggested 1-3 month, by default there is no limit
Automatically delete spiders older than : suggested 1-3 month, by default there is no limitAnswered both questions thanks Niko
Release 1.9.18 rolled out for WP 3.9Absolutely great!
Thanks for supporting Nextcellent, please tell us when you publish dev version so I can post about it.Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] NGG Cusotm field issueExcellent Niko, i figured out the filter problem, but not the workaround!!!
Great!Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Using gallery image as Featured Image?Hi automatyk,
currently we are fixing and also extending old Next Gen version.
I guess that feature is currently in Next gen but this is a common feature requested previously.I’m adding this feature to pending requests.
Hi pjamedia,
thanks for your comments.Great findings. We’ll address these bugs on next release.
Best regardsForum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Help with tagsHi djwitty,
please specify. I went to the site but I couldn’t figure it out the problem.
Hi all,
Niko is doing a superb job contributing with the plugin. As he said, his changes were merged with current code, along other contributions.
We didn’t launch a new version due an user found a SERIOUS issue which required attention and it is taking time & effort to close the gap.I’m going to release a new version THIS WEEK.
My personal apologies for the delay.Hi biswajeet,
great finding, I’m going to add it in the next release.
Best regards