Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2016 at 4:36 am #993710Hi,
This module does not update for a long time but you can use this way to fix the problem on your site
Open modules/mod_jaanimation/elements/assets/js/jadepend.js file
find and change
- start: function(){
- $(document.adminForm).getElements('h4.block-head').each(function(el){
- this.closest(el, 'li, div.control-group').addClass('segment')
- }, this);
- $(document.adminForm).getElements('.hideanchor').each(function(el){
- this.closest(el, 'li, div.control-group').addClass('hide');
- }, this);
- this.update();
- }
to
- start: function(){
- document.adminForm.getElements('h4.block-head').each(function(el){
- this.closest(el, 'li, div.control-group').addClass('segment')
- }, this);
- document.adminForm.getElements('.hideanchor').each(function(el){
- this.closest(el, 'li, div.control-group').addClass('hide');
- }, this);
- this.update();
- }
Hope it helps
Regards
erickpaulino Frienderickpaulino
- Join date:
- May 2013
- Posts:
- 78
- Downloads:
- 12
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
December 12, 2016 at 8:24 pm #993952Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2016 at 10:46 am #994252Hi,
You can rollback any your changed on your site and give me the URL of your site, admin login and FTP account via private reply. I will check it for you
Regards
erickpaulino Frienderickpaulino
- Join date:
- May 2013
- Posts:
- 78
- Downloads:
- 12
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
December 13, 2016 at 12:06 pm #994278This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 14, 2016 at 2:05 am #994454This reply has been marked as private.erickpaulino Frienderickpaulino
- Join date:
- May 2013
- Posts:
- 78
- Downloads:
- 12
- Uploads:
- 25
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
December 14, 2016 at 5:11 pm #994667Hello,
I have added an exception to this file in .htaccess under Admin Tools and… whoaa, it worked.
Thank you!
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by erickpaulino 8 years ago.
The topic ‘Button "Save" not working.’ is closed to new replies.