• Hello

    looks like it does not take images that are not within post content in to account.
    Usual lightboxes at have at least some class that the plugin reacts to or rel attribute, that way we can let the lightbox act on places we need.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roman Fl?ssler

    (@florcz)

    Hello,

    Story Show Gallery tries to avoid image galleries created by other plugins. But you can deactivate this behaviour in the System tab. It is choice labeled as “If you uncheck this, SSG gallery will try to override lightbox from other WordPress gallery plugins.”

    I planning to add class which will have priority.

    Otherwise SSG takes into account every image hypelink on the page. The image itself (thumbnail) isn’t so important, the important part is the hyperlink which points to some large image. That large image will be displayed inside SSG lightbox.

    It means something like this has to be in the source code:
    <a href='BigImage.jpg'> <img src='thumbnail.jpg'> </a> or just
    <a href='BigImage.jpg'> text link to image </a>.

    Thread Starter 2046

    (@o-o)

    there are links like that..
    never mind I think I’ll try to implement it from github my self.
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘does not work outside content images’ is closed to new replies.