• Resolved stigekalder

    (@stigekalder)


    For other columns, the play button in the center of the video as well as the “click here” button below the video are inactive.

    This problem only applies to Chrome on Windows, as far as I can judge.
    I use wordpress theme “Spacious” and the free version of your plugin.

    PS: Thanks for an otherwise very fine plugin !

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

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

    (@totalsoft)

    Dear stigekalder.

    Thank You for contacting with us and for telling us about your problem. We checked the plugin on your page and found the reason why you have that problem. Please edit the widget.php file of our plugin. Find there this class:

    .TotalSoft_GV_SG_Item_<?php echo $Total_Soft_Gallery_Video;?>

    and add this part to that class:

    transform: translateZ(0); -moz-transform: translateZ(0); -webkit-transform: translateZ(0);

    It will solve your problem.

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    You mean the plugin Total-Soft-Gallery-Video-Widget.php ?
    Sorry I’m not much into php.
    I don’t get any hits for “.TotalSoft_GV_SG_Item_<?php echo $Total_Soft_Gallery_Video;?>” if I make a search (have downloaded it and edit with Notepad++).
    Can you inform after which line number I can insert the extra line ?
    (In total, the file has 25639 lines in Notepad++).
    Thanks.

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    Thank You for your response. You are about right file. It’s on 10004 line.

    Please make changes and let us know about the results.

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    Hi again,

    I made the change and replaced your original file with my changed file, but it does not change anything. I have uploaded the php file also to the root of nielsbrandt.net, maybe you can check if my change is ok ? I put the extra line after line 10003 which is an if structure.

    I think often with Chrome, it does not easily respect changes to php files.
    I have cleared all cache and checked again but links are still missing.
    What more can I do to test ?

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    I have checked the page which you published, and there I can’t find any changes. Maybe you installed not in correct place, Please check that part. There must be written this code:

    -webkit-column-break-inside: avoid;

    add it before that row.

    Thank You.

    Thread Starter stigekalder

    (@stigekalder)

    Hi again,

    Super – I found your line as line number 20011 and made the chage as you outline.
    And all videolinks now works.

    Do you make this fix in your own code, so that it is fixed next time you update the plugin ?

    Plugin Author totalsoft

    (@totalsoft)

    Dear stigekalder.

    Of course we will include it on our next updates. Thank You for using our plugin.

    Thank You.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Space Gallery 1/2 – video links only work in first column’ is closed to new replies.