• Resolved dilshod22

    (@dilshod22)


    How to disable the popup. When clicking on the image, we don’t want the popup to open. We want to use the Elastic Gallery theme.

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

    (@totalsoft)

    Hello, dear dilshod22.

    I have passed your case to our Development Team and they have created a new PHP code to achieve your desired result.

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

    data-poster=”<?php echo $TS_GV_EG_PSR; ?>” onclick=’TotalsofthPIcon(this)’

    Please edit the code and write like this.

    data-poster=”<?php echo $TS_GV_EG_PSR; ?>” onclick=”TotalsoftLink<?php echo $Total_Soft_Gallery_Video; ?>(‘<?php echo $Total_Soft_GalleryV_Videos[$i]->TotalSoftGallery_Video_VLink; ?>’,<?php echo $i + 1; ?>)”

    Plugin Author totalsoft

    (@totalsoft)

    Edit our Total-Soft-Gallery-Video-Widget.php file. Find code in line 9702 and change

    data-poster=”<?php echo $TS_GV_EG_PSR; ?>” onclick=’TotalsofthPIcon(this)’>

    Please edit the code and write like this.

    data-poster=”<?php echo $TS_GV_EG_PSR; ?>” onclick=”TotalsoftLink<?php echo $Total_Soft_Gallery_Video; ?>(‘<?php echo $Total_Soft_GalleryV_Videos[$i]->TotalSoftGallery_Video_VLink; ?>’,<?php echo $i + 1; ?>)”>

    Plugin Author totalsoft

    (@totalsoft)

    Edit our Total-Soft-Gallery-Video-Widget.php file. Find code in line 9726 and change

    data-poster=”<?php echo $TS_GV_EG_PSR; ?>” onclick=’TotalsofthPIcon(this)’>

    Please edit the code and write like this.

    data-poster=”<?php echo $TS_GV_EG_PSR; ?>” onclick=”TotalsoftLink<?php echo $Total_Soft_Gallery_Video; ?>(‘<?php echo $Total_Soft_GalleryV_Videos[$i]->TotalSoftGallery_Video_VLink; ?>’,<?php echo $i + 1; ?>)”>

    Do not forget to clear the cache afterward.

    Thank You.

    Sincerely, Total-Soft

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

The topic ‘Remove popup’ is closed to new replies.