• Resolved stigekalder

    (@stigekalder)


    Good day,
    I have an issue in Chrome & Edge with my gallery of Youtube videos.
    As you can see from my photo, the left column videos turn up as blank, and the link does not work.
    I use Space Gallery 2.
    In Firefox, it works ok.
    Best regards,
    Niels

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

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

    (@totalsoft)

    Hello, dear stigekalder.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our TS-VG-WPC.php file. Find code

    -webkit-column-count: <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>;
    -moz-column-count: <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>;
    column-count: <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?>;

    Please edit the code and write like this.

    display:flex;
    flex-wrap: wrap;

    Plugin Author totalsoft

    (@totalsoft)

    Edit our TS-VG-WPC.php file. On the line 5169 adding.

    width: 100%;

    Please edit the code and write like this.

    width: calc(100% / <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_02;?> – <?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_03;?>px) !important;

    Plugin Author totalsoft

    (@totalsoft)

    Edit our Total-Soft-Gallery-Video-Admin.css file. Find code

    .TS_GV_Option_Div div.TS_GV_Option_Div1 .Total_Soft_Gallery_Video_AMD .TS_Free_version_Span{ color: #41ccff; font-weight: 900; }

    Please edit the code and write like this.

    .TS_Free_version_Span{ color: #41ccff; font-weight: 900; }

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Left column videos are blank in Chrome & Edge’ is closed to new replies.