toad75
Forum Replies Created
-
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Album PaginalionHow to enable album pagination in nextcellentgallery:
edit nggfunction.php line 480
change $ngg_options = $ngg->options; to $ngg_options = nggGallery::get_option(‘ngg_options’);Thanks for your time @websiteguy
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Album PaginalionTanks for help, i try to figure out how to add pagination or roll back to 1.9.3. i had tons of problems with 2.4,especially with lack of compatibility with WPML. You can check it out if you want http://wordpress.org/support/topic/album-pagination-3?replies=6#post-5256630 some links actually work sine i switch to nextcellent gallery.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Album Paginalionexactly x-number of galleries per page with pagination. with nextgen 1.9.3 i can achieve this creating custom field ngg_paged_Galleries and set value to number of galleries per page. but this doesn’t work with nextcellent gallery or nexgen 2x.
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Album PaginalionHere is another one (test server) – same issue http://projects.toad-design.com/pielgrzymka/?page_id=13
Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Album PaginalionSure, here it is – http://pinocchioplay.com/gallery/
i had the same issue with xampp and manually edited table (via phpmyadmin)”wp_ngg_gallery” changing galleries path. For example C:/Root/website-name/wp-content/gallery/gallery-name to wp-content/gallery/gallery-name
@cais Thanks for update Cais, i wish You could fix this issue in the future. Take a look at it http://pinocchioplay.com/galeria/?lang=pl – i had to remove this page from main navigation. Just try to open any gallery and you will see what i’m talking about. default language of this page is English with Polish translation. For comparison this is default language version http://pinocchioplay.com/gallery/
Thanks.@rupertone Also as alternative to lightbox you can use thickbox
@rupertone try go to options effect JavaScript Thumbnail effect>none install simple lightbox plugin and see if it work, if not simply uninstall plugin and roll back to shutter – no harm done.
@rupertone Cais is absolutely right. I personally like this lightbox plugin http://wordpress.org/plugins/simple-lightbox/. Work really nice and have slideshow function (which can be disable if you want)
Gallery work fine, just lightbox module is broken. Switch to shutter this does not fix lightbox problem but at least buy you some time to fix lighbox
Thanks Cais,
In the future I have to implement pagination to my latest project http://pinocchioplay.com/gallery/
I also notice some issue with nextgen and WPML Multilingual CMS. url structure is screw up so album (gallery work fine) work only with default language but when ?lang= prefix is added it’s not working.
Just compare url structureNextgen 1.9.3 – this work correct
gallery/?lang=en&album=1&gallery=1nextgen 2.0.40 – this doesn’t work
gallery/nggallery/pinocchio-day-care/in-classroom?lang=en/”>I had to redirect translated page to default language page.
@ebeamer i haven’t tested it yet, but each gallery got his own id
<div id=’gallery-1‘ class=’gallery galleryid-7 gallery-columns-4 gallery-size-thumbnail’>you can try something like this:
#gallery-1 img {
width:150px; height:150px
}#gallery-2 img {
width:120px; height:10px
}@ebeamer it really breaks my heart that i have to post it (i love nextgen gallery), but as a developer i understand that some clients can’t wait forever. There is a “replacement” for simple gallery. WordPress media manager. Install those plugins http://wordpress.org/plugins/nextgen-scrollgallery/ and http://wordpress.org/plugins/auto-thickbox-plus/screenshots/. Then open wp-includes/media.php and edit lines 757-771 – just add you styles to the gallery. You can remove styles from media.php completely and add them to your template style.css. here is an example http://ptductcleaning.com/gallery/. this works only for simple galleries with up to 200-300 pictures. more than that – it gets messy.
Did You fixed database “junk” insertion issue and extensive memory usage?