Hi,
This module is fabulous! Does exactly what I need and more..

The one thing I wish for is to be able to prevent the page from jumping down to the tabs when I click on a menu item. I find this a bit distracting. Is it possible to do so?

Comments

pasqualle’s picture

Status: Active » Postponed (maintainer needs more info)

menu item? do you mean the tab link?
the tab link is normally above (or close to the tab content) so the "jump" should not be visible. It is useful when a quicktab is at the bottom of the page, and the tab content would be out of the browser window every time when you click on the tab links, as the browser automatically scrolls up when the tab content gets hidden..

bigknot33’s picture

Thanks for the quick response, Pasqualle.

I do mean the tab link. I'd like to send you an link to the site I'm working on, but it's in beta and not ready for public viewing.

You can see a quick video of what I'm talking about here: [removed video as content is not intended for wide release yet and problem is solved]. I've seen this quirk on a couple of other pages with Quick Tabs, and others that seem fine.

I haven't altered the code or the stylesheet, though I did copy the css files into my custom theme folder.

Bjorn

pasqualle’s picture

I guess you have javascript disabled in your browser, as it makes a full page reload after every click..

bigknot33’s picture

Hi Pasqualle,
Many thanks for the quick replies!

My javascript was enabled, but your suggestion led me to the right answer - I hadn't included the $scripts variable in my custom theme, so wasn't able to take advantage of Drupal's js functionality.

All is well now.

Bjorn

pasqualle’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yes, that needs to be included ;)

I do not have any good solution to not jump when javascript is disabled, as after page reload the user should be near where he clicked..
I think this issue is fixed..

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.