Tribalpixel
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Checkbox Possible Bugor you can simply disable fancybox in your theme directly:
and dont’t care of the option in option page 😉by using something like that:
if( wp_is_mobile() ) { wp_enqueue_script('ngg-photoswipe-disable-fancybox.js',get_template_directory_uri().'/js/ngg-photoswipe-disable-fancybox.js', array( 'jquery' ); }n.b.
copy ngg-photoswipe-disable-fancybox.js from plugin directory in your theme directoryForum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Checkbox Possible Bugyou will lose the hack if the plugin update.
but i think it will be corrected/integrated by the plugin developper on next version 😉Forum: Plugins
In reply to: [Photoswipe for NextGEN Gallery] Disable Checkbox Possible Bugsolution:
in ngg-photoswipe.php, put the update_option in the if ($_REQUEST[‘nggphotoswipe_enabled’]) on line 73if ($_REQUEST['nggphotoswipe_enabled']) { update_option('nggphotoswipe_enabled',$_REQUEST['nggphotoswipe_enabled'] ; update_option('additional_viewers',$_REQUEST['additional_viewers']); }Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] The latest version does not save changes+1, not saving!
Thanks Dmitry!!!
Forum: Requests and Feedback
In reply to: ctrl s = save on post edit.i suggest somthing like: jQuery Hotkeys Plugin 🙂
https://github.com/jeresig/jquery.hotkeys
Viewing 5 replies - 1 through 5 (of 5 total)