• Resolved goldenguide

    (@goldenguide)


    HEllo
    why there is no title under each video when I use a mobile like iPhone or iPad ?

    and open a video page is really long… can you make it faster ?

    Regards
    Thanks

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

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

    (@totalsoft)

    Hello, dear goldenguide.

    Our team is currently working on the problem. In The next version the problem will be fixed.

    Plugin Author totalsoft

    (@totalsoft)

    To solve your problem, edit our TS-VG-WEF.php file. Find code in lines 2800, 2822 and 2844.

    <span class='Totalsoft_VT' style='font-family:<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_10; ?>;color:<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_11; ?>'>

    Please edit the code and write like this.

    <span class='Totalsoft_VT' style='font-family:<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_10; ?>;color:<?php echo $TotalSoftGallery_Video_Opt2[0]->TotalSoft_GV_2_02; ?>'>

    Plugin Author totalsoft

    (@totalsoft)

    Find code in line 2909.

    <input type='text' style='display:none;' class='TS_VG_FG_Color' value='<?php echo $TotalSoftGallery_Video_Opt1[0]->TotalSoft_GV_1_11; ?>'>

    Please edit the code and write like this.

    <input type='text' style='display:none;' class='TS_VG_FG_Color' value='<?php echo $TotalSoftGallery_Video_Opt2[0]->TotalSoft_GV_2_02; ?>'>

    Thank You.

    Thread Starter goldenguide

    (@goldenguide)

    hello
    I just saw your new update and you already modified those 3 lines (2800-2822-2909) of the TS-VG-WEF.php file.

    I edited this file and saw that.

    But that s still not running. can you check it ?

    Regards

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

The topic ‘Title in mobile mode’ is closed to new replies.