Tomasina
Forum Replies Created
-
Pro lightbox works very slow and have some bugs with rendering in Opera browser 🙁
Create a page and write:
<h3>Gallery1 – My Toys</h3>
[ ngg_images gallery_ids=”1″ display_type=”photocrati-nextgen_basic_slideshow” ]<h3>Gallery2 – My Family</h3>
[ ngg_images gallery_ids=”2″ display_type=”photocrati-nextgen_basic_slideshow” ]<h3>Gallery3 – My Hobby</h3>
[ ngg_images gallery_ids=”4,11,17″ display_type=”photocrati-nextgen_basic_slideshow” ]etc.
Or use an albums instead galleries, see shortcodes.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] SubcategoriesCreate albums: Produce, Fruit, Veggies, Apples, Pears, Cabbage, Carrots etc.
Manage Albums –> select Produce –> Edit Album
Move Fruit, Veggies into left column and click Update.Manage Albums –> select Fruit –> Edit Album
Move Apples, Pears, etc. into left column and click Update.Manage Albums –> select Veggies –> Edit Album
Move Cabbage, Carrots, etc. into left column and click Update.Result:
Produce
–Fruit
—-Apples
—-Pears
–Veggies
—-Cabbage
—-CarrotsP.S. It’s work in NextGEN Pro, may be work in NextGen – I don’t know.
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Displaying multipule monthsHello.
Do you solved this?Forum: Plugins
In reply to: [WP-Table Reloaded] hide_columns and show_rows works only on Backend?Grand thanks!
Forum: Plugins
In reply to: [WP-Table Reloaded] hide_columns and show_rows works only on Backend?Hm…
After deactivate Table Output caching for this table, Shortcode
[table id=2 hide_columns="1,3" show_rows="2,3,4,5,6,7,8,9,10,11" /]
really hide some columns, but don’t hide some rows – I’m see full rows with pagination (for this table enables pagination for 50 each rows).
You can see this: http://club.aerotennis.ru/home-page-samples/test-short-table/But I found a way:
[table id=2 hide_columns="1,3" row_count=10 /]
You can see this: http://club.aerotennis.ru/ (the third tab in the middle right of the page).