-
AuthorPosts
-
toonetcreation Friend
toonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 3, 2017 at 9:52 am #1078451Hello,
I’m using JA Medicare template and JA Masthead module for pages titles. When I edit JA Masthead module to add pages titles, sometimes, after saving modifications when I come back to my main website front-end I get this error message (see attached file).
Then I come back to JA Masthead module back-end and If I save again, the error message has disappeared on website front-end.
Do you know why?
Thanks
- This topic was modified 6 years, 11 months ago by toonetcreation.
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 3, 2017 at 10:00 am #1078453other info, when I save for the first time and when I get the error message on website front-end, If I come back to JA Masthead module back-end, the last lines added have not been saved for the background image.
See attached file.
Then if I save again, modifications are saved.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 4, 2017 at 4:15 am #1078535Hi
I got the same report but I am not able to replicate it.
Can you share the exact steps to replicate it or post a temp super user details with page details on which you are facing this issue
So i can check and help you to fix this issue.Regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 4, 2017 at 8:10 am #1078588Ok no problem.
Here are the steps, check this link to download the video.If you need admin access tell me.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 4, 2017 at 9:14 am #1078620This reply has been marked as private.toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 4, 2017 at 9:28 am #1078628Ok I have updated Site access information area on my first post.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 5, 2017 at 1:32 am #1078968Hi
Thanks, I am checking it with the development team, I will give you an update on this soon.Regards
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
December 5, 2017 at 2:54 am #1079038Hi.
It seems that the bug only occurs on your site specific. Please post your ftp account in private so I could check for you.
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
December 5, 2017 at 9:20 am #1079146ok no problem.
do you still need admin access?Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
December 5, 2017 at 10:27 am #1079166Hi.
You could try this.
Edit the file : modules/mod_jamasthead/asset/elements/jaitems/jalist.js
Change the code:
JAList.prototype.clone_row = function (btn) { var $btn = $(btn), $row = $btn.parents('tr').first(), idx = this.$element.data('index'); this.$element.data('index', ++idx); jaTools.fixCloneObject($row.jaclone(idx), true); jQuery('.field-media-wrapper').fieldMedia(); jQuery(".hasTooltip").tooltip({"html": true,"container": "body"}); };
To
JAList.prototype.clone_row = function (btn) { var $btn = $(btn), $row = $btn.parents('tr').first(), idx = this.$element.data('index'); this.$element.data('index', ++idx); jaTools.fixCloneObject($row.jaclone(idx).removeClass('first') .removeAttr('class').addClass('index-'+idx) // add this to fix media field joomla 3.7 .insertAfter ($row), true); $newitem = $('.jalist tbody tr.index-'+idx); // fix media field joomla 3.7 $newitem.find('.field-media-wrapper').each(function(){ $media = $(this).clone(false, false); $td = $(this).parent(); $(this).remove(); $td.append($media); $newitem.find('.field-media-wrapper').fieldMedia(); $newitem.find(".hasTooltip").tooltip({"html": true,"container": "body"}); // need to attach data-name again after refresh new row. $newitem.find('input').each(function () { if ($(this).data('name') == undefined && $(this).attr('name') != undefined) { $(this).data('name', $(this).attr('name').replace(/\[\d+\]$/, '')); } }); }); // end fix media field joomla 3.7 };
And save config again.
If the problem still occurs please post your ftp account in private mode
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 9 replies, has 3 voices, and was last updated by Mo0nlight 6 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum