• Resolved eliza44liz

    (@eliza44liz)


    Hi, support team,

    I have a problem with video gallery.

    There’s only a problem with Firefox. I use the Space Gallery, and it has 15 videos, but only 12 of them I can see.

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

    (@totalsoft)

    Hello, dear eliza44liz.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our Total-Soft-Gallery-Video-Widget.php file. Find code in line 5140-5144.

               display: grid;
               grid-column-gap:  <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px;
               grid-template-columns: repeat(<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>, 1fr);

    Please edit the code and write like this.

               display: grid;
               grid-column-gap:  <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px;
               grid-template-columns: repeat(<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>, 1fr);
    Plugin Author totalsoft

    (@totalsoft)

    Find code in line 5167.

                  -webkit-column-count: 2;
                    -moz-column-count: 2;
                    column-count: 2;

    Please edit the code and write like this.

    grid-template-columns: repeat(2, 1fr);

    Thank You.
    Sincerely, Total-Soft

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

The topic ‘Firefox problem’ is closed to new replies.