Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: [Eazyest Gallery] Integration with TN3I don’t know if the full version of TN3 works with Eazyest Gallery.
However, you can use the Eazyest Gallery slideshow full screen also. You have to add some stuff to your functions.php and to style.css:
Add this to your (child) theme functions.php:function my_camera_options( $options ) { $options['height'] = 'auto'; $options['portrait'] = false; return $options; } add_filter( 'eazyest_gallery_camera_slideshow_options', 'my_camera_options' );You can see all available options on http://www.pixedelic.com/plugins/camera/#opts_anchor
add this to your (child) theme style.css :
.fluid_container { bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 0; } .camera_wrap { bottom: 0; height: 100%; left: 0; margin-bottom: 0!important; position: fixed; right: 0; top: 0; }Forum: Plugins
In reply to: [Eazyest Gallery] HTML Bug in 0.1.0-RC-12Fixed in trunk (development version)
Forum: Plugins
In reply to: [Eazyest Gallery] Gallerybock filter by tagsYou can make a template in which you select to tagged folder or you could just create a tags archive just like post tags.
Forum: Plugins
In reply to: [Lazyest Gallery] Change folder nameSorry, there are no other comfortable ways to rename a folder.
Forum: Plugins
In reply to: [Lazyest Gallery] Change folder nameIf you don’t have images uploaded to this folder, just delete it and create a new one.
If you have images in there, you can change the folder name on your server e.g. by FTP.Forum: Plugins
In reply to: [Eazyest Gallery] Gallerybock filter by tagsYou have to make an extra loop to display them.
Forum: Plugins
In reply to: [Eazyest Gallery] HTML Bug in 0.1.0-RC-12Okay, thanks
Forum: Plugins
In reply to: [Eazyest Gallery] gallery folder disappears along with contentsThe only similarities in the issues about the disappearing galleries is that the blogs are hosted on GoDaddy and the use of the plugin Lightbox Plus ColorBox.
I have tried all plugins listed in yourost, but I still couldn’t reproduce the error.
What worries me most is that the gallery root folder is deleted also. The script has extra checks to not delete this folder.Forum: Fixing WordPress
In reply to: quicksand not working with jquery/1.9.1/jquery.min.jsPlease don’t enqueue other jquery versions in WordPress. Other plugins, and WordPress rely on the jquery version that is in the WordPress package.
Forum: Fixing WordPress
In reply to: Gallery page redirects to homepageIt does make sense. Probably the rewrite rules for Eazyest Gallery did not clear after you uninstalled the plugin.
Forum: Fixing WordPress
In reply to: url problemCouldn’t you remove the obsolete files, but leave the index.php and wp-config.php?
Also check if .htaccess rules interfere.Forum: Fixing WordPress
In reply to: url problemWould this be of any help to you?
http://codex.wordpress.org/Giving_WordPress_Its_Own_DirectoryForum: Fixing WordPress
In reply to: Gallery page redirects to homepageHey guy,
Try this: Go to Settings -> Permalinks and hit Save Changes.
See if the permalink /gallery does work after that.Forum: Plugins
In reply to: [Eazyest Gallery] Automatically Index FoldersThe image collector is an ajax script, so I doubt if it would work when you call an admin page.
Maybe if you call the admin pages of the folder(s) seperately, but you have to have a user signed in authorized to upload images.Forum: Plugins
In reply to: [Eazyest Gallery] Change gallery templateOK, there are filters to disable folders to show up in your recent posts list.
Check if your gallery page still exists and the slug is valid.