• Resolved thim40

    (@thim40)


    Hello.
    for no reason, in general option in any galleries, if I say for example the size (image width), the title option (Show Title) and description (Show Description) remains frozen in NO.
    When I put YES and then update to save, it comes back to NO.

    thanks

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

    (@totalsoft)

    Hello, dear thim40.

    Can you tell us what type of gallery do you want to use? That we can help you.

    Thank you.

    Thread Starter thim40

    (@thim40)

    Hello

    At the base I use the type of gallery “Grid Video Gallery 1 or Grid Video Gallery 2” but after trial, this happens with all types of galleries. The problem is general.
    I tried to disable the plugin then re activated, I tried to uninstall it and reinstall, I tried to clear the cache, I tried to remove the type of gallery to make a reset.
    But nothing works and I absolutely need your plugin because it is the only one that meets my expectations.

    thank you

    • This reply was modified 5 years, 11 months ago by thim40.
    Plugin Author totalsoft

    (@totalsoft)

    Dear thim40.

    To solve your problem, edit the plugin’s Widget.php file. Please find these codes: those are in the 291 and 304 lines .

    <input class = “cmn-toggle cmn-toggle-yes-no” type = “checkbox” id = “TotalSoft_GV_GG_01” name = “TotalSoft_GV_GG_01”

    and

    <input class = “cmn-toggle cmn-toggle-yes-no” type = “checkbox” id = “TotalSoft_GV_GG_02” name = “TotalSoft_GV_GG_02″>

    In the place of these codes put these ”

    <input class = “cmn-toggle cmn-toggle-yes-no” type = “checkbox” id = “TotalSoft_GV_GG_01” name = “TotalSoft_GV_GG_01” <? php echo $ TotalSoft_GV_GG_01;? >>

    and
    <input class = “cmn-toggle cmn-toggle-yes-no” type = “checkbox” id = “TotalSoft_GV_GG_02” name = “TotalSoft_GV_GG_02” <? php echo $ TotalSoft_GV_GG_02;? >>

    Thank You.

    Plugin Author totalsoft

    (@totalsoft)

    In the same folder, find this code in the18- th line :

    if (check_admin_referer (‘edit-menu_’, ‘TS_VGallery_Nonce’))
    {

    after that add this

    $ TotalSoft_GV_GG_01 = sanitize_text_field ($ _ POST [‘TotalSoft_GV_GG_01’]);
    $ TotalSoft_GV_GG_02 = sanitize_text_field ($ _ POST [‘TotalSoft_GV_GG_02’]);

    in the 43-n line find this

    if (isset ($ _ POST [‘Total_Soft_Gallery_Video_Update_Option’]))
    {
    and from the top of this code add the following

    if ($ TotalSoft_GV_GG_01 == ‘on’) {$ TotalSoft_GV_GG_01 = ‘true’; } else {$ TotalSoft_GV_GG_01 = ‘false’; }
    if ($ TotalSoft_GV_GG_02 == ‘on’) {$ TotalSoft_GV_GG_02 = ‘true’; } else {$ TotalSoft_GV_GG_02 = ‘false’; }

    Plugin Author totalsoft

    (@totalsoft)

    In the same folder finf this code

    if($TotalSoftGalleryV_SetType == ‘Grid Video Gallery’)
    {

    after that there is acode which starting like this:

    $wpdb->query

    Please, delete all the code from that line and add this code:

    $wpdb->query($wpdb->prepare(“UPDATE $table_name4_1 set TotalSoftGalleryV_SetName = %s, TotalSoftGalleryV_SetType = %s, TotalSoft_GV_1_01 = %s, TotalSoft_GV_1_02 = %s, TotalSoft_GV_1_03 = %s, TotalSoft_GV_1_04 = %s, TotalSoft_GV_1_05 = %s, TotalSoft_GV_1_06 = %s, TotalSoft_GV_1_07 = %s, TotalSoft_GV_1_08 = %s, TotalSoft_GV_1_11 = %s, TotalSoft_GV_1_19 = %s, TotalSoft_GV_1_22 = %s, TotalSoft_GV_1_24 = %s, TotalSoft_GV_1_35 = %s, TotalSoft_GV_1_39 = %s WHERE TotalSoftGalleryV_SetID = %d”, $TotalSoftGalleryV_SetName, $TotalSoftGalleryV_SetType, $TotalSoft_GV_GG_01, $TotalSoft_GV_GG_02, $TotalSoft_GV_GG_03, $TotalSoft_GV_GG_04, $TotalSoft_GV_GG_05, $TotalSoft_GV_GG_06, $TotalSoft_GV_GG_07, $TotalSoft_GV_GG_08, $TotalSoft_GV_GG_11, $TotalSoft_GV_GG_19, $TotalSoft_GV_GG_22, $TotalSoft_GV_GG_24, $TotalSoft_GV_GG_35, $TotalSoft_GV_GG_39, $Total_SoftGallery_Video_Update));

    In the next version this issue will be solved.

    Thank You

    Thread Starter thim40

    (@thim40)

    hello and thank you for your answer.

    But what file widget.php are you talking about?
    Because I have the free version. And when I edit the file “Total-Soft-Gallery-Video-Widget.php” no line matches what you tell me. And I do not see any other .php file
    Sorry but I’m not new to the field, I’m waiting for your answer.

    thank you

    Plugin Author totalsoft

    (@totalsoft)

    Dear thim40.

    Please, for the mistake. Do the same changes in this folder Total-Soft-Gallery-Video-Settings.

    Thread Starter thim40

    (@thim40)

    sorry but I can not, I have errors. Either you do not give me the right lines and instructions or I’m struggling …

    Thread Starter thim40

    (@thim40)

    it’s getting worse.
    can you give me the file edit? or update the plugin?
    because I can not do it the explanations are not detailed enough or do not fit

    • This reply was modified 5 years, 11 months ago by thim40.
    Plugin Author totalsoft

    (@totalsoft)

    Dear thim40.

    We will do update the plugin in a few days.

    Can you find through codes? Try by this way.

    You can delete and download the plugin again. You will not lose anything.

    Thread Starter thim40

    (@thim40)

    okay.
    I will try the modification but there must be an error because I still have an error code before the access to the general option. SInon I would wait for the update

    Thread Starter thim40

    (@thim40)

    Hello,
    when are you going to update to fix this bug? because I can not do it with your instructions. I get a new error.

    Hello, any updates?

    Plugin Author totalsoft

    (@totalsoft)

    Hello, dear thim40.

    We will do the update within 7 days. Please wait. Sorry for any inconvenience.

    Thank you.

    Thread Starter thim40

    (@thim40)

    OK, thanks. I look forward to it because several customers impacted …

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘title does not stay ON in general option’ is closed to new replies.