• Resolved dagmaradrewniak

    (@dagmaradrewniak)


    hi, i would like to know if is any possibility to remove frames from images, without removing space between them?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi dagmaradrewniak,

    Can you send a snapshot?
    I think you want to remove padding space from images.
    Try below code into Custom CSS field of plugin setting.

    
    .thumbnail {
         padding: 0px !important;
    }
    

    Let us know. If CSS code did not work then share your gallery URL.
    Thanks for using our plugin.

    • This reply was modified 8 years, 3 months ago by A WP Life.
    Thread Starter dagmaradrewniak

    (@dagmaradrewniak)

    as I wrote I want to know if is any possibility to remove frames from images, without removing space between them? so I want padding, i don’t want frames like on this site – https://ezkystudio.com/3d/

    also i have question about responsive lightbox on mobiles – this isn’t working, what should i do?

    Plugin Author A WP Life

    (@awordpresslife)

    Hi dagmaradrewniak,

    Try below code into Custom CSS field of plugin setting.

    For remove frames :

    .thumbnail {
        border: medium none !important;
    }

    For responsive lightbox :

    .ekko-lightbox-container img {
        width: 100% !important;
    }

    Thank you

    Thread Starter dagmaradrewniak

    (@dagmaradrewniak)

    thank you so much, everything works perfect!

    I have last question about ‘all’ title – as you can see at the link from my earlier message i change color of titles to blue, but for ‘all’ section this isn’t working – therefore when i change my section to ‘inne’ title ‘all’ is not visible. what should i do?

    Plugin Author A WP Life

    (@awordpresslife)

    Hi dagmaradrewniak,

    Try below code into Custom CSS field of plugin setting.

    .simplefilter li {
        border: medium none !important;
        color: #43c2cc !important;
    }

    Could we ask for a small favor for us?
    Please leave a valuable feedback for our plugin & support

    We will grateful to you.

    Thank you very much!!!

    Thread Starter dagmaradrewniak

    (@dagmaradrewniak)

    thank you so much again, of course i can leave feedback, have a nice day ??

    Thread Starter dagmaradrewniak

    (@dagmaradrewniak)

    hello, i have one more question, i didn’t noticed this issue before.

    for example on this site: https://ezkystudio.com/3d/ after gallery i have white-gray rectangle, how can i delete this?

    Plugin Author A WP Life

    (@awordpresslife)

    hi,

    We have removed that gray rectangle in plugin’s new version.

    So please update your plugin in update version 0.0.8.1 and let us know.

    Thanks

    Thread Starter dagmaradrewniak

    (@dagmaradrewniak)

    actually this change nothing ??

    Plugin Author A WP Life

    (@awordpresslife)

    Hi,

    We have double checked our latest plugin version 0.0.8.1, there is no white-gray rectangle area into our plugin code. you can also check output file like filter-gallery-shortcode.php, pfg-bootstrap-lightbox.php.

    Please make sure you have updated the plugin version 0.0.8.1. please contact here, our developer will help you more.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘frames’ is closed to new replies.