• Resolved federicaleonori

    (@federicaleonori)


    Good morning, I make a copy of a type of gallery but it’s not possible to modify it. How can I fix this problem?

    Thank you

    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 federicaleonori.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, edit our Total-Soft-Gallery-Video-Admin.js file. Find code in line 932

    jQuery(‘.Total_Soft_VGallery_Color’).alphaColorPicker();
    jQuery(‘.Total_Soft_VGallery_Color1’).alphaColorPicker();
    jQuery(‘.wp-picker-holder’).addClass(‘alpha-picker-holder’);

    Please edit the code and write like this.

    setTimeout(function(){
    jQuery(‘.Total_Soft_VGallery_Color’).alphaColorPicker();
    jQuery(‘.Total_Soft_VGallery_Color1’).alphaColorPicker();
    jQuery(‘.wp-picker-holder’).addClass(‘alpha-picker-holder’);
    },2500)

    Plugin Author totalsoft

    (@totalsoft)

    Find code in line 1238

    },500)

    Please edit the code and write like this.
    },1500)

    Plugin Author totalsoft

    (@totalsoft)

    edit our Total-Soft-Gallery-Video-Ajax.php file. Find code in line 3772

    in line 186add

    % s

    And after that will do update the plugin, and in the new version, that problem will be solved.

    Thanks & Regards

    Thread Starter federicaleonori

    (@federicaleonori)

    Great job
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modify video gallery’ is closed to new replies.