• Resolved desi7892

    (@desi7892)


    Hello,
    Why does the Classic gallery does not have a close button? I can close the window with the video only if I click somewhere within the content of the article (Note that if I click on the right side or left side it still does not close)

    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)

    Hello dear desi7892.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, please edit the widget.php file of our plugin. Set this code the 10732 line.

    top: 2em;

    When You will do this all correctly, after that you will not have such a problem.

    Thank you very much

    Thread Starter desi7892

    (@desi7892)

    Hello,

    Thank you for your response. In which folder do I find this file?

    Plugin Author totalsoft

    (@totalsoft)

    Dear desi7892.

    Here: Total-Soft-Gallery-Video-Widget.php

    Thank You.

    Thread Starter desi7892

    (@desi7892)

    Thank you, found it, but are you sure that it should be added to this line? Because when I did add it there, the video stopped working completely. I am no PHP programmer but this looks weird to me

    jQuery(‘.TS_GV_ClG_Div_Full_’+id).animate({‘width’:’100%’, ‘height’:’100%’,’top’:’0′,’left’:’0′},500);
    top: 2em;
    setTimeout(function(){
    jQuery(‘.TS_GV_ClG_Div_box_’+id).css({‘display’:’flex’,’display’:’-webkit-flex’});

    • This reply was modified 7 years, 7 months ago by desi7892.
    Plugin Author totalsoft

    (@totalsoft)

    Dear desi7892.

    You changed the code in the wrong place. You do the changes not in that place where I said You.

    Please find this code:

    .TS_GV_ClG_Div_Close_Icon _ <? Php echo $ Total_Soft_Gallery_Video;?>
    {
    position: fixed;
    display: none;
    top: 1em;
    right: 1em;
    color: <? php echo $ TotalSoftGallery_Video_Opt1 [0] -> TotalSoft_GV_1_30;?>;

    There, change and write like this

    top: 2em;

    Thank You.

    Thread Starter desi7892

    (@desi7892)

    Thank you very much, I could not find it because according to NetBeans and Pspad this is a line number 10021. Now it is working :))

    Plugin Author totalsoft

    (@totalsoft)

    Dear desi7892.

    Thank you for Your reply. I am very glad that we were able to help You with the problem.

    Thank You that You use Our plugin.

    We always happy to help You.

    Thank you so much.

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

The topic ‘Close button’ is closed to new replies.