Marcel Brinkkemper
Forum Replies Created
-
Forum: Plugins
In reply to: Gallery plugin ..?You could place your galleries on password protected pages.
Forum: Plugins
In reply to: can’t access Settings- Lazyest GalleryHm, it looks like something is not working quite alright on your server. Apparently, not all files can be copied. Please contact your server manager. This is not a Lazyest Gallery issue.
Forum: Plugins
In reply to: can’t access Settings- Lazyest Gallerythe lazyest-gallery plugin should be in the lazyest-gallery directory.
please try this: delete the lazyest-gallery directory and install by using the wordpress installer.Forum: Plugins
In reply to: can’t access Settings- Lazyest Gallerydid you install using the WordPress plugin installer?
could you check with ftp if the file is actually in the directory?Forum: Plugins
In reply to: can’t access Settings- Lazyest GalleryIt seems like your plugin was not installed correctly. One of the files is missing. Please delete, download and re-install the plugin.
The file is in the lazyest-gallery.0.14.0.4.zip file!If you don’t have any formatting rules in your stlesheet for the classnames that you find unnecessary, they shouldn’t be a problem.
Anyhow, the comment list is standard WordPress stuff.
Could you please share the URL of your site so we can look what the problem is?please don’t WTF me.
The comment classes are generated by WordPress by
wp_list_comments()
You could add formatting to classescommentlistandcommentin the stylesheet of your theme. Or analyse the formatting of comments on non-gallery posts.Each time comments_template() (in single.php or page.php) is called, Lazyest Gallery uses a filter to display the comments for a particular image. So changing wp_list_comments() to comments_template() won’t help you.
I’d suggest to add/change the styles for the elements in Lazyest Gallery’s comments list.Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Plugin failure on single quotes in file namesright, thanks
I’ve spotted the issue.
The problem is that the filename is represented as an attribute (id) instead of a tag.
I’ll fix it in the coming release.Forum: Plugins
In reply to: Lazyest Gallery Not Workingmenazar,
It looks like the permissions for directory HILPA-YOGA-WORKS are not correct for writing the captions.xml file.
BYW, I don’t see any errors on your site.Forum: Fixing WordPress
In reply to: Pages not working correctly.Cyborg.
What version of Lazyest Gallery are you running?
Lazyest Gallery is now using the WordPress shortcode tags.
If you have changed host, you have to use the new syntax.
Try[lg_gallery]
Good luck
for more information about Lazyest Gallery check http://brimosoft.nl/lazyest/why don’t you just display a feed from the wordpress blog?
Forum: Fixing WordPress
In reply to: combining php tags, can it work?You have to enclose php statements within php tags. So as soon as you come to an HTML element you should close the php with
?>
After the HTML element you open a new php statement etcetera.
Nesting php tags is not possible<?php if (is_page('my_page')) { ?> <ul> <?php global $post; $myposts = get_posts('category=4'); foreach($myposts as $post) : ?> <li><a>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> <?php } ?>Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nested GalleriesIf you have a lot of nested levels it’s much easier to have it handled by a plugin. Just create a directory structure for your images, dump your images, and watch your plugin handle all the links to child galleries.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nested Galleriesit’s possible in lazyest gallery.