By Philip Westover on Monday, 27 January 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 1K
Votes 0
The below error is shown at the bottom of my ES profile pages. Any suggestions?

').addClass('es-container responsive').append(sidebar); toggle.after(container); } else { var container = $('.es-container.responsive'), origContainer = $('.es-container'); origContainer.prepend(sidebar); container.remove(); } }; // Run once on document ready $(function() { checkSidebarPosition(); }); // Run everytime responsive is fired $('.es-responsive').on('responsive', function() { checkSidebarPosition(); }); });

Thanks -- Philip
Hello Philip,

Sorry for late reply to this,
I have help you fixed it what my colleague mentioned in that post thread. Please have a check.
·
Tuesday, 28 January 2014 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect. Thanks for the fix!
·
Tuesday, 28 January 2014 00:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

You're welcome, glad to heard your issues resolved.
·
Tuesday, 28 January 2014 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post