By Kaloyan Banev on Wednesday, 01 January 2014
Posted in General Issues
Replies 13
Likes 0
Views 1.2K
Votes 0
Hello friends from StackIdeas,

Happy New Year 2014!

I recently runned on an issue on member profile pages, for example: http://www.webmaisterpro.com/profile/43-kalseo.html

At the bottom of every user profile I see these code appearing and I can not trace the problem, might be EasySocial, might be Gantry template or some module that is causing this code to appear:

').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(); }); }); 


Kind regards
Kal
Hello Kaloyan,

I can't really see the exact error either but it doesn't seem to be coming from EasySocial. It seems to be coming from the adsense scripts http://screencast.com/t/nEzC4sfyf
·
Wednesday, 01 January 2014 15:08
·
0 Likes
·
0 Votes
·
0 Comments
·
I thought so at first, but it is very strange that error appear only on EasySocial use profile page, AdSense is site-wide.

I will check all, there are few ads extensions installed, I will take all down and see if it will help.

Thanks, Mark!

Cheers
Kal
·
Wednesday, 01 January 2014 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, let me know how this goes as I am curious too.
·
Thursday, 02 January 2014 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Any solution to this? I also have the same error [which displays at the bottom of user profiles]. Here it is in full:

').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(); }); });
·
Friday, 24 January 2014 00:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

Can you please start a new thread and also provide us with the back end and FTP access? The back end doesn't seem to work
·
Friday, 24 January 2014 01:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I haven't found a solution yet. Mark suggested to turn off AdSense, I did it but it didn't do the trick.

No idea, what can cause this.
·
Friday, 24 January 2014 08:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I've added a patch on your site. Can you give it a try again and see?

The fix to this is:

/components/com_easysocial/themes/wireframe/profile/default.js line 21 and change it to:


var container = $('<div>').addClass('es-container responsive').append(sidebar);
·
Friday, 24 January 2014 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Problem is gone!

Thanks Jason
·
Friday, 24 January 2014 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 24 January 2014 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry for the delayed response, Mark. As requested, I opened a new thread here: http://stackideas.com/forums/php-error-at-the-bottom-of-the-profile-page.
·
Monday, 27 January 2014 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

I have replied on that post thread, please have a check.
·
Tuesday, 28 January 2014 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Great -- thanks.
·
Tuesday, 28 January 2014 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Philip,

You're welcome.
·
Tuesday, 28 January 2014 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post