By Ewan van Rooyen on Friday, 18 April 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 395
Votes 0
Hi

I'm getting the following error on top of my blog pages;

EasyBlog.require() .script('layout/responsive') .done(function($){ $('#ezblog-head #ezblog-search').bind('focus', function(){ $(this).animate({ width: '170'} ); }); $('#ezblog-head #ezblog-search').bind( 'blur' , function(){ $(this).animate({ width: '120'}); }); $('#ezblog-menu').responsive({at: 540, switchTo: 'narrow'}); $('.eb-nav-collapse').responsive({at: 560, switchTo: 'nav-hide'}); $('.btn-eb-navbar').click(function() { $('.eb-nav-collapse').toggleClass("nav-show"); return false; }); });

I tried to switch the Enable responsive layout off, but that breaks the page. It works fine on my localhost.

Can you please assist
Hello Ewan,

It appears that your webhoster had block our access to your site since we are getting this message when we try to view the problem "We’ve noticed suspicious behaviour and you’ve been blocked. Sorry". Please request your webhoster to unblock our IP: 121.121.31.217


Regards
Kheng Wei
·
Friday, 18 April 2014 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ewan,

Can you also please temporarily disable any IP address firewall from the site? I am currently not in the office and I am on a dynamic ip address. It would be pretty difficult to access your site if the site keeps blocking us
·
Saturday, 19 April 2014 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ewan,

After checking this very thoroughly, it looks like something on your site is replacing the word "joomla" and since our css uses the word "eb-joomla", this codes get's replaced and it messes up the output. I have added a fix by removing this form /components/com_easyblog/controller.php and it works fine now
·
Saturday, 19 April 2014 22:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post