Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] standard media RSS feed?Please try http://brimosoft.nl/wp-content/uploads/2012/10/lazyest-feed.zip
Install and activate it, and retrieve your media feed at (your blog address)/lazyestfeed.xmlThe feed contains all images in the first folder in the gallery and has links to previous and next folders.
More garbage collection did the trick. Thanks
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Wrong UrlForum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Wrong UrlPlease install 1.1.16
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Save button?Lazyest Gallery needs to show on a page. If you don’t have any pages in your blog, the Save Changes button on Lazyest Gallery settings will not appear.
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Wrong UrlI have just uploaded 1.1.16-beta-2. That should work.
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Wrong UrlOkay, thanks! I’ll fix this ASAP. Please wait for 1.1.16
Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Wrong UrlEw, that should’ve been solved in 1.1.15. I’ll check again…
@kris,
thesharing_post_titlefilter has been removed from the jetpack plugin for whatever reason.Forum: Plugins
In reply to: [Lazyest Watermark] [Plugin: Lazyest Watermark] Website slows down extremelyForum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] standard media RSS feed?Haha, version numbering doesn’t work like that. If we don’t get anus more bugs in 1.1.x, 1.2 could well be the next release.
download version 0.8.0 and add this to your theme functions.php:
function my_mobile_browser( $mobile_browser ) { if ( $_GET['mobile_override'] == 'mobile' || $_COOKIE['mobile_override'] == 'mobile') $mobile_browser = true; return $mobile_browser; } add_filter( 'lazyest-stylesheet-mobile-browser', 'my_mobile_browser');Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Navigation bar on toptry to add this to your stylesheet
.lg_gallery.slide { position: relative; } .lg_gallery.slide .top_navigator { margin-bottom: 30px; height:20px; } .lg_gallery.slide .lazyest_navigator { position: absolute; top: 30px; }Forum: Plugins
In reply to: [Lazyest Gallery] [Plugin: Lazyest Gallery] Showing subfolder on a pageThe
[lg_folder folder="folderA"]shortcode only shows the folders contents, not subfolders.
The [lg_gallery root=”folderA”] shows the subfolders, not the images.
You could also add a link to your gallery page for folderA to your menu.I’ll add a filter.