luhmanr
Forum Replies Created
-
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] multiple galleriesHere is the shortcode I am getting after selecting two albums. Note that there are not any albums that appear.
[gallery type='smugmug' view='albums' nick_name='richardluhman' album_sort_order='Last Updated (Descending)' popup='hide' layout='square']
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More ButtonOK Thanks.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More ButtonWhat I had in mind was as one scrolled additional images would automatically load.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More ButtonHow about “lazy” loading. That is, load a screen at a time.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] FeaturesIt seems that you have gotten me real close. The result viewed on the page-2 is:
[someshortcode value=”%5Bgallery type%3D%27smugmug%27 view%3D%27album%27 album%3D%277tPbqC%27 nick_name%3D%27myname%27 sort_order%3D%27Descending%27 sort_method%3D%27DateTaken%27 count%3D%27100%27 more%3D%27More%27 layout%3D%27mosaic%27 album_sort_order%3D%27Album Settings%27 columns%3D%278%27 title_position%3D%27below%27 popup%3D%27hide%27%5D”]
Rather than an executed
[gallery type='smugmug' view='album' album='7tPbqC' nick_name='myname' sort_order='Descending' sort_method='DateTaken' count='100' more='More' layout='mosaic' album_sort_order='Album Settings' columns='8' title_position='below' popup='hide']
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] FeaturesSo the previous code you mentioned puts the shortcode information in the address bar.
<form action=”/page-2″ method=”get”>
<select name=”my_action”>
<option value=”action-1″>Action 1</option>
<option value=”action-2″>Action 1</option>
</select>
</form>
At page-2, or within your custom shortcode, added to page-2:
if ( isset( $_GET[‘my_action’] ) ) {
$action = sanitize_key( $_GET[‘my_action’] );
if ( ‘action-1’ === $action ) {
do_stuff();
}
}Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] FeaturesI did see your previous reply but after spending several hours I could not get it to work.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] KeywordsI thought so. Sounds like it would be an intense project.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] KeywordsThanks, this brings up another question but actually may be out of scope for Photonic. My smugmug collection has about 1000 different keywords. If I wanted to have the ability to search for any one of those keywords that would mean 1000 different page creations. And this would not even cover multiple combinations of keywords. Is there anyway for dynamic creation of searches based on keywords. That is, a user enters a keyword (or group of keywords) in a submit box and the result is displayed by photonic.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] KeywordsImages have keywords associated with them. Is it possible to pull from Smugmug based on keywords?
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More ButtonNextGen supplies dual title and caption via css. Is there such a way in photonic.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More ButtonIs it possible to add both the caption and title for each image in the slideshow?
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More ButtonTheme was causing the problem. This is now resolved.
I got it working. Thanks.
Forum: Plugins
In reply to: [Photonic Gallery & Lightbox for Flickr, SmugMug & Others] More Button