• Resolved concepts099

    (@concepts099)


    Hi There,

    I am using Lightbox gallery-Portfolio 15. When I click on any image from the gallery the pop-up images appear full screen and are blur. Is there any specific size and resolution for these images?

    How do I manage the pop-up size. Kindly resolve my issue.

    Thanks,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear concepts099.

    We looked and the portfolio works great on your site. Your entire image is very small. That’s why it shows you so.

    Thank You.

    Thread Starter concepts099

    (@concepts099)

    Thanks for your reply.

    Ideally what should be the file size and resolution for pop-up.Now I am using portfolio-6

    In responsive mode the navigation(Filters)are lefr aligned. How do I align them in center.

    Best Regard

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear concepts099.

    To solve your problem, edit the plugin file Totaol-Soft-Portfolio Widget.php. Please deleted this code after line 16072.

    jQuery(“.TotalSoft_PG_LG_Container_<?php echo $Total_Soft_Portfolio;?> .fullscreen-background”).css(“background-color”,”#333″);

    Please deleted this code after line 13969.

    TotalSoft_PG_LG_Box_<?php echo $Total_Soft_Portfolio;?>.selected<?php echo $Total_Soft_Portfolio;?> { opacity: 0; }

    Plugin Author totalsoft

    (@totalsoft)

    After the 16141 line put this code:

    <script type = “text / javascript”>
    jQuery (‘input [type = checkbox]’). on (‘change’, function (e) {
    if (jQuery (‘input [type = checkbox]: checked’). length> 2) {
    jQuery (this) .prop (‘checked’, false);
    }
    });
    </script>

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Popup images appear blur’ is closed to new replies.