• Hi!

    We are setting up a couple of galleries via the nextgen-gallery-plugin and face a problem. When the fancybox opens, the description of each picture can be displayed either over or inside the fancybox.

    However we would like the description to appear on the right side of the fancybox. Can anyone help?

    This is the place where you can configure inside or above:

    wordpress/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/static/fancybox/nextgen_fancybox_init.js

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • @nicolas T., in fancybox the description text is centered *under* the image (inside the white border) by default.
    I don’t know if I understand what you mean with “right side”, but if you want to align the text to the right you can do it with CSS

    .fancybox-title-inside {
        text-align: right;
    }
    Plugin Contributor photocrati

    (@photocrati)

    Thanks for the help here @tizz 🙂

    -Becky

    Thread Starter plant-based power

    (@nicolas-t-1)

    Hi tizz, hi photocrati!

    Thanks for the fast reply! Actually the problem we face is a little more complicated. If you have a look at our product gallery you see, that after clicking a picture it opens and the description text is beneath it. However this is not comfortable because viewers have to scroll down to see the description.

    http://vegan-taste-week.de/produktguide/milchprodukt-alternativen

    What we would like to do is to advice the plug-in to put the description text on the right side of the picture. So you see the picture and the text on the same height of the page, side by side. Scrolling is not neccesary any more then.

    Could you maybe help us with this?

    Thanks for your help!

    http://vegan-taste-week.de/produktguide/milchprodukt-alternativen

    Plugin Contributor photocrati

    (@photocrati)

    @nicolas T. – Your best bet may be to look into a custom template (which may still need some custom CSS) but it should give you some additional control over the layout.

    I would suggest copying the “caption” template that you are currently using as a base.

    Thanks!

    – Cais.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fancybox with text on the right side?’ is closed to new replies.