Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vova Feldman

    (@svovaf)

    Can you please elaborate about lightbox, I’m not familiar with that.

    Thread Starter cjohnson26

    (@cjohnson26)

    A light box is when you click on a picture, and it opens up in a overlaying window on top of the current page without opening a new page. You can google “lightbox” and get an idea of what it looks like.

    Plugin Author Vova Feldman

    (@svovaf)

    Yes you can! but you must have programming skills to achieve it.

    You’ll have to add our rating container html into the lightbox html:
    <div class="rw-ui-container rw-urid-<?php echo $img->unique_integer_id; ?>"></div>
    and render it after the lightbox load using:
    RW.render();

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rating Widget in LightBox’ is closed to new replies.