JReviews conflict template music

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu Dec 13, 2012 5:47 pm
Hi I'm using JReviews and I have a issue of conflict with the template music.

This is the issue:

When I click the second tab 2 (or tab 3) all the text moves up and
hiding breadcrumbs

This is how it looks to the first time (all ok):

http://www.veggiefriends.it/component/c ... -luna.html


As it appears after pressing the tab 2 (all the text moves up):
http://www.veggiefriends.it/component/c ... .html#tab2


I attach a screenshot:

bread--.jpg



This is the answer of the support JReviews:

Something on your site is conflicting with jQuery UI tabs, most likely some script in your Joomla template.
Notice that when you click on a second tab that the #tab2 is appended to the url. That should not happen, check how it works on the demo site:
http://media.reviewsforjoomla.com/resta ... ville-east
(the url never changes when you click on tabs).

I see some "SmoothScrolling" script loaded by your Joomla template, it is possible that this script is causing problems.
User avatar
Junior Boarder

Konrad M
Fri Dec 14, 2012 8:42 am
Hi,
please go to css/template.css and find (line 123):
Code: Select all
#gkMain {
padding: 0;
overflow: hidden;
clear: both;
}

and change it to:
Code: Select all
#gkMain {
padding: 0;
clear: both;
}
User avatar

GK User
Fri Dec 14, 2012 11:49 am
Thank you!
It works, but there is another problem.
Now breadcrumb, is united at the menu.

I attach picture

space.jpg


http://veggiefriends.it/component/content/article/33-bed-breakfast/60-al-villaggio-olimpico-bandb.html



Thanks
User avatar
Junior Boarder

Konrad M
Fri Dec 14, 2012 11:52 am
Please try add to override.css
Code: Select all
#gkMainMenu {
margin-bottom: 25px;
}

and decrease or increase this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Sat Dec 15, 2012 1:34 am
It works great, thanks!
[Solved]
User avatar
Junior Boarder


cron