Changing tabs refreshes page and goes to default tab

Hello,

I’m trying to build a library with the CMS feature. I have loaded up tabs with the library content. However now when I go to the site and change tab, then click to the next page, the page refreshes and goes back to the default tab. I’m having a lot of trouble finding the correct words to google this problem. I would like it if the page did not refresh and it would simply go to the next page in the tab. Please access this link, click to Information Architecture, then to the next page to see what I mean.

https://www.readycert.net/certification

One thing I have tried is this…

But it still goes back to the default tab not the “active tab” … i’m sure i’m just missing something very simple.

Again I want it to either not refresh, or remember what tab I was on after the refresh.

thanks for all the help

That is normal behavior. Look at the URL when you visit a tab. It is the page URL. When you follow a link and then “Go Back” you are returning to that URL.

Custom code …
The only way to pull this off would be when a tab is clicked , record the active tab ID to browser storage. When the page loads you check to see that value exists, if true; trigger the opening of the tab. If not, do nothing. Not a coder? Hire. Not worth it? Put up with the default behavior.

@webdev, I’m having this issue as well. However, I don’t think this is normal as it is not the result of using the back/return button in the browser.

If you follow these steps below, you’ll see what I (and Zain, too) am experiencing:

  1. Compositions where it defaults to the OFFICIAL CATALOG.
  2. Click the ENTIRE CATALOG tab.
  3. Scroll to the bottom, and click Next.

You’ll see that the tab has switched back to the OFFICIAL CATALOG tab. If you click the ENTIRE CATALOG tab again, it does reflect the next page. But I would expect that when clicking the next page, the tab would not change. I do see that the URL changes, which refreshes the page but I’m wondering why something isn’t set via Webflow that remembers which tab is “active”?