Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear Helios-BP,

    If you have the pro version of the plugin, there should be an option for that in Photo Gallery > Themes > your gallery theme > lightbox.

    But if you have the lite version, please give us the link to your gallery page.

    Thank you.

    Thread Starter Helios-BP

    (@helios-bp)

    We have the lite version:

    example:
    https://benoist.fr/cheminees/bois/les-contemporaines/gamme-totem/

    Best regards

    Plugin Contributor webdorado

    (@webdorado)

    Dear Helios-BP,

    Please try adding the following CSS code to the style.css file of your website’s theme:

    #spider_popup_wrap .fa, div[id^="bwg_container"] .fa {
    	font-size: 20px;
    }

    Thank you.

    Thread Starter Helios-BP

    (@helios-bp)

    a big thank you

    Is this abuse asking if we can add close (x fermer)

    Plugin Contributor webdorado

    (@webdorado)

    Dear Helios-BP,

    Could you please tell us what you’re trying to add a bit more in details?
    Thank you.

    Thread Starter Helios-BP

    (@helios-bp)

    just add the word “close” behind the x

    Thank you

    Thread Starter Helios-BP

    (@helios-bp)

    vertical or horizontal

    Plugin Contributor webdorado

    (@webdorado)

    Dear Helios-BP,

    Please use this CSS code to achieve that:
    .fa-times:after {
    content: “close”;
    }

    Thank you.

    Thread Starter Helios-BP

    (@helios-bp)

    Thank you for your help! This is exactly what we wanted.

    Bests regards
    Sylvain

    Thread Starter Helios-BP

    (@helios-bp)

    Oops little problem. How to put the name of the image left and right close box. Because they overlap

    Thank you
    Sylvain

    Plugin Contributor webdorado

    (@webdorado)

    Dear Sylvain,

    Please enlarge the width of the lightbox.
    Thank you.

    Thread Starter Helios-BP

    (@helios-bp)

    I can not put a larger window and titles are very large. The best would be to have the title flush left and right close box. Or lack of anything better to 2 lines.

    kind regards

    Plugin Contributor webdorado

    (@webdorado)

    Dear Sylvain,

    Please try the following code:

    .bwg_image_info {
    margin: 0 120px;
    }

    Thank you.

    Thread Starter Helios-BP

    (@helios-bp)

    Thank you it is very well

    #spider_popup_wrap .fa, div[id^=”bwg_container”] .fa {
    font-size: 20px; }

    .fa-times:after {
    text-align:right;
    font-weight: bold;
    color:#FF0;
    text-shadow: 1px 2px #F00;
    margin: 0px 10px;
    content: “fermer”; }

    .bwg_image_info {
    text-align:center;
    margin: 0px 0px;
    }

    Thread Starter Helios-BP

    (@helios-bp)

    a big thank you for your help

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Photo Gallery : Close button’ is closed to new replies.