Support » Themes and Templates » BWS Gallery Plugin/Page Display Issue

  • Resolved Andy

    (@symptomlesscoma)


    Hi

    I am currently using the free version of the BWS Galler plugin.

    I can build a gallery and insert a gallery link, no problem. The issue I am having is that when you click the link to the gallery, the gallery seems to display itself across the default 2 column layout for the Twenty Eleven theme. It moves the standard side-bar down slightly, instead of displaying where it should.

    Example link: http://thatstypical.me/gallery/191-2/

    My question is:

    1) is there any way to fix this, so that the sidebar displays where it should (just under the menu). Or

    2) is there a way to make the gallery appear on a custom layout page where I can just remove the menu?

    Any help would be appreciated.
    Cheers,
    Andy

Viewing 4 replies - 1 through 4 (of 4 total)
  • It took me a while to figure this one out. It’s actually a conflict between this plugin and this theme.

    Don’t get me wrong, both of them are good, it’s just that they are not compatible.

    Twentyeleven doesn’t call a sidebar in single template, the CSS for single template is for full width content. This plugin does a lot, it creates custom post type and call its own template for that post type and that template calls standard sidebar into it.

    Another problem is that the lightbox effect of this plugin doesn’t have z-index higher than header area of Twentyeleven, when the effect is active you see the header image and menu without the opacity mask.

    There are ways to fix all these, but it doesn’t worth the effort considering the usage of this functionality currently in used in your site, you could just go with WP native gallery shortcode along with one of many available lightbox script plugins and you are all set.

    Thread Starter Andy

    (@symptomlesscoma)

    Ah… thanks… I did wonder if it might be some sort of scripting conflict…

    Any suggestions for a better plugin?

    Being new to both WP and PHP, I wanted something quick and easy as I’m not used to programming either.

    Many thanks,
    Andy

    WP already provides the functionality in gallery shortcode
    http://codex.wordpress.org/Gallery_Shortcode

    but people seem to ignore using it, and often go around with plugins that do too much and over the time the site is tied down to specific plugin or theme.

    Here is what I would do.

    When creating a post, tag (or categorize) it with “gallery” or other name as you like, the point of doing this is so that we can use the archive link in the menu later.

    For theme that has post format, I would strongly suggest not using it, just creat normal (standard) post and use tag and/or category to group your content.

    When edition a post, upload images via Add Media of that post’s editing screen, do not upload images via the Media Library itself. By uploading images directly to the post, you are making images become child of that post, then in the content area just put this in

    [gallery link="file"]

    That will create a 3 column gallery that each image is linked to file.

    [gallery link="file" columns="5"]

    This will make a 5 columns gallery with image linked to file.

    For the effect, you can use any lightbox script plugins. Try one that’s simple like this
    http://wordpress.org/extend/plugins/simple-colorbox/

    And you have the flexibility of choosing and changing the script down the road. Even not using one at all, the gallery still work and linked to image file is the best for users.

    Thread Starter Andy

    (@symptomlesscoma)

    Thanks, although you kinda lost me there… lol – like I said, REALLY new to WP.

    I’ll do some looking around though,
    thanks for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BWS Gallery Plugin/Page Display Issue’ is closed to new replies.