jquery ui tabs - conflict

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri May 10, 2013 8:17 pm
Reply with quote
Report this post
Hi
I use on my side "JReviews" with "jquery ui tabs". Behavior of a UI Tabs is very disturbing. When you click on a tab, the browser moves to center. With the standard Joomla template it works fine. Is there a solution for this?
User avatar
Fresh Boarder

GK User
Fri May 10, 2013 8:23 pm
Reply with quote
Report this post
Please post an url to your site.
User avatar
Moderator

GK User
Fri May 10, 2013 8:30 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sat May 11, 2013 10:53 am
Reply with quote
Report this post
For those who have the same problem, here's a solution from the JReviews forum:

Try editing this file:
.../gk_news/js/gk.scripts.js

and remove these two lines:
Code: Select all
// smooth anchor scrolling
new SmoothScroll();


it works fine for me

Andy
User avatar
Fresh Boarder

GK User
Sat May 11, 2013 8:50 pm
Reply with quote
Report this post
You were faster than me :). The code should look like this to disable smooth scrolling to anchors on same page:
Code: Select all
// smooth anchor scrolling
// new SmoothScroll();
User avatar
Moderator


cron